@aws-sdk/client-greengrass 3.952.0 → 3.953.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 +979 -659
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateRoleToGroupCommand.js +2 -2
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +2 -2
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateCoreDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/CreateGroupCommand.js +2 -2
- package/dist-es/commands/CreateGroupVersionCommand.js +2 -2
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateResourceDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +2 -2
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
- package/dist-es/commands/GetAssociatedRoleCommand.js +2 -2
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +2 -2
- package/dist-es/commands/GetConnectivityInfoCommand.js +2 -2
- package/dist-es/commands/GetConnectorDefinitionCommand.js +2 -2
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetCoreDefinitionCommand.js +2 -2
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetDeploymentStatusCommand.js +2 -2
- package/dist-es/commands/GetDeviceDefinitionCommand.js +2 -2
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetFunctionDefinitionCommand.js +2 -2
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +2 -2
- package/dist-es/commands/GetGroupCommand.js +2 -2
- package/dist-es/commands/GetGroupVersionCommand.js +2 -2
- package/dist-es/commands/GetLoggerDefinitionCommand.js +2 -2
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetResourceDefinitionCommand.js +2 -2
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +2 -2
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -2
- package/dist-es/commands/ListBulkDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListCoreDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +2 -2
- package/dist-es/commands/ListGroupVersionsCommand.js +2 -2
- package/dist-es/commands/ListGroupsCommand.js +2 -2
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListResourceDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ResetDeploymentsCommand.js +2 -2
- package/dist-es/commands/StartBulkDeploymentCommand.js +2 -2
- package/dist-es/commands/StopBulkDeploymentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +2 -2
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateGroupCommand.js +2 -2
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +566 -566
- package/dist-types/GreengrassClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +321 -343
- package/dist-types/ts3.4/GreengrassClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -343
- package/package.json +34 -34
|
@@ -485,13 +485,13 @@ const _t = "tags";
|
|
|
485
485
|
const _tK = "tagKeys";
|
|
486
486
|
const n0 = "com.amazonaws.greengrass";
|
|
487
487
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
488
|
-
import { BadRequestException
|
|
489
|
-
import { GreengrassServiceException
|
|
490
|
-
export var AssociateRoleToGroupRequest = [3, n0, _ARTGR, 0, [_GI, _RA], [[0, 1], 0]];
|
|
491
|
-
export var AssociateRoleToGroupResponse = [3, n0, _ARTGRs, 0, [_AA], [0]];
|
|
492
|
-
export var AssociateServiceRoleToAccountRequest = [3, n0, _ASRTAR, 0, [_RA], [0]];
|
|
493
|
-
export var AssociateServiceRoleToAccountResponse = [3, n0, _ASRTARs, 0, [_AA], [0]];
|
|
494
|
-
export var BadRequestException = [
|
|
488
|
+
import { BadRequestException, InternalServerErrorException } from "../models/errors";
|
|
489
|
+
import { GreengrassServiceException } from "../models/GreengrassServiceException";
|
|
490
|
+
export var AssociateRoleToGroupRequest$ = [3, n0, _ARTGR, 0, [_GI, _RA], [[0, 1], 0]];
|
|
491
|
+
export var AssociateRoleToGroupResponse$ = [3, n0, _ARTGRs, 0, [_AA], [0]];
|
|
492
|
+
export var AssociateServiceRoleToAccountRequest$ = [3, n0, _ASRTAR, 0, [_RA], [0]];
|
|
493
|
+
export var AssociateServiceRoleToAccountResponse$ = [3, n0, _ASRTARs, 0, [_AA], [0]];
|
|
494
|
+
export var BadRequestException$ = [
|
|
495
495
|
-3,
|
|
496
496
|
n0,
|
|
497
497
|
_BRE,
|
|
@@ -499,10 +499,10 @@ export var BadRequestException = [
|
|
|
499
499
|
[_ED, _M],
|
|
500
500
|
[() => ErrorDetails, 0],
|
|
501
501
|
];
|
|
502
|
-
TypeRegistry.for(n0).registerError(BadRequestException
|
|
503
|
-
export var BulkDeployment = [3, n0, _BD, 0, [_BDA, _BDI, _CA], [0, 0, 0]];
|
|
504
|
-
export var BulkDeploymentMetrics = [3, n0, _BDM, 0, [_IIR, _RP, _RAe], [1, 1, 1]];
|
|
505
|
-
export var BulkDeploymentResult = [
|
|
502
|
+
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
503
|
+
export var BulkDeployment$ = [3, n0, _BD, 0, [_BDA, _BDI, _CA], [0, 0, 0]];
|
|
504
|
+
export var BulkDeploymentMetrics$ = [3, n0, _BDM, 0, [_IIR, _RP, _RAe], [1, 1, 1]];
|
|
505
|
+
export var BulkDeploymentResult$ = [
|
|
506
506
|
3,
|
|
507
507
|
n0,
|
|
508
508
|
_BDR,
|
|
@@ -510,20 +510,20 @@ export var BulkDeploymentResult = [
|
|
|
510
510
|
[_CA, _DA, _DI, _DS, _DT, _ED, _EM, _GA],
|
|
511
511
|
[0, 0, 0, 0, 0, () => ErrorDetails, 0, 0],
|
|
512
512
|
];
|
|
513
|
-
export var ConnectivityInfo = [3, n0, _CI, 0, [_HA, _I, _Me, _PN], [0, 0, 0, 1]];
|
|
514
|
-
export var Connector = [3, n0, _C, 0, [_CAo, _I, _P], [0, 0, 128 | 0]];
|
|
515
|
-
export var ConnectorDefinitionVersion = [3, n0, _CDV, 0, [_Co], [() => __listOfConnector]];
|
|
516
|
-
export var Core = [3, n0, _Cor, 0, [_CAe, _I, _SS, _TA], [0, 0, 2, 0]];
|
|
517
|
-
export var CoreDefinitionVersion = [3, n0, _CDVo, 0, [_Core], [() => __listOfCore]];
|
|
518
|
-
export var CreateConnectorDefinitionRequest = [
|
|
513
|
+
export var ConnectivityInfo$ = [3, n0, _CI, 0, [_HA, _I, _Me, _PN], [0, 0, 0, 1]];
|
|
514
|
+
export var Connector$ = [3, n0, _C, 0, [_CAo, _I, _P], [0, 0, 128 | 0]];
|
|
515
|
+
export var ConnectorDefinitionVersion$ = [3, n0, _CDV, 0, [_Co], [() => __listOfConnector]];
|
|
516
|
+
export var Core$ = [3, n0, _Cor, 0, [_CAe, _I, _SS, _TA], [0, 0, 2, 0]];
|
|
517
|
+
export var CoreDefinitionVersion$ = [3, n0, _CDVo, 0, [_Core], [() => __listOfCore]];
|
|
518
|
+
export var CreateConnectorDefinitionRequest$ = [
|
|
519
519
|
3,
|
|
520
520
|
n0,
|
|
521
521
|
_CCDR,
|
|
522
522
|
0,
|
|
523
523
|
[_ACT, _IV, _N, _t],
|
|
524
|
-
[[0, { [_hH]: _XACT }], () => ConnectorDefinitionVersion
|
|
524
|
+
[[0, { [_hH]: _XACT }], () => ConnectorDefinitionVersion$, 0, 128 | 0],
|
|
525
525
|
];
|
|
526
|
-
export var CreateConnectorDefinitionResponse = [
|
|
526
|
+
export var CreateConnectorDefinitionResponse$ = [
|
|
527
527
|
3,
|
|
528
528
|
n0,
|
|
529
529
|
_CCDRr,
|
|
@@ -531,7 +531,7 @@ export var CreateConnectorDefinitionResponse = [
|
|
|
531
531
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
532
532
|
[0, 0, 0, 0, 0, 0, 0],
|
|
533
533
|
];
|
|
534
|
-
export var CreateConnectorDefinitionVersionRequest = [
|
|
534
|
+
export var CreateConnectorDefinitionVersionRequest$ = [
|
|
535
535
|
3,
|
|
536
536
|
n0,
|
|
537
537
|
_CCDVR,
|
|
@@ -539,7 +539,7 @@ export var CreateConnectorDefinitionVersionRequest = [
|
|
|
539
539
|
[_ACT, _CDI, _Co],
|
|
540
540
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfConnector],
|
|
541
541
|
];
|
|
542
|
-
export var CreateConnectorDefinitionVersionResponse = [
|
|
542
|
+
export var CreateConnectorDefinitionVersionResponse$ = [
|
|
543
543
|
3,
|
|
544
544
|
n0,
|
|
545
545
|
_CCDVRr,
|
|
@@ -547,15 +547,15 @@ export var CreateConnectorDefinitionVersionResponse = [
|
|
|
547
547
|
[_A, _CT, _I, _V],
|
|
548
548
|
[0, 0, 0, 0],
|
|
549
549
|
];
|
|
550
|
-
export var CreateCoreDefinitionRequest = [
|
|
550
|
+
export var CreateCoreDefinitionRequest$ = [
|
|
551
551
|
3,
|
|
552
552
|
n0,
|
|
553
553
|
_CCDRre,
|
|
554
554
|
0,
|
|
555
555
|
[_ACT, _IV, _N, _t],
|
|
556
|
-
[[0, { [_hH]: _XACT }], () => CoreDefinitionVersion
|
|
556
|
+
[[0, { [_hH]: _XACT }], () => CoreDefinitionVersion$, 0, 128 | 0],
|
|
557
557
|
];
|
|
558
|
-
export var CreateCoreDefinitionResponse = [
|
|
558
|
+
export var CreateCoreDefinitionResponse$ = [
|
|
559
559
|
3,
|
|
560
560
|
n0,
|
|
561
561
|
_CCDRrea,
|
|
@@ -563,7 +563,7 @@ export var CreateCoreDefinitionResponse = [
|
|
|
563
563
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
564
564
|
[0, 0, 0, 0, 0, 0, 0],
|
|
565
565
|
];
|
|
566
|
-
export var CreateCoreDefinitionVersionRequest = [
|
|
566
|
+
export var CreateCoreDefinitionVersionRequest$ = [
|
|
567
567
|
3,
|
|
568
568
|
n0,
|
|
569
569
|
_CCDVRre,
|
|
@@ -571,7 +571,7 @@ export var CreateCoreDefinitionVersionRequest = [
|
|
|
571
571
|
[_ACT, _CDIo, _Core],
|
|
572
572
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfCore],
|
|
573
573
|
];
|
|
574
|
-
export var CreateCoreDefinitionVersionResponse = [
|
|
574
|
+
export var CreateCoreDefinitionVersionResponse$ = [
|
|
575
575
|
3,
|
|
576
576
|
n0,
|
|
577
577
|
_CCDVRrea,
|
|
@@ -579,7 +579,7 @@ export var CreateCoreDefinitionVersionResponse = [
|
|
|
579
579
|
[_A, _CT, _I, _V],
|
|
580
580
|
[0, 0, 0, 0],
|
|
581
581
|
];
|
|
582
|
-
export var CreateDeploymentRequest = [
|
|
582
|
+
export var CreateDeploymentRequest$ = [
|
|
583
583
|
3,
|
|
584
584
|
n0,
|
|
585
585
|
_CDR,
|
|
@@ -587,16 +587,16 @@ export var CreateDeploymentRequest = [
|
|
|
587
587
|
[_ACT, _DI, _DT, _GI, _GVI],
|
|
588
588
|
[[0, { [_hH]: _XACT }], 0, 0, [0, 1], 0],
|
|
589
589
|
];
|
|
590
|
-
export var CreateDeploymentResponse = [3, n0, _CDRr, 0, [_DA, _DI], [0, 0]];
|
|
591
|
-
export var CreateDeviceDefinitionRequest = [
|
|
590
|
+
export var CreateDeploymentResponse$ = [3, n0, _CDRr, 0, [_DA, _DI], [0, 0]];
|
|
591
|
+
export var CreateDeviceDefinitionRequest$ = [
|
|
592
592
|
3,
|
|
593
593
|
n0,
|
|
594
594
|
_CDDR,
|
|
595
595
|
0,
|
|
596
596
|
[_ACT, _IV, _N, _t],
|
|
597
|
-
[[0, { [_hH]: _XACT }], () => DeviceDefinitionVersion
|
|
597
|
+
[[0, { [_hH]: _XACT }], () => DeviceDefinitionVersion$, 0, 128 | 0],
|
|
598
598
|
];
|
|
599
|
-
export var CreateDeviceDefinitionResponse = [
|
|
599
|
+
export var CreateDeviceDefinitionResponse$ = [
|
|
600
600
|
3,
|
|
601
601
|
n0,
|
|
602
602
|
_CDDRr,
|
|
@@ -604,7 +604,7 @@ export var CreateDeviceDefinitionResponse = [
|
|
|
604
604
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
605
605
|
[0, 0, 0, 0, 0, 0, 0],
|
|
606
606
|
];
|
|
607
|
-
export var CreateDeviceDefinitionVersionRequest = [
|
|
607
|
+
export var CreateDeviceDefinitionVersionRequest$ = [
|
|
608
608
|
3,
|
|
609
609
|
n0,
|
|
610
610
|
_CDDVR,
|
|
@@ -612,7 +612,7 @@ export var CreateDeviceDefinitionVersionRequest = [
|
|
|
612
612
|
[_ACT, _DDI, _D],
|
|
613
613
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfDevice],
|
|
614
614
|
];
|
|
615
|
-
export var CreateDeviceDefinitionVersionResponse = [
|
|
615
|
+
export var CreateDeviceDefinitionVersionResponse$ = [
|
|
616
616
|
3,
|
|
617
617
|
n0,
|
|
618
618
|
_CDDVRr,
|
|
@@ -620,15 +620,15 @@ export var CreateDeviceDefinitionVersionResponse = [
|
|
|
620
620
|
[_A, _CT, _I, _V],
|
|
621
621
|
[0, 0, 0, 0],
|
|
622
622
|
];
|
|
623
|
-
export var CreateFunctionDefinitionRequest = [
|
|
623
|
+
export var CreateFunctionDefinitionRequest$ = [
|
|
624
624
|
3,
|
|
625
625
|
n0,
|
|
626
626
|
_CFDR,
|
|
627
627
|
0,
|
|
628
628
|
[_ACT, _IV, _N, _t],
|
|
629
|
-
[[0, { [_hH]: _XACT }], () => FunctionDefinitionVersion
|
|
629
|
+
[[0, { [_hH]: _XACT }], () => FunctionDefinitionVersion$, 0, 128 | 0],
|
|
630
630
|
];
|
|
631
|
-
export var CreateFunctionDefinitionResponse = [
|
|
631
|
+
export var CreateFunctionDefinitionResponse$ = [
|
|
632
632
|
3,
|
|
633
633
|
n0,
|
|
634
634
|
_CFDRr,
|
|
@@ -636,15 +636,15 @@ export var CreateFunctionDefinitionResponse = [
|
|
|
636
636
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
637
637
|
[0, 0, 0, 0, 0, 0, 0],
|
|
638
638
|
];
|
|
639
|
-
export var CreateFunctionDefinitionVersionRequest = [
|
|
639
|
+
export var CreateFunctionDefinitionVersionRequest$ = [
|
|
640
640
|
3,
|
|
641
641
|
n0,
|
|
642
642
|
_CFDVR,
|
|
643
643
|
0,
|
|
644
644
|
[_ACT, _DC, _FDI, _F],
|
|
645
|
-
[[0, { [_hH]: _XACT }], () => FunctionDefaultConfig
|
|
645
|
+
[[0, { [_hH]: _XACT }], () => FunctionDefaultConfig$, [0, 1], () => __listOfFunction],
|
|
646
646
|
];
|
|
647
|
-
export var CreateFunctionDefinitionVersionResponse = [
|
|
647
|
+
export var CreateFunctionDefinitionVersionResponse$ = [
|
|
648
648
|
3,
|
|
649
649
|
n0,
|
|
650
650
|
_CFDVRr,
|
|
@@ -652,7 +652,7 @@ export var CreateFunctionDefinitionVersionResponse = [
|
|
|
652
652
|
[_A, _CT, _I, _V],
|
|
653
653
|
[0, 0, 0, 0],
|
|
654
654
|
];
|
|
655
|
-
export var CreateGroupCertificateAuthorityRequest = [
|
|
655
|
+
export var CreateGroupCertificateAuthorityRequest$ = [
|
|
656
656
|
3,
|
|
657
657
|
n0,
|
|
658
658
|
_CGCAR,
|
|
@@ -663,16 +663,16 @@ export var CreateGroupCertificateAuthorityRequest = [
|
|
|
663
663
|
[0, 1],
|
|
664
664
|
],
|
|
665
665
|
];
|
|
666
|
-
export var CreateGroupCertificateAuthorityResponse = [3, n0, _CGCARr, 0, [_GCAA], [0]];
|
|
667
|
-
export var CreateGroupRequest = [
|
|
666
|
+
export var CreateGroupCertificateAuthorityResponse$ = [3, n0, _CGCARr, 0, [_GCAA], [0]];
|
|
667
|
+
export var CreateGroupRequest$ = [
|
|
668
668
|
3,
|
|
669
669
|
n0,
|
|
670
670
|
_CGR,
|
|
671
671
|
0,
|
|
672
672
|
[_ACT, _IV, _N, _t],
|
|
673
|
-
[[0, { [_hH]: _XACT }], () => GroupVersion
|
|
673
|
+
[[0, { [_hH]: _XACT }], () => GroupVersion$, 0, 128 | 0],
|
|
674
674
|
];
|
|
675
|
-
export var CreateGroupResponse = [
|
|
675
|
+
export var CreateGroupResponse$ = [
|
|
676
676
|
3,
|
|
677
677
|
n0,
|
|
678
678
|
_CGRr,
|
|
@@ -680,7 +680,7 @@ export var CreateGroupResponse = [
|
|
|
680
680
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
681
681
|
[0, 0, 0, 0, 0, 0, 0],
|
|
682
682
|
];
|
|
683
|
-
export var CreateGroupVersionRequest = [
|
|
683
|
+
export var CreateGroupVersionRequest$ = [
|
|
684
684
|
3,
|
|
685
685
|
n0,
|
|
686
686
|
_CGVR,
|
|
@@ -688,16 +688,16 @@ export var CreateGroupVersionRequest = [
|
|
|
688
688
|
[_ACT, _CDVA, _CDVAo, _DDVA, _FDVA, _GI, _LDVA, _RDVA, _SDVA],
|
|
689
689
|
[[0, { [_hH]: _XACT }], 0, 0, 0, 0, [0, 1], 0, 0, 0],
|
|
690
690
|
];
|
|
691
|
-
export var CreateGroupVersionResponse = [3, n0, _CGVRr, 0, [_A, _CT, _I, _V], [0, 0, 0, 0]];
|
|
692
|
-
export var CreateLoggerDefinitionRequest = [
|
|
691
|
+
export var CreateGroupVersionResponse$ = [3, n0, _CGVRr, 0, [_A, _CT, _I, _V], [0, 0, 0, 0]];
|
|
692
|
+
export var CreateLoggerDefinitionRequest$ = [
|
|
693
693
|
3,
|
|
694
694
|
n0,
|
|
695
695
|
_CLDR,
|
|
696
696
|
0,
|
|
697
697
|
[_ACT, _IV, _N, _t],
|
|
698
|
-
[[0, { [_hH]: _XACT }], () => LoggerDefinitionVersion
|
|
698
|
+
[[0, { [_hH]: _XACT }], () => LoggerDefinitionVersion$, 0, 128 | 0],
|
|
699
699
|
];
|
|
700
|
-
export var CreateLoggerDefinitionResponse = [
|
|
700
|
+
export var CreateLoggerDefinitionResponse$ = [
|
|
701
701
|
3,
|
|
702
702
|
n0,
|
|
703
703
|
_CLDRr,
|
|
@@ -705,7 +705,7 @@ export var CreateLoggerDefinitionResponse = [
|
|
|
705
705
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
706
706
|
[0, 0, 0, 0, 0, 0, 0],
|
|
707
707
|
];
|
|
708
|
-
export var CreateLoggerDefinitionVersionRequest = [
|
|
708
|
+
export var CreateLoggerDefinitionVersionRequest$ = [
|
|
709
709
|
3,
|
|
710
710
|
n0,
|
|
711
711
|
_CLDVR,
|
|
@@ -713,7 +713,7 @@ export var CreateLoggerDefinitionVersionRequest = [
|
|
|
713
713
|
[_ACT, _LDI, _L],
|
|
714
714
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfLogger],
|
|
715
715
|
];
|
|
716
|
-
export var CreateLoggerDefinitionVersionResponse = [
|
|
716
|
+
export var CreateLoggerDefinitionVersionResponse$ = [
|
|
717
717
|
3,
|
|
718
718
|
n0,
|
|
719
719
|
_CLDVRr,
|
|
@@ -721,15 +721,15 @@ export var CreateLoggerDefinitionVersionResponse = [
|
|
|
721
721
|
[_A, _CT, _I, _V],
|
|
722
722
|
[0, 0, 0, 0],
|
|
723
723
|
];
|
|
724
|
-
export var CreateResourceDefinitionRequest = [
|
|
724
|
+
export var CreateResourceDefinitionRequest$ = [
|
|
725
725
|
3,
|
|
726
726
|
n0,
|
|
727
727
|
_CRDR,
|
|
728
728
|
0,
|
|
729
729
|
[_ACT, _IV, _N, _t],
|
|
730
|
-
[[0, { [_hH]: _XACT }], () => ResourceDefinitionVersion
|
|
730
|
+
[[0, { [_hH]: _XACT }], () => ResourceDefinitionVersion$, 0, 128 | 0],
|
|
731
731
|
];
|
|
732
|
-
export var CreateResourceDefinitionResponse = [
|
|
732
|
+
export var CreateResourceDefinitionResponse$ = [
|
|
733
733
|
3,
|
|
734
734
|
n0,
|
|
735
735
|
_CRDRr,
|
|
@@ -737,7 +737,7 @@ export var CreateResourceDefinitionResponse = [
|
|
|
737
737
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
738
738
|
[0, 0, 0, 0, 0, 0, 0],
|
|
739
739
|
];
|
|
740
|
-
export var CreateResourceDefinitionVersionRequest = [
|
|
740
|
+
export var CreateResourceDefinitionVersionRequest$ = [
|
|
741
741
|
3,
|
|
742
742
|
n0,
|
|
743
743
|
_CRDVR,
|
|
@@ -745,7 +745,7 @@ export var CreateResourceDefinitionVersionRequest = [
|
|
|
745
745
|
[_ACT, _RDI, _R],
|
|
746
746
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfResource],
|
|
747
747
|
];
|
|
748
|
-
export var CreateResourceDefinitionVersionResponse = [
|
|
748
|
+
export var CreateResourceDefinitionVersionResponse$ = [
|
|
749
749
|
3,
|
|
750
750
|
n0,
|
|
751
751
|
_CRDVRr,
|
|
@@ -753,7 +753,7 @@ export var CreateResourceDefinitionVersionResponse = [
|
|
|
753
753
|
[_A, _CT, _I, _V],
|
|
754
754
|
[0, 0, 0, 0],
|
|
755
755
|
];
|
|
756
|
-
export var CreateSoftwareUpdateJobRequest = [
|
|
756
|
+
export var CreateSoftwareUpdateJobRequest$ = [
|
|
757
757
|
3,
|
|
758
758
|
n0,
|
|
759
759
|
_CSUJR,
|
|
@@ -761,16 +761,16 @@ export var CreateSoftwareUpdateJobRequest = [
|
|
|
761
761
|
[_ACT, _SUSR, _STU, _UALL, _UT, _UTA, _UTOS],
|
|
762
762
|
[[0, { [_hH]: _XACT }], 0, 0, 0, 64 | 0, 0, 0],
|
|
763
763
|
];
|
|
764
|
-
export var CreateSoftwareUpdateJobResponse = [3, n0, _CSUJRr, 0, [_IJA, _IJI, _PSV], [0, 0, 0]];
|
|
765
|
-
export var CreateSubscriptionDefinitionRequest = [
|
|
764
|
+
export var CreateSoftwareUpdateJobResponse$ = [3, n0, _CSUJRr, 0, [_IJA, _IJI, _PSV], [0, 0, 0]];
|
|
765
|
+
export var CreateSubscriptionDefinitionRequest$ = [
|
|
766
766
|
3,
|
|
767
767
|
n0,
|
|
768
768
|
_CSDR,
|
|
769
769
|
0,
|
|
770
770
|
[_ACT, _IV, _N, _t],
|
|
771
|
-
[[0, { [_hH]: _XACT }], () => SubscriptionDefinitionVersion
|
|
771
|
+
[[0, { [_hH]: _XACT }], () => SubscriptionDefinitionVersion$, 0, 128 | 0],
|
|
772
772
|
];
|
|
773
|
-
export var CreateSubscriptionDefinitionResponse = [
|
|
773
|
+
export var CreateSubscriptionDefinitionResponse$ = [
|
|
774
774
|
3,
|
|
775
775
|
n0,
|
|
776
776
|
_CSDRr,
|
|
@@ -778,7 +778,7 @@ export var CreateSubscriptionDefinitionResponse = [
|
|
|
778
778
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
779
779
|
[0, 0, 0, 0, 0, 0, 0],
|
|
780
780
|
];
|
|
781
|
-
export var CreateSubscriptionDefinitionVersionRequest = [
|
|
781
|
+
export var CreateSubscriptionDefinitionVersionRequest$ = [
|
|
782
782
|
3,
|
|
783
783
|
n0,
|
|
784
784
|
_CSDVR,
|
|
@@ -786,7 +786,7 @@ export var CreateSubscriptionDefinitionVersionRequest = [
|
|
|
786
786
|
[_ACT, _SDI, _S],
|
|
787
787
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfSubscription],
|
|
788
788
|
];
|
|
789
|
-
export var CreateSubscriptionDefinitionVersionResponse = [
|
|
789
|
+
export var CreateSubscriptionDefinitionVersionResponse$ = [
|
|
790
790
|
3,
|
|
791
791
|
n0,
|
|
792
792
|
_CSDVRr,
|
|
@@ -794,7 +794,7 @@ export var CreateSubscriptionDefinitionVersionResponse = [
|
|
|
794
794
|
[_A, _CT, _I, _V],
|
|
795
795
|
[0, 0, 0, 0],
|
|
796
796
|
];
|
|
797
|
-
export var DefinitionInformation = [
|
|
797
|
+
export var DefinitionInformation$ = [
|
|
798
798
|
3,
|
|
799
799
|
n0,
|
|
800
800
|
_DIe,
|
|
@@ -802,93 +802,93 @@ export var DefinitionInformation = [
|
|
|
802
802
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _T],
|
|
803
803
|
[0, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }]],
|
|
804
804
|
];
|
|
805
|
-
export var DeleteConnectorDefinitionRequest = [3, n0, _DCDR, 0, [_CDI], [[0, 1]]];
|
|
806
|
-
export var DeleteConnectorDefinitionResponse = [3, n0, _DCDRe, 0, [], []];
|
|
807
|
-
export var DeleteCoreDefinitionRequest = [3, n0, _DCDRel, 0, [_CDIo], [[0, 1]]];
|
|
808
|
-
export var DeleteCoreDefinitionResponse = [3, n0, _DCDRele, 0, [], []];
|
|
809
|
-
export var DeleteDeviceDefinitionRequest = [3, n0, _DDDR, 0, [_DDI], [[0, 1]]];
|
|
810
|
-
export var DeleteDeviceDefinitionResponse = [3, n0, _DDDRe, 0, [], []];
|
|
811
|
-
export var DeleteFunctionDefinitionRequest = [3, n0, _DFDR, 0, [_FDI], [[0, 1]]];
|
|
812
|
-
export var DeleteFunctionDefinitionResponse = [3, n0, _DFDRe, 0, [], []];
|
|
813
|
-
export var DeleteGroupRequest = [3, n0, _DGR, 0, [_GI], [[0, 1]]];
|
|
814
|
-
export var DeleteGroupResponse = [3, n0, _DGRe, 0, [], []];
|
|
815
|
-
export var DeleteLoggerDefinitionRequest = [3, n0, _DLDR, 0, [_LDI], [[0, 1]]];
|
|
816
|
-
export var DeleteLoggerDefinitionResponse = [3, n0, _DLDRe, 0, [], []];
|
|
817
|
-
export var DeleteResourceDefinitionRequest = [3, n0, _DRDR, 0, [_RDI], [[0, 1]]];
|
|
818
|
-
export var DeleteResourceDefinitionResponse = [3, n0, _DRDRe, 0, [], []];
|
|
819
|
-
export var DeleteSubscriptionDefinitionRequest = [3, n0, _DSDR, 0, [_SDI], [[0, 1]]];
|
|
820
|
-
export var DeleteSubscriptionDefinitionResponse = [3, n0, _DSDRe, 0, [], []];
|
|
821
|
-
export var Deployment = [3, n0, _De, 0, [_CA, _DA, _DI, _DT, _GA], [0, 0, 0, 0, 0]];
|
|
822
|
-
export var Device = [3, n0, _Dev, 0, [_CAe, _I, _SS, _TA], [0, 0, 2, 0]];
|
|
823
|
-
export var DeviceDefinitionVersion = [3, n0, _DDV, 0, [_D], [() => __listOfDevice]];
|
|
824
|
-
export var DisassociateRoleFromGroupRequest = [3, n0, _DRFGR, 0, [_GI], [[0, 1]]];
|
|
825
|
-
export var DisassociateRoleFromGroupResponse = [3, n0, _DRFGRi, 0, [_DAi], [0]];
|
|
826
|
-
export var DisassociateServiceRoleFromAccountRequest = [3, n0, _DSRFAR, 0, [], []];
|
|
827
|
-
export var DisassociateServiceRoleFromAccountResponse = [3, n0, _DSRFARi, 0, [_DAi], [0]];
|
|
828
|
-
export var ErrorDetail = [3, n0, _EDr, 0, [_DEC, _DEM], [0, 0]];
|
|
829
|
-
export var Function = [3, n0, _Fu, 0, [_FA, _FC, _I], [0, () => FunctionConfiguration
|
|
830
|
-
export var FunctionConfiguration = [
|
|
805
|
+
export var DeleteConnectorDefinitionRequest$ = [3, n0, _DCDR, 0, [_CDI], [[0, 1]]];
|
|
806
|
+
export var DeleteConnectorDefinitionResponse$ = [3, n0, _DCDRe, 0, [], []];
|
|
807
|
+
export var DeleteCoreDefinitionRequest$ = [3, n0, _DCDRel, 0, [_CDIo], [[0, 1]]];
|
|
808
|
+
export var DeleteCoreDefinitionResponse$ = [3, n0, _DCDRele, 0, [], []];
|
|
809
|
+
export var DeleteDeviceDefinitionRequest$ = [3, n0, _DDDR, 0, [_DDI], [[0, 1]]];
|
|
810
|
+
export var DeleteDeviceDefinitionResponse$ = [3, n0, _DDDRe, 0, [], []];
|
|
811
|
+
export var DeleteFunctionDefinitionRequest$ = [3, n0, _DFDR, 0, [_FDI], [[0, 1]]];
|
|
812
|
+
export var DeleteFunctionDefinitionResponse$ = [3, n0, _DFDRe, 0, [], []];
|
|
813
|
+
export var DeleteGroupRequest$ = [3, n0, _DGR, 0, [_GI], [[0, 1]]];
|
|
814
|
+
export var DeleteGroupResponse$ = [3, n0, _DGRe, 0, [], []];
|
|
815
|
+
export var DeleteLoggerDefinitionRequest$ = [3, n0, _DLDR, 0, [_LDI], [[0, 1]]];
|
|
816
|
+
export var DeleteLoggerDefinitionResponse$ = [3, n0, _DLDRe, 0, [], []];
|
|
817
|
+
export var DeleteResourceDefinitionRequest$ = [3, n0, _DRDR, 0, [_RDI], [[0, 1]]];
|
|
818
|
+
export var DeleteResourceDefinitionResponse$ = [3, n0, _DRDRe, 0, [], []];
|
|
819
|
+
export var DeleteSubscriptionDefinitionRequest$ = [3, n0, _DSDR, 0, [_SDI], [[0, 1]]];
|
|
820
|
+
export var DeleteSubscriptionDefinitionResponse$ = [3, n0, _DSDRe, 0, [], []];
|
|
821
|
+
export var Deployment$ = [3, n0, _De, 0, [_CA, _DA, _DI, _DT, _GA], [0, 0, 0, 0, 0]];
|
|
822
|
+
export var Device$ = [3, n0, _Dev, 0, [_CAe, _I, _SS, _TA], [0, 0, 2, 0]];
|
|
823
|
+
export var DeviceDefinitionVersion$ = [3, n0, _DDV, 0, [_D], [() => __listOfDevice]];
|
|
824
|
+
export var DisassociateRoleFromGroupRequest$ = [3, n0, _DRFGR, 0, [_GI], [[0, 1]]];
|
|
825
|
+
export var DisassociateRoleFromGroupResponse$ = [3, n0, _DRFGRi, 0, [_DAi], [0]];
|
|
826
|
+
export var DisassociateServiceRoleFromAccountRequest$ = [3, n0, _DSRFAR, 0, [], []];
|
|
827
|
+
export var DisassociateServiceRoleFromAccountResponse$ = [3, n0, _DSRFARi, 0, [_DAi], [0]];
|
|
828
|
+
export var ErrorDetail$ = [3, n0, _EDr, 0, [_DEC, _DEM], [0, 0]];
|
|
829
|
+
export var Function$ = [3, n0, _Fu, 0, [_FA, _FC, _I], [0, () => FunctionConfiguration$, 0]];
|
|
830
|
+
export var FunctionConfiguration$ = [
|
|
831
831
|
3,
|
|
832
832
|
n0,
|
|
833
833
|
_FC,
|
|
834
834
|
0,
|
|
835
835
|
[_ET, _E, _EA, _Ex, _MS, _Pi, _Ti, _FRO],
|
|
836
|
-
[0, () => FunctionConfigurationEnvironment
|
|
836
|
+
[0, () => FunctionConfigurationEnvironment$, 0, 0, 1, 2, 1, 0],
|
|
837
837
|
];
|
|
838
|
-
export var FunctionConfigurationEnvironment = [
|
|
838
|
+
export var FunctionConfigurationEnvironment$ = [
|
|
839
839
|
3,
|
|
840
840
|
n0,
|
|
841
841
|
_FCE,
|
|
842
842
|
0,
|
|
843
843
|
[_AS, _Exe, _RAP, _Va],
|
|
844
|
-
[2, () => FunctionExecutionConfig
|
|
844
|
+
[2, () => FunctionExecutionConfig$, () => __listOfResourceAccessPolicy, 128 | 0],
|
|
845
845
|
];
|
|
846
|
-
export var FunctionDefaultConfig = [
|
|
846
|
+
export var FunctionDefaultConfig$ = [
|
|
847
847
|
3,
|
|
848
848
|
n0,
|
|
849
849
|
_FDC,
|
|
850
850
|
0,
|
|
851
851
|
[_Exe],
|
|
852
|
-
[() => FunctionDefaultExecutionConfig],
|
|
852
|
+
[() => FunctionDefaultExecutionConfig$],
|
|
853
853
|
];
|
|
854
|
-
export var FunctionDefaultExecutionConfig = [
|
|
854
|
+
export var FunctionDefaultExecutionConfig$ = [
|
|
855
855
|
3,
|
|
856
856
|
n0,
|
|
857
857
|
_FDEC,
|
|
858
858
|
0,
|
|
859
859
|
[_IM, _RAu],
|
|
860
|
-
[0, () => FunctionRunAsConfig],
|
|
860
|
+
[0, () => FunctionRunAsConfig$],
|
|
861
861
|
];
|
|
862
|
-
export var FunctionDefinitionVersion = [
|
|
862
|
+
export var FunctionDefinitionVersion$ = [
|
|
863
863
|
3,
|
|
864
864
|
n0,
|
|
865
865
|
_FDV,
|
|
866
866
|
0,
|
|
867
867
|
[_DC, _F],
|
|
868
|
-
[() => FunctionDefaultConfig
|
|
868
|
+
[() => FunctionDefaultConfig$, () => __listOfFunction],
|
|
869
869
|
];
|
|
870
|
-
export var FunctionExecutionConfig = [
|
|
870
|
+
export var FunctionExecutionConfig$ = [
|
|
871
871
|
3,
|
|
872
872
|
n0,
|
|
873
873
|
_FEC,
|
|
874
874
|
0,
|
|
875
875
|
[_IM, _RAu],
|
|
876
|
-
[0, () => FunctionRunAsConfig],
|
|
876
|
+
[0, () => FunctionRunAsConfig$],
|
|
877
877
|
];
|
|
878
|
-
export var FunctionRunAsConfig = [3, n0, _FRAC, 0, [_G, _U], [1, 1]];
|
|
879
|
-
export var GetAssociatedRoleRequest = [3, n0, _GARR, 0, [_GI], [[0, 1]]];
|
|
880
|
-
export var GetAssociatedRoleResponse = [3, n0, _GARRe, 0, [_AA, _RA], [0, 0]];
|
|
881
|
-
export var GetBulkDeploymentStatusRequest = [3, n0, _GBDSR, 0, [_BDI], [[0, 1]]];
|
|
882
|
-
export var GetBulkDeploymentStatusResponse = [
|
|
878
|
+
export var FunctionRunAsConfig$ = [3, n0, _FRAC, 0, [_G, _U], [1, 1]];
|
|
879
|
+
export var GetAssociatedRoleRequest$ = [3, n0, _GARR, 0, [_GI], [[0, 1]]];
|
|
880
|
+
export var GetAssociatedRoleResponse$ = [3, n0, _GARRe, 0, [_AA, _RA], [0, 0]];
|
|
881
|
+
export var GetBulkDeploymentStatusRequest$ = [3, n0, _GBDSR, 0, [_BDI], [[0, 1]]];
|
|
882
|
+
export var GetBulkDeploymentStatusResponse$ = [
|
|
883
883
|
3,
|
|
884
884
|
n0,
|
|
885
885
|
_GBDSRe,
|
|
886
886
|
0,
|
|
887
887
|
[_BDM, _BDS, _CA, _ED, _EM, _t],
|
|
888
|
-
[() => BulkDeploymentMetrics
|
|
888
|
+
[() => BulkDeploymentMetrics$, 0, 0, () => ErrorDetails, 0, 128 | 0],
|
|
889
889
|
];
|
|
890
|
-
export var GetConnectivityInfoRequest = [3, n0, _GCIR, 0, [_TN], [[0, 1]]];
|
|
891
|
-
export var GetConnectivityInfoResponse = [
|
|
890
|
+
export var GetConnectivityInfoRequest$ = [3, n0, _GCIR, 0, [_TN], [[0, 1]]];
|
|
891
|
+
export var GetConnectivityInfoResponse$ = [
|
|
892
892
|
3,
|
|
893
893
|
n0,
|
|
894
894
|
_GCIRe,
|
|
@@ -896,8 +896,8 @@ export var GetConnectivityInfoResponse = [
|
|
|
896
896
|
[_CI, _M],
|
|
897
897
|
[() => __listOfConnectivityInfo, [0, { [_jN]: _m }]],
|
|
898
898
|
];
|
|
899
|
-
export var GetConnectorDefinitionRequest = [3, n0, _GCDR, 0, [_CDI], [[0, 1]]];
|
|
900
|
-
export var GetConnectorDefinitionResponse = [
|
|
899
|
+
export var GetConnectorDefinitionRequest$ = [3, n0, _GCDR, 0, [_CDI], [[0, 1]]];
|
|
900
|
+
export var GetConnectorDefinitionResponse$ = [
|
|
901
901
|
3,
|
|
902
902
|
n0,
|
|
903
903
|
_GCDRe,
|
|
@@ -905,7 +905,7 @@ export var GetConnectorDefinitionResponse = [
|
|
|
905
905
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
906
906
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
907
907
|
];
|
|
908
|
-
export var GetConnectorDefinitionVersionRequest = [
|
|
908
|
+
export var GetConnectorDefinitionVersionRequest$ = [
|
|
909
909
|
3,
|
|
910
910
|
n0,
|
|
911
911
|
_GCDVR,
|
|
@@ -917,16 +917,16 @@ export var GetConnectorDefinitionVersionRequest = [
|
|
|
917
917
|
[0, { [_hQ]: _NT }],
|
|
918
918
|
],
|
|
919
919
|
];
|
|
920
|
-
export var GetConnectorDefinitionVersionResponse = [
|
|
920
|
+
export var GetConnectorDefinitionVersionResponse$ = [
|
|
921
921
|
3,
|
|
922
922
|
n0,
|
|
923
923
|
_GCDVRe,
|
|
924
924
|
0,
|
|
925
925
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
926
|
-
[0, 0, () => ConnectorDefinitionVersion
|
|
926
|
+
[0, 0, () => ConnectorDefinitionVersion$, 0, 0, 0],
|
|
927
927
|
];
|
|
928
|
-
export var GetCoreDefinitionRequest = [3, n0, _GCDRet, 0, [_CDIo], [[0, 1]]];
|
|
929
|
-
export var GetCoreDefinitionResponse = [
|
|
928
|
+
export var GetCoreDefinitionRequest$ = [3, n0, _GCDRet, 0, [_CDIo], [[0, 1]]];
|
|
929
|
+
export var GetCoreDefinitionResponse$ = [
|
|
930
930
|
3,
|
|
931
931
|
n0,
|
|
932
932
|
_GCDReto,
|
|
@@ -934,7 +934,7 @@ export var GetCoreDefinitionResponse = [
|
|
|
934
934
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
935
935
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
936
936
|
];
|
|
937
|
-
export var GetCoreDefinitionVersionRequest = [
|
|
937
|
+
export var GetCoreDefinitionVersionRequest$ = [
|
|
938
938
|
3,
|
|
939
939
|
n0,
|
|
940
940
|
_GCDVRet,
|
|
@@ -945,15 +945,15 @@ export var GetCoreDefinitionVersionRequest = [
|
|
|
945
945
|
[0, 1],
|
|
946
946
|
],
|
|
947
947
|
];
|
|
948
|
-
export var GetCoreDefinitionVersionResponse = [
|
|
948
|
+
export var GetCoreDefinitionVersionResponse$ = [
|
|
949
949
|
3,
|
|
950
950
|
n0,
|
|
951
951
|
_GCDVReto,
|
|
952
952
|
0,
|
|
953
953
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
954
|
-
[0, 0, () => CoreDefinitionVersion
|
|
954
|
+
[0, 0, () => CoreDefinitionVersion$, 0, 0, 0],
|
|
955
955
|
];
|
|
956
|
-
export var GetDeploymentStatusRequest = [
|
|
956
|
+
export var GetDeploymentStatusRequest$ = [
|
|
957
957
|
3,
|
|
958
958
|
n0,
|
|
959
959
|
_GDSR,
|
|
@@ -964,7 +964,7 @@ export var GetDeploymentStatusRequest = [
|
|
|
964
964
|
[0, 1],
|
|
965
965
|
],
|
|
966
966
|
];
|
|
967
|
-
export var GetDeploymentStatusResponse = [
|
|
967
|
+
export var GetDeploymentStatusResponse$ = [
|
|
968
968
|
3,
|
|
969
969
|
n0,
|
|
970
970
|
_GDSRe,
|
|
@@ -972,8 +972,8 @@ export var GetDeploymentStatusResponse = [
|
|
|
972
972
|
[_DS, _DT, _ED, _EM, _UA],
|
|
973
973
|
[0, 0, () => ErrorDetails, 0, 0],
|
|
974
974
|
];
|
|
975
|
-
export var GetDeviceDefinitionRequest = [3, n0, _GDDR, 0, [_DDI], [[0, 1]]];
|
|
976
|
-
export var GetDeviceDefinitionResponse = [
|
|
975
|
+
export var GetDeviceDefinitionRequest$ = [3, n0, _GDDR, 0, [_DDI], [[0, 1]]];
|
|
976
|
+
export var GetDeviceDefinitionResponse$ = [
|
|
977
977
|
3,
|
|
978
978
|
n0,
|
|
979
979
|
_GDDRe,
|
|
@@ -981,7 +981,7 @@ export var GetDeviceDefinitionResponse = [
|
|
|
981
981
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
982
982
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
983
983
|
];
|
|
984
|
-
export var GetDeviceDefinitionVersionRequest = [
|
|
984
|
+
export var GetDeviceDefinitionVersionRequest$ = [
|
|
985
985
|
3,
|
|
986
986
|
n0,
|
|
987
987
|
_GDDVR,
|
|
@@ -993,16 +993,16 @@ export var GetDeviceDefinitionVersionRequest = [
|
|
|
993
993
|
[0, { [_hQ]: _NT }],
|
|
994
994
|
],
|
|
995
995
|
];
|
|
996
|
-
export var GetDeviceDefinitionVersionResponse = [
|
|
996
|
+
export var GetDeviceDefinitionVersionResponse$ = [
|
|
997
997
|
3,
|
|
998
998
|
n0,
|
|
999
999
|
_GDDVRe,
|
|
1000
1000
|
0,
|
|
1001
1001
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
1002
|
-
[0, 0, () => DeviceDefinitionVersion
|
|
1002
|
+
[0, 0, () => DeviceDefinitionVersion$, 0, 0, 0],
|
|
1003
1003
|
];
|
|
1004
|
-
export var GetFunctionDefinitionRequest = [3, n0, _GFDR, 0, [_FDI], [[0, 1]]];
|
|
1005
|
-
export var GetFunctionDefinitionResponse = [
|
|
1004
|
+
export var GetFunctionDefinitionRequest$ = [3, n0, _GFDR, 0, [_FDI], [[0, 1]]];
|
|
1005
|
+
export var GetFunctionDefinitionResponse$ = [
|
|
1006
1006
|
3,
|
|
1007
1007
|
n0,
|
|
1008
1008
|
_GFDRe,
|
|
@@ -1010,7 +1010,7 @@ export var GetFunctionDefinitionResponse = [
|
|
|
1010
1010
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1011
1011
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1012
1012
|
];
|
|
1013
|
-
export var GetFunctionDefinitionVersionRequest = [
|
|
1013
|
+
export var GetFunctionDefinitionVersionRequest$ = [
|
|
1014
1014
|
3,
|
|
1015
1015
|
n0,
|
|
1016
1016
|
_GFDVR,
|
|
@@ -1022,15 +1022,15 @@ export var GetFunctionDefinitionVersionRequest = [
|
|
|
1022
1022
|
[0, { [_hQ]: _NT }],
|
|
1023
1023
|
],
|
|
1024
1024
|
];
|
|
1025
|
-
export var GetFunctionDefinitionVersionResponse = [
|
|
1025
|
+
export var GetFunctionDefinitionVersionResponse$ = [
|
|
1026
1026
|
3,
|
|
1027
1027
|
n0,
|
|
1028
1028
|
_GFDVRe,
|
|
1029
1029
|
0,
|
|
1030
1030
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
1031
|
-
[0, 0, () => FunctionDefinitionVersion
|
|
1031
|
+
[0, 0, () => FunctionDefinitionVersion$, 0, 0, 0],
|
|
1032
1032
|
];
|
|
1033
|
-
export var GetGroupCertificateAuthorityRequest = [
|
|
1033
|
+
export var GetGroupCertificateAuthorityRequest$ = [
|
|
1034
1034
|
3,
|
|
1035
1035
|
n0,
|
|
1036
1036
|
_GGCAR,
|
|
@@ -1041,7 +1041,7 @@ export var GetGroupCertificateAuthorityRequest = [
|
|
|
1041
1041
|
[0, 1],
|
|
1042
1042
|
],
|
|
1043
1043
|
];
|
|
1044
|
-
export var GetGroupCertificateAuthorityResponse = [
|
|
1044
|
+
export var GetGroupCertificateAuthorityResponse$ = [
|
|
1045
1045
|
3,
|
|
1046
1046
|
n0,
|
|
1047
1047
|
_GGCARe,
|
|
@@ -1049,8 +1049,8 @@ export var GetGroupCertificateAuthorityResponse = [
|
|
|
1049
1049
|
[_GCAA, _GCAI, _PEC],
|
|
1050
1050
|
[0, 0, 0],
|
|
1051
1051
|
];
|
|
1052
|
-
export var GetGroupCertificateConfigurationRequest = [3, n0, _GGCCR, 0, [_GI], [[0, 1]]];
|
|
1053
|
-
export var GetGroupCertificateConfigurationResponse = [
|
|
1052
|
+
export var GetGroupCertificateConfigurationRequest$ = [3, n0, _GGCCR, 0, [_GI], [[0, 1]]];
|
|
1053
|
+
export var GetGroupCertificateConfigurationResponse$ = [
|
|
1054
1054
|
3,
|
|
1055
1055
|
n0,
|
|
1056
1056
|
_GGCCRe,
|
|
@@ -1058,8 +1058,8 @@ export var GetGroupCertificateConfigurationResponse = [
|
|
|
1058
1058
|
[_CAEIM, _CEIM, _GI],
|
|
1059
1059
|
[0, 0, 0],
|
|
1060
1060
|
];
|
|
1061
|
-
export var GetGroupRequest = [3, n0, _GGR, 0, [_GI], [[0, 1]]];
|
|
1062
|
-
export var GetGroupResponse = [
|
|
1061
|
+
export var GetGroupRequest$ = [3, n0, _GGR, 0, [_GI], [[0, 1]]];
|
|
1062
|
+
export var GetGroupResponse$ = [
|
|
1063
1063
|
3,
|
|
1064
1064
|
n0,
|
|
1065
1065
|
_GGRe,
|
|
@@ -1067,7 +1067,7 @@ export var GetGroupResponse = [
|
|
|
1067
1067
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1068
1068
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1069
1069
|
];
|
|
1070
|
-
export var GetGroupVersionRequest = [
|
|
1070
|
+
export var GetGroupVersionRequest$ = [
|
|
1071
1071
|
3,
|
|
1072
1072
|
n0,
|
|
1073
1073
|
_GGVR,
|
|
@@ -1078,16 +1078,16 @@ export var GetGroupVersionRequest = [
|
|
|
1078
1078
|
[0, 1],
|
|
1079
1079
|
],
|
|
1080
1080
|
];
|
|
1081
|
-
export var GetGroupVersionResponse = [
|
|
1081
|
+
export var GetGroupVersionResponse$ = [
|
|
1082
1082
|
3,
|
|
1083
1083
|
n0,
|
|
1084
1084
|
_GGVRe,
|
|
1085
1085
|
0,
|
|
1086
1086
|
[_A, _CT, _Def, _I, _V],
|
|
1087
|
-
[0, 0, () => GroupVersion
|
|
1087
|
+
[0, 0, () => GroupVersion$, 0, 0],
|
|
1088
1088
|
];
|
|
1089
|
-
export var GetLoggerDefinitionRequest = [3, n0, _GLDR, 0, [_LDI], [[0, 1]]];
|
|
1090
|
-
export var GetLoggerDefinitionResponse = [
|
|
1089
|
+
export var GetLoggerDefinitionRequest$ = [3, n0, _GLDR, 0, [_LDI], [[0, 1]]];
|
|
1090
|
+
export var GetLoggerDefinitionResponse$ = [
|
|
1091
1091
|
3,
|
|
1092
1092
|
n0,
|
|
1093
1093
|
_GLDRe,
|
|
@@ -1095,7 +1095,7 @@ export var GetLoggerDefinitionResponse = [
|
|
|
1095
1095
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1096
1096
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1097
1097
|
];
|
|
1098
|
-
export var GetLoggerDefinitionVersionRequest = [
|
|
1098
|
+
export var GetLoggerDefinitionVersionRequest$ = [
|
|
1099
1099
|
3,
|
|
1100
1100
|
n0,
|
|
1101
1101
|
_GLDVR,
|
|
@@ -1107,16 +1107,16 @@ export var GetLoggerDefinitionVersionRequest = [
|
|
|
1107
1107
|
[0, { [_hQ]: _NT }],
|
|
1108
1108
|
],
|
|
1109
1109
|
];
|
|
1110
|
-
export var GetLoggerDefinitionVersionResponse = [
|
|
1110
|
+
export var GetLoggerDefinitionVersionResponse$ = [
|
|
1111
1111
|
3,
|
|
1112
1112
|
n0,
|
|
1113
1113
|
_GLDVRe,
|
|
1114
1114
|
0,
|
|
1115
1115
|
[_A, _CT, _Def, _I, _V],
|
|
1116
|
-
[0, 0, () => LoggerDefinitionVersion
|
|
1116
|
+
[0, 0, () => LoggerDefinitionVersion$, 0, 0],
|
|
1117
1117
|
];
|
|
1118
|
-
export var GetResourceDefinitionRequest = [3, n0, _GRDR, 0, [_RDI], [[0, 1]]];
|
|
1119
|
-
export var GetResourceDefinitionResponse = [
|
|
1118
|
+
export var GetResourceDefinitionRequest$ = [3, n0, _GRDR, 0, [_RDI], [[0, 1]]];
|
|
1119
|
+
export var GetResourceDefinitionResponse$ = [
|
|
1120
1120
|
3,
|
|
1121
1121
|
n0,
|
|
1122
1122
|
_GRDRe,
|
|
@@ -1124,7 +1124,7 @@ export var GetResourceDefinitionResponse = [
|
|
|
1124
1124
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1125
1125
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1126
1126
|
];
|
|
1127
|
-
export var GetResourceDefinitionVersionRequest = [
|
|
1127
|
+
export var GetResourceDefinitionVersionRequest$ = [
|
|
1128
1128
|
3,
|
|
1129
1129
|
n0,
|
|
1130
1130
|
_GRDVR,
|
|
@@ -1135,18 +1135,18 @@ export var GetResourceDefinitionVersionRequest = [
|
|
|
1135
1135
|
[0, 1],
|
|
1136
1136
|
],
|
|
1137
1137
|
];
|
|
1138
|
-
export var GetResourceDefinitionVersionResponse = [
|
|
1138
|
+
export var GetResourceDefinitionVersionResponse$ = [
|
|
1139
1139
|
3,
|
|
1140
1140
|
n0,
|
|
1141
1141
|
_GRDVRe,
|
|
1142
1142
|
0,
|
|
1143
1143
|
[_A, _CT, _Def, _I, _V],
|
|
1144
|
-
[0, 0, () => ResourceDefinitionVersion
|
|
1144
|
+
[0, 0, () => ResourceDefinitionVersion$, 0, 0],
|
|
1145
1145
|
];
|
|
1146
|
-
export var GetServiceRoleForAccountRequest = [3, n0, _GSRFAR, 0, [], []];
|
|
1147
|
-
export var GetServiceRoleForAccountResponse = [3, n0, _GSRFARe, 0, [_AA, _RA], [0, 0]];
|
|
1148
|
-
export var GetSubscriptionDefinitionRequest = [3, n0, _GSDR, 0, [_SDI], [[0, 1]]];
|
|
1149
|
-
export var GetSubscriptionDefinitionResponse = [
|
|
1146
|
+
export var GetServiceRoleForAccountRequest$ = [3, n0, _GSRFAR, 0, [], []];
|
|
1147
|
+
export var GetServiceRoleForAccountResponse$ = [3, n0, _GSRFARe, 0, [_AA, _RA], [0, 0]];
|
|
1148
|
+
export var GetSubscriptionDefinitionRequest$ = [3, n0, _GSDR, 0, [_SDI], [[0, 1]]];
|
|
1149
|
+
export var GetSubscriptionDefinitionResponse$ = [
|
|
1150
1150
|
3,
|
|
1151
1151
|
n0,
|
|
1152
1152
|
_GSDRe,
|
|
@@ -1154,7 +1154,7 @@ export var GetSubscriptionDefinitionResponse = [
|
|
|
1154
1154
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1155
1155
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1156
1156
|
];
|
|
1157
|
-
export var GetSubscriptionDefinitionVersionRequest = [
|
|
1157
|
+
export var GetSubscriptionDefinitionVersionRequest$ = [
|
|
1158
1158
|
3,
|
|
1159
1159
|
n0,
|
|
1160
1160
|
_GSDVR,
|
|
@@ -1166,25 +1166,25 @@ export var GetSubscriptionDefinitionVersionRequest = [
|
|
|
1166
1166
|
[0, 1],
|
|
1167
1167
|
],
|
|
1168
1168
|
];
|
|
1169
|
-
export var GetSubscriptionDefinitionVersionResponse = [
|
|
1169
|
+
export var GetSubscriptionDefinitionVersionResponse$ = [
|
|
1170
1170
|
3,
|
|
1171
1171
|
n0,
|
|
1172
1172
|
_GSDVRe,
|
|
1173
1173
|
0,
|
|
1174
1174
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
1175
|
-
[0, 0, () => SubscriptionDefinitionVersion
|
|
1175
|
+
[0, 0, () => SubscriptionDefinitionVersion$, 0, 0, 0],
|
|
1176
1176
|
];
|
|
1177
|
-
export var GetThingRuntimeConfigurationRequest = [3, n0, _GTRCR, 0, [_TN], [[0, 1]]];
|
|
1178
|
-
export var GetThingRuntimeConfigurationResponse = [
|
|
1177
|
+
export var GetThingRuntimeConfigurationRequest$ = [3, n0, _GTRCR, 0, [_TN], [[0, 1]]];
|
|
1178
|
+
export var GetThingRuntimeConfigurationResponse$ = [
|
|
1179
1179
|
3,
|
|
1180
1180
|
n0,
|
|
1181
1181
|
_GTRCRe,
|
|
1182
1182
|
0,
|
|
1183
1183
|
[_RC],
|
|
1184
|
-
[() => RuntimeConfiguration],
|
|
1184
|
+
[() => RuntimeConfiguration$],
|
|
1185
1185
|
];
|
|
1186
|
-
export var GroupCertificateAuthorityProperties = [3, n0, _GCAP, 0, [_GCAA, _GCAI], [0, 0]];
|
|
1187
|
-
export var GroupInformation = [
|
|
1186
|
+
export var GroupCertificateAuthorityProperties$ = [3, n0, _GCAP, 0, [_GCAA, _GCAI], [0, 0]];
|
|
1187
|
+
export var GroupInformation$ = [
|
|
1188
1188
|
3,
|
|
1189
1189
|
n0,
|
|
1190
1190
|
_GIr,
|
|
@@ -1192,8 +1192,8 @@ export var GroupInformation = [
|
|
|
1192
1192
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
1193
1193
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1194
1194
|
];
|
|
1195
|
-
export var GroupOwnerSetting = [3, n0, _GOS, 0, [_AAGO, _GO], [2, 0]];
|
|
1196
|
-
export var GroupVersion = [
|
|
1195
|
+
export var GroupOwnerSetting$ = [3, n0, _GOS, 0, [_AAGO, _GO], [2, 0]];
|
|
1196
|
+
export var GroupVersion$ = [
|
|
1197
1197
|
3,
|
|
1198
1198
|
n0,
|
|
1199
1199
|
_GV,
|
|
@@ -1201,7 +1201,7 @@ export var GroupVersion = [
|
|
|
1201
1201
|
[_CDVA, _CDVAo, _DDVA, _FDVA, _LDVA, _RDVA, _SDVA],
|
|
1202
1202
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1203
1203
|
];
|
|
1204
|
-
export var InternalServerErrorException = [
|
|
1204
|
+
export var InternalServerErrorException$ = [
|
|
1205
1205
|
-3,
|
|
1206
1206
|
n0,
|
|
1207
1207
|
_ISEE,
|
|
@@ -1209,8 +1209,8 @@ export var InternalServerErrorException = [
|
|
|
1209
1209
|
[_ED, _M],
|
|
1210
1210
|
[() => ErrorDetails, 0],
|
|
1211
1211
|
];
|
|
1212
|
-
TypeRegistry.for(n0).registerError(InternalServerErrorException
|
|
1213
|
-
export var ListBulkDeploymentDetailedReportsRequest = [
|
|
1212
|
+
TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
1213
|
+
export var ListBulkDeploymentDetailedReportsRequest$ = [
|
|
1214
1214
|
3,
|
|
1215
1215
|
n0,
|
|
1216
1216
|
_LBDDRR,
|
|
@@ -1222,7 +1222,7 @@ export var ListBulkDeploymentDetailedReportsRequest = [
|
|
|
1222
1222
|
[0, { [_hQ]: _NT }],
|
|
1223
1223
|
],
|
|
1224
1224
|
];
|
|
1225
|
-
export var ListBulkDeploymentDetailedReportsResponse = [
|
|
1225
|
+
export var ListBulkDeploymentDetailedReportsResponse$ = [
|
|
1226
1226
|
3,
|
|
1227
1227
|
n0,
|
|
1228
1228
|
_LBDDRRi,
|
|
@@ -1230,7 +1230,7 @@ export var ListBulkDeploymentDetailedReportsResponse = [
|
|
|
1230
1230
|
[_Dep, _NT],
|
|
1231
1231
|
[() => BulkDeploymentResults, 0],
|
|
1232
1232
|
];
|
|
1233
|
-
export var ListBulkDeploymentsRequest = [
|
|
1233
|
+
export var ListBulkDeploymentsRequest$ = [
|
|
1234
1234
|
3,
|
|
1235
1235
|
n0,
|
|
1236
1236
|
_LBDR,
|
|
@@ -1241,7 +1241,7 @@ export var ListBulkDeploymentsRequest = [
|
|
|
1241
1241
|
[0, { [_hQ]: _NT }],
|
|
1242
1242
|
],
|
|
1243
1243
|
];
|
|
1244
|
-
export var ListBulkDeploymentsResponse = [
|
|
1244
|
+
export var ListBulkDeploymentsResponse$ = [
|
|
1245
1245
|
3,
|
|
1246
1246
|
n0,
|
|
1247
1247
|
_LBDRi,
|
|
@@ -1249,7 +1249,7 @@ export var ListBulkDeploymentsResponse = [
|
|
|
1249
1249
|
[_BDu, _NT],
|
|
1250
1250
|
[() => BulkDeployments, 0],
|
|
1251
1251
|
];
|
|
1252
|
-
export var ListConnectorDefinitionsRequest = [
|
|
1252
|
+
export var ListConnectorDefinitionsRequest$ = [
|
|
1253
1253
|
3,
|
|
1254
1254
|
n0,
|
|
1255
1255
|
_LCDR,
|
|
@@ -1260,7 +1260,7 @@ export var ListConnectorDefinitionsRequest = [
|
|
|
1260
1260
|
[0, { [_hQ]: _NT }],
|
|
1261
1261
|
],
|
|
1262
1262
|
];
|
|
1263
|
-
export var ListConnectorDefinitionsResponse = [
|
|
1263
|
+
export var ListConnectorDefinitionsResponse$ = [
|
|
1264
1264
|
3,
|
|
1265
1265
|
n0,
|
|
1266
1266
|
_LCDRi,
|
|
@@ -1268,7 +1268,7 @@ export var ListConnectorDefinitionsResponse = [
|
|
|
1268
1268
|
[_Defi, _NT],
|
|
1269
1269
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1270
1270
|
];
|
|
1271
|
-
export var ListConnectorDefinitionVersionsRequest = [
|
|
1271
|
+
export var ListConnectorDefinitionVersionsRequest$ = [
|
|
1272
1272
|
3,
|
|
1273
1273
|
n0,
|
|
1274
1274
|
_LCDVR,
|
|
@@ -1280,7 +1280,7 @@ export var ListConnectorDefinitionVersionsRequest = [
|
|
|
1280
1280
|
[0, { [_hQ]: _NT }],
|
|
1281
1281
|
],
|
|
1282
1282
|
];
|
|
1283
|
-
export var ListConnectorDefinitionVersionsResponse = [
|
|
1283
|
+
export var ListConnectorDefinitionVersionsResponse$ = [
|
|
1284
1284
|
3,
|
|
1285
1285
|
n0,
|
|
1286
1286
|
_LCDVRi,
|
|
@@ -1288,7 +1288,7 @@ export var ListConnectorDefinitionVersionsResponse = [
|
|
|
1288
1288
|
[_NT, _Ve],
|
|
1289
1289
|
[0, () => __listOfVersionInformation],
|
|
1290
1290
|
];
|
|
1291
|
-
export var ListCoreDefinitionsRequest = [
|
|
1291
|
+
export var ListCoreDefinitionsRequest$ = [
|
|
1292
1292
|
3,
|
|
1293
1293
|
n0,
|
|
1294
1294
|
_LCDRis,
|
|
@@ -1299,7 +1299,7 @@ export var ListCoreDefinitionsRequest = [
|
|
|
1299
1299
|
[0, { [_hQ]: _NT }],
|
|
1300
1300
|
],
|
|
1301
1301
|
];
|
|
1302
|
-
export var ListCoreDefinitionsResponse = [
|
|
1302
|
+
export var ListCoreDefinitionsResponse$ = [
|
|
1303
1303
|
3,
|
|
1304
1304
|
n0,
|
|
1305
1305
|
_LCDRist,
|
|
@@ -1307,7 +1307,7 @@ export var ListCoreDefinitionsResponse = [
|
|
|
1307
1307
|
[_Defi, _NT],
|
|
1308
1308
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1309
1309
|
];
|
|
1310
|
-
export var ListCoreDefinitionVersionsRequest = [
|
|
1310
|
+
export var ListCoreDefinitionVersionsRequest$ = [
|
|
1311
1311
|
3,
|
|
1312
1312
|
n0,
|
|
1313
1313
|
_LCDVRis,
|
|
@@ -1319,7 +1319,7 @@ export var ListCoreDefinitionVersionsRequest = [
|
|
|
1319
1319
|
[0, { [_hQ]: _NT }],
|
|
1320
1320
|
],
|
|
1321
1321
|
];
|
|
1322
|
-
export var ListCoreDefinitionVersionsResponse = [
|
|
1322
|
+
export var ListCoreDefinitionVersionsResponse$ = [
|
|
1323
1323
|
3,
|
|
1324
1324
|
n0,
|
|
1325
1325
|
_LCDVRist,
|
|
@@ -1327,7 +1327,7 @@ export var ListCoreDefinitionVersionsResponse = [
|
|
|
1327
1327
|
[_NT, _Ve],
|
|
1328
1328
|
[0, () => __listOfVersionInformation],
|
|
1329
1329
|
];
|
|
1330
|
-
export var ListDeploymentsRequest = [
|
|
1330
|
+
export var ListDeploymentsRequest$ = [
|
|
1331
1331
|
3,
|
|
1332
1332
|
n0,
|
|
1333
1333
|
_LDR,
|
|
@@ -1339,8 +1339,8 @@ export var ListDeploymentsRequest = [
|
|
|
1339
1339
|
[0, { [_hQ]: _NT }],
|
|
1340
1340
|
],
|
|
1341
1341
|
];
|
|
1342
|
-
export var ListDeploymentsResponse = [3, n0, _LDRi, 0, [_Dep, _NT], [() => Deployments, 0]];
|
|
1343
|
-
export var ListDeviceDefinitionsRequest = [
|
|
1342
|
+
export var ListDeploymentsResponse$ = [3, n0, _LDRi, 0, [_Dep, _NT], [() => Deployments, 0]];
|
|
1343
|
+
export var ListDeviceDefinitionsRequest$ = [
|
|
1344
1344
|
3,
|
|
1345
1345
|
n0,
|
|
1346
1346
|
_LDDR,
|
|
@@ -1351,7 +1351,7 @@ export var ListDeviceDefinitionsRequest = [
|
|
|
1351
1351
|
[0, { [_hQ]: _NT }],
|
|
1352
1352
|
],
|
|
1353
1353
|
];
|
|
1354
|
-
export var ListDeviceDefinitionsResponse = [
|
|
1354
|
+
export var ListDeviceDefinitionsResponse$ = [
|
|
1355
1355
|
3,
|
|
1356
1356
|
n0,
|
|
1357
1357
|
_LDDRi,
|
|
@@ -1359,7 +1359,7 @@ export var ListDeviceDefinitionsResponse = [
|
|
|
1359
1359
|
[_Defi, _NT],
|
|
1360
1360
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1361
1361
|
];
|
|
1362
|
-
export var ListDeviceDefinitionVersionsRequest = [
|
|
1362
|
+
export var ListDeviceDefinitionVersionsRequest$ = [
|
|
1363
1363
|
3,
|
|
1364
1364
|
n0,
|
|
1365
1365
|
_LDDVR,
|
|
@@ -1371,7 +1371,7 @@ export var ListDeviceDefinitionVersionsRequest = [
|
|
|
1371
1371
|
[0, { [_hQ]: _NT }],
|
|
1372
1372
|
],
|
|
1373
1373
|
];
|
|
1374
|
-
export var ListDeviceDefinitionVersionsResponse = [
|
|
1374
|
+
export var ListDeviceDefinitionVersionsResponse$ = [
|
|
1375
1375
|
3,
|
|
1376
1376
|
n0,
|
|
1377
1377
|
_LDDVRi,
|
|
@@ -1379,7 +1379,7 @@ export var ListDeviceDefinitionVersionsResponse = [
|
|
|
1379
1379
|
[_NT, _Ve],
|
|
1380
1380
|
[0, () => __listOfVersionInformation],
|
|
1381
1381
|
];
|
|
1382
|
-
export var ListFunctionDefinitionsRequest = [
|
|
1382
|
+
export var ListFunctionDefinitionsRequest$ = [
|
|
1383
1383
|
3,
|
|
1384
1384
|
n0,
|
|
1385
1385
|
_LFDR,
|
|
@@ -1390,7 +1390,7 @@ export var ListFunctionDefinitionsRequest = [
|
|
|
1390
1390
|
[0, { [_hQ]: _NT }],
|
|
1391
1391
|
],
|
|
1392
1392
|
];
|
|
1393
|
-
export var ListFunctionDefinitionsResponse = [
|
|
1393
|
+
export var ListFunctionDefinitionsResponse$ = [
|
|
1394
1394
|
3,
|
|
1395
1395
|
n0,
|
|
1396
1396
|
_LFDRi,
|
|
@@ -1398,7 +1398,7 @@ export var ListFunctionDefinitionsResponse = [
|
|
|
1398
1398
|
[_Defi, _NT],
|
|
1399
1399
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1400
1400
|
];
|
|
1401
|
-
export var ListFunctionDefinitionVersionsRequest = [
|
|
1401
|
+
export var ListFunctionDefinitionVersionsRequest$ = [
|
|
1402
1402
|
3,
|
|
1403
1403
|
n0,
|
|
1404
1404
|
_LFDVR,
|
|
@@ -1410,7 +1410,7 @@ export var ListFunctionDefinitionVersionsRequest = [
|
|
|
1410
1410
|
[0, { [_hQ]: _NT }],
|
|
1411
1411
|
],
|
|
1412
1412
|
];
|
|
1413
|
-
export var ListFunctionDefinitionVersionsResponse = [
|
|
1413
|
+
export var ListFunctionDefinitionVersionsResponse$ = [
|
|
1414
1414
|
3,
|
|
1415
1415
|
n0,
|
|
1416
1416
|
_LFDVRi,
|
|
@@ -1418,8 +1418,8 @@ export var ListFunctionDefinitionVersionsResponse = [
|
|
|
1418
1418
|
[_NT, _Ve],
|
|
1419
1419
|
[0, () => __listOfVersionInformation],
|
|
1420
1420
|
];
|
|
1421
|
-
export var ListGroupCertificateAuthoritiesRequest = [3, n0, _LGCAR, 0, [_GI], [[0, 1]]];
|
|
1422
|
-
export var ListGroupCertificateAuthoritiesResponse = [
|
|
1421
|
+
export var ListGroupCertificateAuthoritiesRequest$ = [3, n0, _LGCAR, 0, [_GI], [[0, 1]]];
|
|
1422
|
+
export var ListGroupCertificateAuthoritiesResponse$ = [
|
|
1423
1423
|
3,
|
|
1424
1424
|
n0,
|
|
1425
1425
|
_LGCARi,
|
|
@@ -1427,7 +1427,7 @@ export var ListGroupCertificateAuthoritiesResponse = [
|
|
|
1427
1427
|
[_GCA],
|
|
1428
1428
|
[() => __listOfGroupCertificateAuthorityProperties],
|
|
1429
1429
|
];
|
|
1430
|
-
export var ListGroupsRequest = [
|
|
1430
|
+
export var ListGroupsRequest$ = [
|
|
1431
1431
|
3,
|
|
1432
1432
|
n0,
|
|
1433
1433
|
_LGR,
|
|
@@ -1438,7 +1438,7 @@ export var ListGroupsRequest = [
|
|
|
1438
1438
|
[0, { [_hQ]: _NT }],
|
|
1439
1439
|
],
|
|
1440
1440
|
];
|
|
1441
|
-
export var ListGroupsResponse = [
|
|
1441
|
+
export var ListGroupsResponse$ = [
|
|
1442
1442
|
3,
|
|
1443
1443
|
n0,
|
|
1444
1444
|
_LGRi,
|
|
@@ -1446,7 +1446,7 @@ export var ListGroupsResponse = [
|
|
|
1446
1446
|
[_Gr, _NT],
|
|
1447
1447
|
[() => __listOfGroupInformation, 0],
|
|
1448
1448
|
];
|
|
1449
|
-
export var ListGroupVersionsRequest = [
|
|
1449
|
+
export var ListGroupVersionsRequest$ = [
|
|
1450
1450
|
3,
|
|
1451
1451
|
n0,
|
|
1452
1452
|
_LGVR,
|
|
@@ -1458,7 +1458,7 @@ export var ListGroupVersionsRequest = [
|
|
|
1458
1458
|
[0, { [_hQ]: _NT }],
|
|
1459
1459
|
],
|
|
1460
1460
|
];
|
|
1461
|
-
export var ListGroupVersionsResponse = [
|
|
1461
|
+
export var ListGroupVersionsResponse$ = [
|
|
1462
1462
|
3,
|
|
1463
1463
|
n0,
|
|
1464
1464
|
_LGVRi,
|
|
@@ -1466,7 +1466,7 @@ export var ListGroupVersionsResponse = [
|
|
|
1466
1466
|
[_NT, _Ve],
|
|
1467
1467
|
[0, () => __listOfVersionInformation],
|
|
1468
1468
|
];
|
|
1469
|
-
export var ListLoggerDefinitionsRequest = [
|
|
1469
|
+
export var ListLoggerDefinitionsRequest$ = [
|
|
1470
1470
|
3,
|
|
1471
1471
|
n0,
|
|
1472
1472
|
_LLDR,
|
|
@@ -1477,7 +1477,7 @@ export var ListLoggerDefinitionsRequest = [
|
|
|
1477
1477
|
[0, { [_hQ]: _NT }],
|
|
1478
1478
|
],
|
|
1479
1479
|
];
|
|
1480
|
-
export var ListLoggerDefinitionsResponse = [
|
|
1480
|
+
export var ListLoggerDefinitionsResponse$ = [
|
|
1481
1481
|
3,
|
|
1482
1482
|
n0,
|
|
1483
1483
|
_LLDRi,
|
|
@@ -1485,7 +1485,7 @@ export var ListLoggerDefinitionsResponse = [
|
|
|
1485
1485
|
[_Defi, _NT],
|
|
1486
1486
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1487
1487
|
];
|
|
1488
|
-
export var ListLoggerDefinitionVersionsRequest = [
|
|
1488
|
+
export var ListLoggerDefinitionVersionsRequest$ = [
|
|
1489
1489
|
3,
|
|
1490
1490
|
n0,
|
|
1491
1491
|
_LLDVR,
|
|
@@ -1497,7 +1497,7 @@ export var ListLoggerDefinitionVersionsRequest = [
|
|
|
1497
1497
|
[0, { [_hQ]: _NT }],
|
|
1498
1498
|
],
|
|
1499
1499
|
];
|
|
1500
|
-
export var ListLoggerDefinitionVersionsResponse = [
|
|
1500
|
+
export var ListLoggerDefinitionVersionsResponse$ = [
|
|
1501
1501
|
3,
|
|
1502
1502
|
n0,
|
|
1503
1503
|
_LLDVRi,
|
|
@@ -1505,7 +1505,7 @@ export var ListLoggerDefinitionVersionsResponse = [
|
|
|
1505
1505
|
[_NT, _Ve],
|
|
1506
1506
|
[0, () => __listOfVersionInformation],
|
|
1507
1507
|
];
|
|
1508
|
-
export var ListResourceDefinitionsRequest = [
|
|
1508
|
+
export var ListResourceDefinitionsRequest$ = [
|
|
1509
1509
|
3,
|
|
1510
1510
|
n0,
|
|
1511
1511
|
_LRDR,
|
|
@@ -1516,7 +1516,7 @@ export var ListResourceDefinitionsRequest = [
|
|
|
1516
1516
|
[0, { [_hQ]: _NT }],
|
|
1517
1517
|
],
|
|
1518
1518
|
];
|
|
1519
|
-
export var ListResourceDefinitionsResponse = [
|
|
1519
|
+
export var ListResourceDefinitionsResponse$ = [
|
|
1520
1520
|
3,
|
|
1521
1521
|
n0,
|
|
1522
1522
|
_LRDRi,
|
|
@@ -1524,7 +1524,7 @@ export var ListResourceDefinitionsResponse = [
|
|
|
1524
1524
|
[_Defi, _NT],
|
|
1525
1525
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1526
1526
|
];
|
|
1527
|
-
export var ListResourceDefinitionVersionsRequest = [
|
|
1527
|
+
export var ListResourceDefinitionVersionsRequest$ = [
|
|
1528
1528
|
3,
|
|
1529
1529
|
n0,
|
|
1530
1530
|
_LRDVR,
|
|
@@ -1536,7 +1536,7 @@ export var ListResourceDefinitionVersionsRequest = [
|
|
|
1536
1536
|
[0, 1],
|
|
1537
1537
|
],
|
|
1538
1538
|
];
|
|
1539
|
-
export var ListResourceDefinitionVersionsResponse = [
|
|
1539
|
+
export var ListResourceDefinitionVersionsResponse$ = [
|
|
1540
1540
|
3,
|
|
1541
1541
|
n0,
|
|
1542
1542
|
_LRDVRi,
|
|
@@ -1544,7 +1544,7 @@ export var ListResourceDefinitionVersionsResponse = [
|
|
|
1544
1544
|
[_NT, _Ve],
|
|
1545
1545
|
[0, () => __listOfVersionInformation],
|
|
1546
1546
|
];
|
|
1547
|
-
export var ListSubscriptionDefinitionsRequest = [
|
|
1547
|
+
export var ListSubscriptionDefinitionsRequest$ = [
|
|
1548
1548
|
3,
|
|
1549
1549
|
n0,
|
|
1550
1550
|
_LSDR,
|
|
@@ -1555,7 +1555,7 @@ export var ListSubscriptionDefinitionsRequest = [
|
|
|
1555
1555
|
[0, { [_hQ]: _NT }],
|
|
1556
1556
|
],
|
|
1557
1557
|
];
|
|
1558
|
-
export var ListSubscriptionDefinitionsResponse = [
|
|
1558
|
+
export var ListSubscriptionDefinitionsResponse$ = [
|
|
1559
1559
|
3,
|
|
1560
1560
|
n0,
|
|
1561
1561
|
_LSDRi,
|
|
@@ -1563,7 +1563,7 @@ export var ListSubscriptionDefinitionsResponse = [
|
|
|
1563
1563
|
[_Defi, _NT],
|
|
1564
1564
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1565
1565
|
];
|
|
1566
|
-
export var ListSubscriptionDefinitionVersionsRequest = [
|
|
1566
|
+
export var ListSubscriptionDefinitionVersionsRequest$ = [
|
|
1567
1567
|
3,
|
|
1568
1568
|
n0,
|
|
1569
1569
|
_LSDVR,
|
|
@@ -1575,7 +1575,7 @@ export var ListSubscriptionDefinitionVersionsRequest = [
|
|
|
1575
1575
|
[0, 1],
|
|
1576
1576
|
],
|
|
1577
1577
|
];
|
|
1578
|
-
export var ListSubscriptionDefinitionVersionsResponse = [
|
|
1578
|
+
export var ListSubscriptionDefinitionVersionsResponse$ = [
|
|
1579
1579
|
3,
|
|
1580
1580
|
n0,
|
|
1581
1581
|
_LSDVRi,
|
|
@@ -1583,27 +1583,27 @@ export var ListSubscriptionDefinitionVersionsResponse = [
|
|
|
1583
1583
|
[_NT, _Ve],
|
|
1584
1584
|
[0, () => __listOfVersionInformation],
|
|
1585
1585
|
];
|
|
1586
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAes], [[0, 1]]];
|
|
1587
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1588
|
-
export var LocalDeviceResourceData = [
|
|
1586
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAes], [[0, 1]]];
|
|
1587
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1588
|
+
export var LocalDeviceResourceData$ = [
|
|
1589
1589
|
3,
|
|
1590
1590
|
n0,
|
|
1591
1591
|
_LDRD,
|
|
1592
1592
|
0,
|
|
1593
1593
|
[_GOS, _SP],
|
|
1594
|
-
[() => GroupOwnerSetting
|
|
1594
|
+
[() => GroupOwnerSetting$, 0],
|
|
1595
1595
|
];
|
|
1596
|
-
export var LocalVolumeResourceData = [
|
|
1596
|
+
export var LocalVolumeResourceData$ = [
|
|
1597
1597
|
3,
|
|
1598
1598
|
n0,
|
|
1599
1599
|
_LVRD,
|
|
1600
1600
|
0,
|
|
1601
1601
|
[_DP, _GOS, _SP],
|
|
1602
|
-
[0, () => GroupOwnerSetting
|
|
1602
|
+
[0, () => GroupOwnerSetting$, 0],
|
|
1603
1603
|
];
|
|
1604
|
-
export var Logger = [3, n0, _Lo, 0, [_Com, _I, _Le, _Sp, _Ty], [0, 0, 0, 1, 0]];
|
|
1605
|
-
export var LoggerDefinitionVersion = [3, n0, _LDV, 0, [_L], [() => __listOfLogger]];
|
|
1606
|
-
export var ResetDeploymentsRequest = [
|
|
1604
|
+
export var Logger$ = [3, n0, _Lo, 0, [_Com, _I, _Le, _Sp, _Ty], [0, 0, 0, 1, 0]];
|
|
1605
|
+
export var LoggerDefinitionVersion$ = [3, n0, _LDV, 0, [_L], [() => __listOfLogger]];
|
|
1606
|
+
export var ResetDeploymentsRequest$ = [
|
|
1607
1607
|
3,
|
|
1608
1608
|
n0,
|
|
1609
1609
|
_RDR,
|
|
@@ -1611,44 +1611,44 @@ export var ResetDeploymentsRequest = [
|
|
|
1611
1611
|
[_ACT, _Fo, _GI],
|
|
1612
1612
|
[[0, { [_hH]: _XACT }], 2, [0, 1]],
|
|
1613
1613
|
];
|
|
1614
|
-
export var ResetDeploymentsResponse = [3, n0, _RDRe, 0, [_DA, _DI], [0, 0]];
|
|
1615
|
-
export var Resource = [3, n0, _Re, 0, [_I, _N, _RDC], [0, 0, () => ResourceDataContainer]];
|
|
1616
|
-
export var ResourceAccessPolicy = [3, n0, _RAPe, 0, [_Pe, _RI], [0, 0]];
|
|
1617
|
-
export var ResourceDataContainer = [
|
|
1614
|
+
export var ResetDeploymentsResponse$ = [3, n0, _RDRe, 0, [_DA, _DI], [0, 0]];
|
|
1615
|
+
export var Resource$ = [3, n0, _Re, 0, [_I, _N, _RDC], [0, 0, () => ResourceDataContainer$]];
|
|
1616
|
+
export var ResourceAccessPolicy$ = [3, n0, _RAPe, 0, [_Pe, _RI], [0, 0]];
|
|
1617
|
+
export var ResourceDataContainer$ = [
|
|
1618
1618
|
3,
|
|
1619
1619
|
n0,
|
|
1620
1620
|
_RDC,
|
|
1621
1621
|
0,
|
|
1622
1622
|
[_LDRD, _LVRD, _SMLMRD, _SMMLMRD, _SMSRD],
|
|
1623
1623
|
[
|
|
1624
|
-
() => LocalDeviceResourceData
|
|
1625
|
-
() => LocalVolumeResourceData
|
|
1626
|
-
() => S3MachineLearningModelResourceData
|
|
1627
|
-
() => SageMakerMachineLearningModelResourceData
|
|
1628
|
-
() => SecretsManagerSecretResourceData
|
|
1624
|
+
() => LocalDeviceResourceData$,
|
|
1625
|
+
() => LocalVolumeResourceData$,
|
|
1626
|
+
() => S3MachineLearningModelResourceData$,
|
|
1627
|
+
() => SageMakerMachineLearningModelResourceData$,
|
|
1628
|
+
() => SecretsManagerSecretResourceData$,
|
|
1629
1629
|
],
|
|
1630
1630
|
];
|
|
1631
|
-
export var ResourceDefinitionVersion = [3, n0, _RDV, 0, [_R], [() => __listOfResource]];
|
|
1632
|
-
export var ResourceDownloadOwnerSetting = [3, n0, _RDOS, 0, [_GO, _GP], [0, 0]];
|
|
1633
|
-
export var RuntimeConfiguration = [3, n0, _RC, 0, [_TC], [() => TelemetryConfiguration]];
|
|
1634
|
-
export var S3MachineLearningModelResourceData = [
|
|
1631
|
+
export var ResourceDefinitionVersion$ = [3, n0, _RDV, 0, [_R], [() => __listOfResource]];
|
|
1632
|
+
export var ResourceDownloadOwnerSetting$ = [3, n0, _RDOS, 0, [_GO, _GP], [0, 0]];
|
|
1633
|
+
export var RuntimeConfiguration$ = [3, n0, _RC, 0, [_TC], [() => TelemetryConfiguration$]];
|
|
1634
|
+
export var S3MachineLearningModelResourceData$ = [
|
|
1635
1635
|
3,
|
|
1636
1636
|
n0,
|
|
1637
1637
|
_SMLMRD,
|
|
1638
1638
|
0,
|
|
1639
1639
|
[_DP, _OS, _SU],
|
|
1640
|
-
[0, () => ResourceDownloadOwnerSetting
|
|
1640
|
+
[0, () => ResourceDownloadOwnerSetting$, 0],
|
|
1641
1641
|
];
|
|
1642
|
-
export var SageMakerMachineLearningModelResourceData = [
|
|
1642
|
+
export var SageMakerMachineLearningModelResourceData$ = [
|
|
1643
1643
|
3,
|
|
1644
1644
|
n0,
|
|
1645
1645
|
_SMMLMRD,
|
|
1646
1646
|
0,
|
|
1647
1647
|
[_DP, _OS, _SMJA],
|
|
1648
|
-
[0, () => ResourceDownloadOwnerSetting
|
|
1648
|
+
[0, () => ResourceDownloadOwnerSetting$, 0],
|
|
1649
1649
|
];
|
|
1650
|
-
export var SecretsManagerSecretResourceData = [3, n0, _SMSRD, 0, [_ARN, _ASLTD], [0, 64 | 0]];
|
|
1651
|
-
export var StartBulkDeploymentRequest = [
|
|
1650
|
+
export var SecretsManagerSecretResourceData$ = [3, n0, _SMSRD, 0, [_ARN, _ASLTD], [0, 64 | 0]];
|
|
1651
|
+
export var StartBulkDeploymentRequest$ = [
|
|
1652
1652
|
3,
|
|
1653
1653
|
n0,
|
|
1654
1654
|
_SBDR,
|
|
@@ -1656,15 +1656,15 @@ export var StartBulkDeploymentRequest = [
|
|
|
1656
1656
|
[_ACT, _ERA, _IFU, _t],
|
|
1657
1657
|
[[0, { [_hH]: _XACT }], 0, 0, 128 | 0],
|
|
1658
1658
|
];
|
|
1659
|
-
export var StartBulkDeploymentResponse = [3, n0, _SBDRt, 0, [_BDA, _BDI], [0, 0]];
|
|
1660
|
-
export var StopBulkDeploymentRequest = [3, n0, _SBDRto, 0, [_BDI], [[0, 1]]];
|
|
1661
|
-
export var StopBulkDeploymentResponse = [3, n0, _SBDRtop, 0, [], []];
|
|
1662
|
-
export var Subscription = [3, n0, _Su, 0, [_I, _So, _Sub, _Ta], [0, 0, 0, 0]];
|
|
1663
|
-
export var SubscriptionDefinitionVersion = [3, n0, _SDV, 0, [_S], [() => __listOfSubscription]];
|
|
1664
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RAes, _t], [[0, 1], 128 | 0]];
|
|
1665
|
-
export var TelemetryConfiguration = [3, n0, _TC, 0, [_CSS, _Te], [0, 0]];
|
|
1666
|
-
export var TelemetryConfigurationUpdate = [3, n0, _TCU, 0, [_Te], [0]];
|
|
1667
|
-
export var UntagResourceRequest = [
|
|
1659
|
+
export var StartBulkDeploymentResponse$ = [3, n0, _SBDRt, 0, [_BDA, _BDI], [0, 0]];
|
|
1660
|
+
export var StopBulkDeploymentRequest$ = [3, n0, _SBDRto, 0, [_BDI], [[0, 1]]];
|
|
1661
|
+
export var StopBulkDeploymentResponse$ = [3, n0, _SBDRtop, 0, [], []];
|
|
1662
|
+
export var Subscription$ = [3, n0, _Su, 0, [_I, _So, _Sub, _Ta], [0, 0, 0, 0]];
|
|
1663
|
+
export var SubscriptionDefinitionVersion$ = [3, n0, _SDV, 0, [_S], [() => __listOfSubscription]];
|
|
1664
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAes, _t], [[0, 1], 128 | 0]];
|
|
1665
|
+
export var TelemetryConfiguration$ = [3, n0, _TC, 0, [_CSS, _Te], [0, 0]];
|
|
1666
|
+
export var TelemetryConfigurationUpdate$ = [3, n0, _TCU, 0, [_Te], [0]];
|
|
1667
|
+
export var UntagResourceRequest$ = [
|
|
1668
1668
|
3,
|
|
1669
1669
|
n0,
|
|
1670
1670
|
_URR,
|
|
@@ -1675,7 +1675,7 @@ export var UntagResourceRequest = [
|
|
|
1675
1675
|
[64 | 0, { [_hQ]: _tK }],
|
|
1676
1676
|
],
|
|
1677
1677
|
];
|
|
1678
|
-
export var UpdateConnectivityInfoRequest = [
|
|
1678
|
+
export var UpdateConnectivityInfoRequest$ = [
|
|
1679
1679
|
3,
|
|
1680
1680
|
n0,
|
|
1681
1681
|
_UCIR,
|
|
@@ -1683,7 +1683,7 @@ export var UpdateConnectivityInfoRequest = [
|
|
|
1683
1683
|
[_CI, _TN],
|
|
1684
1684
|
[() => __listOfConnectivityInfo, [0, 1]],
|
|
1685
1685
|
];
|
|
1686
|
-
export var UpdateConnectivityInfoResponse = [
|
|
1686
|
+
export var UpdateConnectivityInfoResponse$ = [
|
|
1687
1687
|
3,
|
|
1688
1688
|
n0,
|
|
1689
1689
|
_UCIRp,
|
|
@@ -1691,15 +1691,15 @@ export var UpdateConnectivityInfoResponse = [
|
|
|
1691
1691
|
[_M, _V],
|
|
1692
1692
|
[[0, { [_jN]: _m }], 0],
|
|
1693
1693
|
];
|
|
1694
|
-
export var UpdateConnectorDefinitionRequest = [3, n0, _UCDR, 0, [_CDI, _N], [[0, 1], 0]];
|
|
1695
|
-
export var UpdateConnectorDefinitionResponse = [3, n0, _UCDRp, 0, [], []];
|
|
1696
|
-
export var UpdateCoreDefinitionRequest = [3, n0, _UCDRpd, 0, [_CDIo, _N], [[0, 1], 0]];
|
|
1697
|
-
export var UpdateCoreDefinitionResponse = [3, n0, _UCDRpda, 0, [], []];
|
|
1698
|
-
export var UpdateDeviceDefinitionRequest = [3, n0, _UDDR, 0, [_DDI, _N], [[0, 1], 0]];
|
|
1699
|
-
export var UpdateDeviceDefinitionResponse = [3, n0, _UDDRp, 0, [], []];
|
|
1700
|
-
export var UpdateFunctionDefinitionRequest = [3, n0, _UFDR, 0, [_FDI, _N], [[0, 1], 0]];
|
|
1701
|
-
export var UpdateFunctionDefinitionResponse = [3, n0, _UFDRp, 0, [], []];
|
|
1702
|
-
export var UpdateGroupCertificateConfigurationRequest = [
|
|
1694
|
+
export var UpdateConnectorDefinitionRequest$ = [3, n0, _UCDR, 0, [_CDI, _N], [[0, 1], 0]];
|
|
1695
|
+
export var UpdateConnectorDefinitionResponse$ = [3, n0, _UCDRp, 0, [], []];
|
|
1696
|
+
export var UpdateCoreDefinitionRequest$ = [3, n0, _UCDRpd, 0, [_CDIo, _N], [[0, 1], 0]];
|
|
1697
|
+
export var UpdateCoreDefinitionResponse$ = [3, n0, _UCDRpda, 0, [], []];
|
|
1698
|
+
export var UpdateDeviceDefinitionRequest$ = [3, n0, _UDDR, 0, [_DDI, _N], [[0, 1], 0]];
|
|
1699
|
+
export var UpdateDeviceDefinitionResponse$ = [3, n0, _UDDRp, 0, [], []];
|
|
1700
|
+
export var UpdateFunctionDefinitionRequest$ = [3, n0, _UFDR, 0, [_FDI, _N], [[0, 1], 0]];
|
|
1701
|
+
export var UpdateFunctionDefinitionResponse$ = [3, n0, _UFDRp, 0, [], []];
|
|
1702
|
+
export var UpdateGroupCertificateConfigurationRequest$ = [
|
|
1703
1703
|
3,
|
|
1704
1704
|
n0,
|
|
1705
1705
|
_UGCCR,
|
|
@@ -1707,7 +1707,7 @@ export var UpdateGroupCertificateConfigurationRequest = [
|
|
|
1707
1707
|
[_CEIM, _GI],
|
|
1708
1708
|
[0, [0, 1]],
|
|
1709
1709
|
];
|
|
1710
|
-
export var UpdateGroupCertificateConfigurationResponse = [
|
|
1710
|
+
export var UpdateGroupCertificateConfigurationResponse$ = [
|
|
1711
1711
|
3,
|
|
1712
1712
|
n0,
|
|
1713
1713
|
_UGCCRp,
|
|
@@ -1715,335 +1715,335 @@ export var UpdateGroupCertificateConfigurationResponse = [
|
|
|
1715
1715
|
[_CAEIM, _CEIM, _GI],
|
|
1716
1716
|
[0, 0, 0],
|
|
1717
1717
|
];
|
|
1718
|
-
export var UpdateGroupRequest = [3, n0, _UGR, 0, [_GI, _N], [[0, 1], 0]];
|
|
1719
|
-
export var UpdateGroupResponse = [3, n0, _UGRp, 0, [], []];
|
|
1720
|
-
export var UpdateLoggerDefinitionRequest = [3, n0, _ULDR, 0, [_LDI, _N], [[0, 1], 0]];
|
|
1721
|
-
export var UpdateLoggerDefinitionResponse = [3, n0, _ULDRp, 0, [], []];
|
|
1722
|
-
export var UpdateResourceDefinitionRequest = [3, n0, _URDR, 0, [_N, _RDI], [0, [0, 1]]];
|
|
1723
|
-
export var UpdateResourceDefinitionResponse = [3, n0, _URDRp, 0, [], []];
|
|
1724
|
-
export var UpdateSubscriptionDefinitionRequest = [3, n0, _USDR, 0, [_N, _SDI], [0, [0, 1]]];
|
|
1725
|
-
export var UpdateSubscriptionDefinitionResponse = [3, n0, _USDRp, 0, [], []];
|
|
1726
|
-
export var UpdateThingRuntimeConfigurationRequest = [
|
|
1718
|
+
export var UpdateGroupRequest$ = [3, n0, _UGR, 0, [_GI, _N], [[0, 1], 0]];
|
|
1719
|
+
export var UpdateGroupResponse$ = [3, n0, _UGRp, 0, [], []];
|
|
1720
|
+
export var UpdateLoggerDefinitionRequest$ = [3, n0, _ULDR, 0, [_LDI, _N], [[0, 1], 0]];
|
|
1721
|
+
export var UpdateLoggerDefinitionResponse$ = [3, n0, _ULDRp, 0, [], []];
|
|
1722
|
+
export var UpdateResourceDefinitionRequest$ = [3, n0, _URDR, 0, [_N, _RDI], [0, [0, 1]]];
|
|
1723
|
+
export var UpdateResourceDefinitionResponse$ = [3, n0, _URDRp, 0, [], []];
|
|
1724
|
+
export var UpdateSubscriptionDefinitionRequest$ = [3, n0, _USDR, 0, [_N, _SDI], [0, [0, 1]]];
|
|
1725
|
+
export var UpdateSubscriptionDefinitionResponse$ = [3, n0, _USDRp, 0, [], []];
|
|
1726
|
+
export var UpdateThingRuntimeConfigurationRequest$ = [
|
|
1727
1727
|
3,
|
|
1728
1728
|
n0,
|
|
1729
1729
|
_UTRCR,
|
|
1730
1730
|
0,
|
|
1731
1731
|
[_TC, _TN],
|
|
1732
|
-
[() => TelemetryConfigurationUpdate
|
|
1733
|
-
];
|
|
1734
|
-
export var UpdateThingRuntimeConfigurationResponse = [3, n0, _UTRCRp, 0, [], []];
|
|
1735
|
-
export var VersionInformation = [3, n0, _VI, 0, [_A, _CT, _I, _V], [0, 0, 0, 0]];
|
|
1736
|
-
|
|
1737
|
-
export var GreengrassServiceException = [-3, _sm, "GreengrassServiceException", 0, [], []];
|
|
1738
|
-
TypeRegistry.for(_sm).registerError(GreengrassServiceException
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1732
|
+
[() => TelemetryConfigurationUpdate$, [0, 1]],
|
|
1733
|
+
];
|
|
1734
|
+
export var UpdateThingRuntimeConfigurationResponse$ = [3, n0, _UTRCRp, 0, [], []];
|
|
1735
|
+
export var VersionInformation$ = [3, n0, _VI, 0, [_A, _CT, _I, _V], [0, 0, 0, 0]];
|
|
1736
|
+
var __Unit = "unit";
|
|
1737
|
+
export var GreengrassServiceException$ = [-3, _sm, "GreengrassServiceException", 0, [], []];
|
|
1738
|
+
TypeRegistry.for(_sm).registerError(GreengrassServiceException$, GreengrassServiceException);
|
|
1739
|
+
var __listOf__string = 64 | 0;
|
|
1740
|
+
var __listOfConnectivityInfo = [1, n0, _lOCI, 0, () => ConnectivityInfo$];
|
|
1741
|
+
var __listOfConnector = [1, n0, _lOC, 0, () => Connector$];
|
|
1742
|
+
var __listOfCore = [1, n0, _lOCi, 0, () => Core$];
|
|
1743
|
+
var __listOfDefinitionInformation = [1, n0, _lODI, 0, [() => DefinitionInformation$, 0]];
|
|
1744
|
+
var __listOfDevice = [1, n0, _lOD, 0, () => Device$];
|
|
1745
|
+
var __listOfFunction = [1, n0, _lOF, 0, () => Function$];
|
|
1746
|
+
var __listOfGroupCertificateAuthorityProperties = [
|
|
1747
1747
|
1,
|
|
1748
1748
|
n0,
|
|
1749
1749
|
_lOGCAP,
|
|
1750
1750
|
0,
|
|
1751
|
-
() => GroupCertificateAuthorityProperties
|
|
1751
|
+
() => GroupCertificateAuthorityProperties$,
|
|
1752
1752
|
];
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
export var AssociateRoleToGroup = [
|
|
1753
|
+
var __listOfGroupInformation = [1, n0, _lOGI, 0, () => GroupInformation$];
|
|
1754
|
+
var __listOfLogger = [1, n0, _lOL, 0, () => Logger$];
|
|
1755
|
+
var __listOfResource = [1, n0, _lOR, 0, () => Resource$];
|
|
1756
|
+
var __listOfResourceAccessPolicy = [1, n0, _lORAP, 0, () => ResourceAccessPolicy$];
|
|
1757
|
+
var __listOfSubscription = [1, n0, _lOS, 0, () => Subscription$];
|
|
1758
|
+
var __listOfVersionInformation = [1, n0, _lOVI, 0, () => VersionInformation$];
|
|
1759
|
+
var BulkDeploymentResults = [1, n0, _BDRu, 0, () => BulkDeploymentResult$];
|
|
1760
|
+
var BulkDeployments = [1, n0, _BDu, 0, () => BulkDeployment$];
|
|
1761
|
+
var Deployments = [1, n0, _Dep, 0, () => Deployment$];
|
|
1762
|
+
var ErrorDetails = [1, n0, _ED, 0, () => ErrorDetail$];
|
|
1763
|
+
var UpdateTargets = 64 | 0;
|
|
1764
|
+
var __mapOf__string = 128 | 0;
|
|
1765
|
+
var Tags = 128 | 0;
|
|
1766
|
+
export var AssociateRoleToGroup$ = [
|
|
1767
1767
|
9,
|
|
1768
1768
|
n0,
|
|
1769
1769
|
_ARTG,
|
|
1770
1770
|
{ [_h]: ["PUT", "/greengrass/groups/{GroupId}/role", 200] },
|
|
1771
|
-
() => AssociateRoleToGroupRequest
|
|
1772
|
-
() => AssociateRoleToGroupResponse
|
|
1771
|
+
() => AssociateRoleToGroupRequest$,
|
|
1772
|
+
() => AssociateRoleToGroupResponse$,
|
|
1773
1773
|
];
|
|
1774
|
-
export var AssociateServiceRoleToAccount = [
|
|
1774
|
+
export var AssociateServiceRoleToAccount$ = [
|
|
1775
1775
|
9,
|
|
1776
1776
|
n0,
|
|
1777
1777
|
_ASRTA,
|
|
1778
1778
|
{ [_h]: ["PUT", "/greengrass/servicerole", 200] },
|
|
1779
|
-
() => AssociateServiceRoleToAccountRequest
|
|
1780
|
-
() => AssociateServiceRoleToAccountResponse
|
|
1779
|
+
() => AssociateServiceRoleToAccountRequest$,
|
|
1780
|
+
() => AssociateServiceRoleToAccountResponse$,
|
|
1781
1781
|
];
|
|
1782
|
-
export var CreateConnectorDefinition = [
|
|
1782
|
+
export var CreateConnectorDefinition$ = [
|
|
1783
1783
|
9,
|
|
1784
1784
|
n0,
|
|
1785
1785
|
_CCD,
|
|
1786
1786
|
{ [_h]: ["POST", "/greengrass/definition/connectors", 200] },
|
|
1787
|
-
() => CreateConnectorDefinitionRequest
|
|
1788
|
-
() => CreateConnectorDefinitionResponse
|
|
1787
|
+
() => CreateConnectorDefinitionRequest$,
|
|
1788
|
+
() => CreateConnectorDefinitionResponse$,
|
|
1789
1789
|
];
|
|
1790
|
-
export var CreateConnectorDefinitionVersion = [
|
|
1790
|
+
export var CreateConnectorDefinitionVersion$ = [
|
|
1791
1791
|
9,
|
|
1792
1792
|
n0,
|
|
1793
1793
|
_CCDV,
|
|
1794
1794
|
{ [_h]: ["POST", "/greengrass/definition/connectors/{ConnectorDefinitionId}/versions", 200] },
|
|
1795
|
-
() => CreateConnectorDefinitionVersionRequest
|
|
1796
|
-
() => CreateConnectorDefinitionVersionResponse
|
|
1795
|
+
() => CreateConnectorDefinitionVersionRequest$,
|
|
1796
|
+
() => CreateConnectorDefinitionVersionResponse$,
|
|
1797
1797
|
];
|
|
1798
|
-
export var CreateCoreDefinition = [
|
|
1798
|
+
export var CreateCoreDefinition$ = [
|
|
1799
1799
|
9,
|
|
1800
1800
|
n0,
|
|
1801
1801
|
_CCDr,
|
|
1802
1802
|
{ [_h]: ["POST", "/greengrass/definition/cores", 200] },
|
|
1803
|
-
() => CreateCoreDefinitionRequest
|
|
1804
|
-
() => CreateCoreDefinitionResponse
|
|
1803
|
+
() => CreateCoreDefinitionRequest$,
|
|
1804
|
+
() => CreateCoreDefinitionResponse$,
|
|
1805
1805
|
];
|
|
1806
|
-
export var CreateCoreDefinitionVersion = [
|
|
1806
|
+
export var CreateCoreDefinitionVersion$ = [
|
|
1807
1807
|
9,
|
|
1808
1808
|
n0,
|
|
1809
1809
|
_CCDVr,
|
|
1810
1810
|
{ [_h]: ["POST", "/greengrass/definition/cores/{CoreDefinitionId}/versions", 200] },
|
|
1811
|
-
() => CreateCoreDefinitionVersionRequest
|
|
1812
|
-
() => CreateCoreDefinitionVersionResponse
|
|
1811
|
+
() => CreateCoreDefinitionVersionRequest$,
|
|
1812
|
+
() => CreateCoreDefinitionVersionResponse$,
|
|
1813
1813
|
];
|
|
1814
|
-
export var CreateDeployment = [
|
|
1814
|
+
export var CreateDeployment$ = [
|
|
1815
1815
|
9,
|
|
1816
1816
|
n0,
|
|
1817
1817
|
_CD,
|
|
1818
1818
|
{ [_h]: ["POST", "/greengrass/groups/{GroupId}/deployments", 200] },
|
|
1819
|
-
() => CreateDeploymentRequest
|
|
1820
|
-
() => CreateDeploymentResponse
|
|
1819
|
+
() => CreateDeploymentRequest$,
|
|
1820
|
+
() => CreateDeploymentResponse$,
|
|
1821
1821
|
];
|
|
1822
|
-
export var CreateDeviceDefinition = [
|
|
1822
|
+
export var CreateDeviceDefinition$ = [
|
|
1823
1823
|
9,
|
|
1824
1824
|
n0,
|
|
1825
1825
|
_CDD,
|
|
1826
1826
|
{ [_h]: ["POST", "/greengrass/definition/devices", 200] },
|
|
1827
|
-
() => CreateDeviceDefinitionRequest
|
|
1828
|
-
() => CreateDeviceDefinitionResponse
|
|
1827
|
+
() => CreateDeviceDefinitionRequest$,
|
|
1828
|
+
() => CreateDeviceDefinitionResponse$,
|
|
1829
1829
|
];
|
|
1830
|
-
export var CreateDeviceDefinitionVersion = [
|
|
1830
|
+
export var CreateDeviceDefinitionVersion$ = [
|
|
1831
1831
|
9,
|
|
1832
1832
|
n0,
|
|
1833
1833
|
_CDDV,
|
|
1834
1834
|
{ [_h]: ["POST", "/greengrass/definition/devices/{DeviceDefinitionId}/versions", 200] },
|
|
1835
|
-
() => CreateDeviceDefinitionVersionRequest
|
|
1836
|
-
() => CreateDeviceDefinitionVersionResponse
|
|
1835
|
+
() => CreateDeviceDefinitionVersionRequest$,
|
|
1836
|
+
() => CreateDeviceDefinitionVersionResponse$,
|
|
1837
1837
|
];
|
|
1838
|
-
export var CreateFunctionDefinition = [
|
|
1838
|
+
export var CreateFunctionDefinition$ = [
|
|
1839
1839
|
9,
|
|
1840
1840
|
n0,
|
|
1841
1841
|
_CFD,
|
|
1842
1842
|
{ [_h]: ["POST", "/greengrass/definition/functions", 200] },
|
|
1843
|
-
() => CreateFunctionDefinitionRequest
|
|
1844
|
-
() => CreateFunctionDefinitionResponse
|
|
1843
|
+
() => CreateFunctionDefinitionRequest$,
|
|
1844
|
+
() => CreateFunctionDefinitionResponse$,
|
|
1845
1845
|
];
|
|
1846
|
-
export var CreateFunctionDefinitionVersion = [
|
|
1846
|
+
export var CreateFunctionDefinitionVersion$ = [
|
|
1847
1847
|
9,
|
|
1848
1848
|
n0,
|
|
1849
1849
|
_CFDV,
|
|
1850
1850
|
{ [_h]: ["POST", "/greengrass/definition/functions/{FunctionDefinitionId}/versions", 200] },
|
|
1851
|
-
() => CreateFunctionDefinitionVersionRequest
|
|
1852
|
-
() => CreateFunctionDefinitionVersionResponse
|
|
1851
|
+
() => CreateFunctionDefinitionVersionRequest$,
|
|
1852
|
+
() => CreateFunctionDefinitionVersionResponse$,
|
|
1853
1853
|
];
|
|
1854
|
-
export var CreateGroup = [
|
|
1854
|
+
export var CreateGroup$ = [
|
|
1855
1855
|
9,
|
|
1856
1856
|
n0,
|
|
1857
1857
|
_CG,
|
|
1858
1858
|
{ [_h]: ["POST", "/greengrass/groups", 200] },
|
|
1859
|
-
() => CreateGroupRequest
|
|
1860
|
-
() => CreateGroupResponse
|
|
1859
|
+
() => CreateGroupRequest$,
|
|
1860
|
+
() => CreateGroupResponse$,
|
|
1861
1861
|
];
|
|
1862
|
-
export var CreateGroupCertificateAuthority = [
|
|
1862
|
+
export var CreateGroupCertificateAuthority$ = [
|
|
1863
1863
|
9,
|
|
1864
1864
|
n0,
|
|
1865
1865
|
_CGCA,
|
|
1866
1866
|
{ [_h]: ["POST", "/greengrass/groups/{GroupId}/certificateauthorities", 200] },
|
|
1867
|
-
() => CreateGroupCertificateAuthorityRequest
|
|
1868
|
-
() => CreateGroupCertificateAuthorityResponse
|
|
1867
|
+
() => CreateGroupCertificateAuthorityRequest$,
|
|
1868
|
+
() => CreateGroupCertificateAuthorityResponse$,
|
|
1869
1869
|
];
|
|
1870
|
-
export var CreateGroupVersion = [
|
|
1870
|
+
export var CreateGroupVersion$ = [
|
|
1871
1871
|
9,
|
|
1872
1872
|
n0,
|
|
1873
1873
|
_CGV,
|
|
1874
1874
|
{ [_h]: ["POST", "/greengrass/groups/{GroupId}/versions", 200] },
|
|
1875
|
-
() => CreateGroupVersionRequest
|
|
1876
|
-
() => CreateGroupVersionResponse
|
|
1875
|
+
() => CreateGroupVersionRequest$,
|
|
1876
|
+
() => CreateGroupVersionResponse$,
|
|
1877
1877
|
];
|
|
1878
|
-
export var CreateLoggerDefinition = [
|
|
1878
|
+
export var CreateLoggerDefinition$ = [
|
|
1879
1879
|
9,
|
|
1880
1880
|
n0,
|
|
1881
1881
|
_CLD,
|
|
1882
1882
|
{ [_h]: ["POST", "/greengrass/definition/loggers", 200] },
|
|
1883
|
-
() => CreateLoggerDefinitionRequest
|
|
1884
|
-
() => CreateLoggerDefinitionResponse
|
|
1883
|
+
() => CreateLoggerDefinitionRequest$,
|
|
1884
|
+
() => CreateLoggerDefinitionResponse$,
|
|
1885
1885
|
];
|
|
1886
|
-
export var CreateLoggerDefinitionVersion = [
|
|
1886
|
+
export var CreateLoggerDefinitionVersion$ = [
|
|
1887
1887
|
9,
|
|
1888
1888
|
n0,
|
|
1889
1889
|
_CLDV,
|
|
1890
1890
|
{ [_h]: ["POST", "/greengrass/definition/loggers/{LoggerDefinitionId}/versions", 200] },
|
|
1891
|
-
() => CreateLoggerDefinitionVersionRequest
|
|
1892
|
-
() => CreateLoggerDefinitionVersionResponse
|
|
1891
|
+
() => CreateLoggerDefinitionVersionRequest$,
|
|
1892
|
+
() => CreateLoggerDefinitionVersionResponse$,
|
|
1893
1893
|
];
|
|
1894
|
-
export var CreateResourceDefinition = [
|
|
1894
|
+
export var CreateResourceDefinition$ = [
|
|
1895
1895
|
9,
|
|
1896
1896
|
n0,
|
|
1897
1897
|
_CRD,
|
|
1898
1898
|
{ [_h]: ["POST", "/greengrass/definition/resources", 200] },
|
|
1899
|
-
() => CreateResourceDefinitionRequest
|
|
1900
|
-
() => CreateResourceDefinitionResponse
|
|
1899
|
+
() => CreateResourceDefinitionRequest$,
|
|
1900
|
+
() => CreateResourceDefinitionResponse$,
|
|
1901
1901
|
];
|
|
1902
|
-
export var CreateResourceDefinitionVersion = [
|
|
1902
|
+
export var CreateResourceDefinitionVersion$ = [
|
|
1903
1903
|
9,
|
|
1904
1904
|
n0,
|
|
1905
1905
|
_CRDV,
|
|
1906
1906
|
{ [_h]: ["POST", "/greengrass/definition/resources/{ResourceDefinitionId}/versions", 200] },
|
|
1907
|
-
() => CreateResourceDefinitionVersionRequest
|
|
1908
|
-
() => CreateResourceDefinitionVersionResponse
|
|
1907
|
+
() => CreateResourceDefinitionVersionRequest$,
|
|
1908
|
+
() => CreateResourceDefinitionVersionResponse$,
|
|
1909
1909
|
];
|
|
1910
|
-
export var CreateSoftwareUpdateJob = [
|
|
1910
|
+
export var CreateSoftwareUpdateJob$ = [
|
|
1911
1911
|
9,
|
|
1912
1912
|
n0,
|
|
1913
1913
|
_CSUJ,
|
|
1914
1914
|
{ [_h]: ["POST", "/greengrass/updates", 200] },
|
|
1915
|
-
() => CreateSoftwareUpdateJobRequest
|
|
1916
|
-
() => CreateSoftwareUpdateJobResponse
|
|
1915
|
+
() => CreateSoftwareUpdateJobRequest$,
|
|
1916
|
+
() => CreateSoftwareUpdateJobResponse$,
|
|
1917
1917
|
];
|
|
1918
|
-
export var CreateSubscriptionDefinition = [
|
|
1918
|
+
export var CreateSubscriptionDefinition$ = [
|
|
1919
1919
|
9,
|
|
1920
1920
|
n0,
|
|
1921
1921
|
_CSD,
|
|
1922
1922
|
{ [_h]: ["POST", "/greengrass/definition/subscriptions", 200] },
|
|
1923
|
-
() => CreateSubscriptionDefinitionRequest
|
|
1924
|
-
() => CreateSubscriptionDefinitionResponse
|
|
1923
|
+
() => CreateSubscriptionDefinitionRequest$,
|
|
1924
|
+
() => CreateSubscriptionDefinitionResponse$,
|
|
1925
1925
|
];
|
|
1926
|
-
export var CreateSubscriptionDefinitionVersion = [
|
|
1926
|
+
export var CreateSubscriptionDefinitionVersion$ = [
|
|
1927
1927
|
9,
|
|
1928
1928
|
n0,
|
|
1929
1929
|
_CSDV,
|
|
1930
1930
|
{ [_h]: ["POST", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions", 200] },
|
|
1931
|
-
() => CreateSubscriptionDefinitionVersionRequest
|
|
1932
|
-
() => CreateSubscriptionDefinitionVersionResponse
|
|
1931
|
+
() => CreateSubscriptionDefinitionVersionRequest$,
|
|
1932
|
+
() => CreateSubscriptionDefinitionVersionResponse$,
|
|
1933
1933
|
];
|
|
1934
|
-
export var DeleteConnectorDefinition = [
|
|
1934
|
+
export var DeleteConnectorDefinition$ = [
|
|
1935
1935
|
9,
|
|
1936
1936
|
n0,
|
|
1937
1937
|
_DCD,
|
|
1938
1938
|
{ [_h]: ["DELETE", "/greengrass/definition/connectors/{ConnectorDefinitionId}", 200] },
|
|
1939
|
-
() => DeleteConnectorDefinitionRequest
|
|
1940
|
-
() => DeleteConnectorDefinitionResponse
|
|
1939
|
+
() => DeleteConnectorDefinitionRequest$,
|
|
1940
|
+
() => DeleteConnectorDefinitionResponse$,
|
|
1941
1941
|
];
|
|
1942
|
-
export var DeleteCoreDefinition = [
|
|
1942
|
+
export var DeleteCoreDefinition$ = [
|
|
1943
1943
|
9,
|
|
1944
1944
|
n0,
|
|
1945
1945
|
_DCDe,
|
|
1946
1946
|
{ [_h]: ["DELETE", "/greengrass/definition/cores/{CoreDefinitionId}", 200] },
|
|
1947
|
-
() => DeleteCoreDefinitionRequest
|
|
1948
|
-
() => DeleteCoreDefinitionResponse
|
|
1947
|
+
() => DeleteCoreDefinitionRequest$,
|
|
1948
|
+
() => DeleteCoreDefinitionResponse$,
|
|
1949
1949
|
];
|
|
1950
|
-
export var DeleteDeviceDefinition = [
|
|
1950
|
+
export var DeleteDeviceDefinition$ = [
|
|
1951
1951
|
9,
|
|
1952
1952
|
n0,
|
|
1953
1953
|
_DDD,
|
|
1954
1954
|
{ [_h]: ["DELETE", "/greengrass/definition/devices/{DeviceDefinitionId}", 200] },
|
|
1955
|
-
() => DeleteDeviceDefinitionRequest
|
|
1956
|
-
() => DeleteDeviceDefinitionResponse
|
|
1955
|
+
() => DeleteDeviceDefinitionRequest$,
|
|
1956
|
+
() => DeleteDeviceDefinitionResponse$,
|
|
1957
1957
|
];
|
|
1958
|
-
export var DeleteFunctionDefinition = [
|
|
1958
|
+
export var DeleteFunctionDefinition$ = [
|
|
1959
1959
|
9,
|
|
1960
1960
|
n0,
|
|
1961
1961
|
_DFD,
|
|
1962
1962
|
{ [_h]: ["DELETE", "/greengrass/definition/functions/{FunctionDefinitionId}", 200] },
|
|
1963
|
-
() => DeleteFunctionDefinitionRequest
|
|
1964
|
-
() => DeleteFunctionDefinitionResponse
|
|
1963
|
+
() => DeleteFunctionDefinitionRequest$,
|
|
1964
|
+
() => DeleteFunctionDefinitionResponse$,
|
|
1965
1965
|
];
|
|
1966
|
-
export var DeleteGroup = [
|
|
1966
|
+
export var DeleteGroup$ = [
|
|
1967
1967
|
9,
|
|
1968
1968
|
n0,
|
|
1969
1969
|
_DG,
|
|
1970
1970
|
{ [_h]: ["DELETE", "/greengrass/groups/{GroupId}", 200] },
|
|
1971
|
-
() => DeleteGroupRequest
|
|
1972
|
-
() => DeleteGroupResponse
|
|
1971
|
+
() => DeleteGroupRequest$,
|
|
1972
|
+
() => DeleteGroupResponse$,
|
|
1973
1973
|
];
|
|
1974
|
-
export var DeleteLoggerDefinition = [
|
|
1974
|
+
export var DeleteLoggerDefinition$ = [
|
|
1975
1975
|
9,
|
|
1976
1976
|
n0,
|
|
1977
1977
|
_DLD,
|
|
1978
1978
|
{ [_h]: ["DELETE", "/greengrass/definition/loggers/{LoggerDefinitionId}", 200] },
|
|
1979
|
-
() => DeleteLoggerDefinitionRequest
|
|
1980
|
-
() => DeleteLoggerDefinitionResponse
|
|
1979
|
+
() => DeleteLoggerDefinitionRequest$,
|
|
1980
|
+
() => DeleteLoggerDefinitionResponse$,
|
|
1981
1981
|
];
|
|
1982
|
-
export var DeleteResourceDefinition = [
|
|
1982
|
+
export var DeleteResourceDefinition$ = [
|
|
1983
1983
|
9,
|
|
1984
1984
|
n0,
|
|
1985
1985
|
_DRD,
|
|
1986
1986
|
{ [_h]: ["DELETE", "/greengrass/definition/resources/{ResourceDefinitionId}", 200] },
|
|
1987
|
-
() => DeleteResourceDefinitionRequest
|
|
1988
|
-
() => DeleteResourceDefinitionResponse
|
|
1987
|
+
() => DeleteResourceDefinitionRequest$,
|
|
1988
|
+
() => DeleteResourceDefinitionResponse$,
|
|
1989
1989
|
];
|
|
1990
|
-
export var DeleteSubscriptionDefinition = [
|
|
1990
|
+
export var DeleteSubscriptionDefinition$ = [
|
|
1991
1991
|
9,
|
|
1992
1992
|
n0,
|
|
1993
1993
|
_DSD,
|
|
1994
1994
|
{ [_h]: ["DELETE", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}", 200] },
|
|
1995
|
-
() => DeleteSubscriptionDefinitionRequest
|
|
1996
|
-
() => DeleteSubscriptionDefinitionResponse
|
|
1995
|
+
() => DeleteSubscriptionDefinitionRequest$,
|
|
1996
|
+
() => DeleteSubscriptionDefinitionResponse$,
|
|
1997
1997
|
];
|
|
1998
|
-
export var DisassociateRoleFromGroup = [
|
|
1998
|
+
export var DisassociateRoleFromGroup$ = [
|
|
1999
1999
|
9,
|
|
2000
2000
|
n0,
|
|
2001
2001
|
_DRFG,
|
|
2002
2002
|
{ [_h]: ["DELETE", "/greengrass/groups/{GroupId}/role", 200] },
|
|
2003
|
-
() => DisassociateRoleFromGroupRequest
|
|
2004
|
-
() => DisassociateRoleFromGroupResponse
|
|
2003
|
+
() => DisassociateRoleFromGroupRequest$,
|
|
2004
|
+
() => DisassociateRoleFromGroupResponse$,
|
|
2005
2005
|
];
|
|
2006
|
-
export var DisassociateServiceRoleFromAccount = [
|
|
2006
|
+
export var DisassociateServiceRoleFromAccount$ = [
|
|
2007
2007
|
9,
|
|
2008
2008
|
n0,
|
|
2009
2009
|
_DSRFA,
|
|
2010
2010
|
{ [_h]: ["DELETE", "/greengrass/servicerole", 200] },
|
|
2011
|
-
() => DisassociateServiceRoleFromAccountRequest
|
|
2012
|
-
() => DisassociateServiceRoleFromAccountResponse
|
|
2011
|
+
() => DisassociateServiceRoleFromAccountRequest$,
|
|
2012
|
+
() => DisassociateServiceRoleFromAccountResponse$,
|
|
2013
2013
|
];
|
|
2014
|
-
export var GetAssociatedRole = [
|
|
2014
|
+
export var GetAssociatedRole$ = [
|
|
2015
2015
|
9,
|
|
2016
2016
|
n0,
|
|
2017
2017
|
_GAR,
|
|
2018
2018
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/role", 200] },
|
|
2019
|
-
() => GetAssociatedRoleRequest
|
|
2020
|
-
() => GetAssociatedRoleResponse
|
|
2019
|
+
() => GetAssociatedRoleRequest$,
|
|
2020
|
+
() => GetAssociatedRoleResponse$,
|
|
2021
2021
|
];
|
|
2022
|
-
export var GetBulkDeploymentStatus = [
|
|
2022
|
+
export var GetBulkDeploymentStatus$ = [
|
|
2023
2023
|
9,
|
|
2024
2024
|
n0,
|
|
2025
2025
|
_GBDS,
|
|
2026
2026
|
{ [_h]: ["GET", "/greengrass/bulk/deployments/{BulkDeploymentId}/status", 200] },
|
|
2027
|
-
() => GetBulkDeploymentStatusRequest
|
|
2028
|
-
() => GetBulkDeploymentStatusResponse
|
|
2027
|
+
() => GetBulkDeploymentStatusRequest$,
|
|
2028
|
+
() => GetBulkDeploymentStatusResponse$,
|
|
2029
2029
|
];
|
|
2030
|
-
export var GetConnectivityInfo = [
|
|
2030
|
+
export var GetConnectivityInfo$ = [
|
|
2031
2031
|
9,
|
|
2032
2032
|
n0,
|
|
2033
2033
|
_GCI,
|
|
2034
2034
|
{ [_h]: ["GET", "/greengrass/things/{ThingName}/connectivityInfo", 200] },
|
|
2035
|
-
() => GetConnectivityInfoRequest
|
|
2036
|
-
() => GetConnectivityInfoResponse
|
|
2035
|
+
() => GetConnectivityInfoRequest$,
|
|
2036
|
+
() => GetConnectivityInfoResponse$,
|
|
2037
2037
|
];
|
|
2038
|
-
export var GetConnectorDefinition = [
|
|
2038
|
+
export var GetConnectorDefinition$ = [
|
|
2039
2039
|
9,
|
|
2040
2040
|
n0,
|
|
2041
2041
|
_GCD,
|
|
2042
2042
|
{ [_h]: ["GET", "/greengrass/definition/connectors/{ConnectorDefinitionId}", 200] },
|
|
2043
|
-
() => GetConnectorDefinitionRequest
|
|
2044
|
-
() => GetConnectorDefinitionResponse
|
|
2043
|
+
() => GetConnectorDefinitionRequest$,
|
|
2044
|
+
() => GetConnectorDefinitionResponse$,
|
|
2045
2045
|
];
|
|
2046
|
-
export var GetConnectorDefinitionVersion = [
|
|
2046
|
+
export var GetConnectorDefinitionVersion$ = [
|
|
2047
2047
|
9,
|
|
2048
2048
|
n0,
|
|
2049
2049
|
_GCDV,
|
|
@@ -2054,58 +2054,58 @@ export var GetConnectorDefinitionVersion = [
|
|
|
2054
2054
|
200,
|
|
2055
2055
|
],
|
|
2056
2056
|
},
|
|
2057
|
-
() => GetConnectorDefinitionVersionRequest
|
|
2058
|
-
() => GetConnectorDefinitionVersionResponse
|
|
2057
|
+
() => GetConnectorDefinitionVersionRequest$,
|
|
2058
|
+
() => GetConnectorDefinitionVersionResponse$,
|
|
2059
2059
|
];
|
|
2060
|
-
export var GetCoreDefinition = [
|
|
2060
|
+
export var GetCoreDefinition$ = [
|
|
2061
2061
|
9,
|
|
2062
2062
|
n0,
|
|
2063
2063
|
_GCDe,
|
|
2064
2064
|
{ [_h]: ["GET", "/greengrass/definition/cores/{CoreDefinitionId}", 200] },
|
|
2065
|
-
() => GetCoreDefinitionRequest
|
|
2066
|
-
() => GetCoreDefinitionResponse
|
|
2065
|
+
() => GetCoreDefinitionRequest$,
|
|
2066
|
+
() => GetCoreDefinitionResponse$,
|
|
2067
2067
|
];
|
|
2068
|
-
export var GetCoreDefinitionVersion = [
|
|
2068
|
+
export var GetCoreDefinitionVersion$ = [
|
|
2069
2069
|
9,
|
|
2070
2070
|
n0,
|
|
2071
2071
|
_GCDVe,
|
|
2072
2072
|
{ [_h]: ["GET", "/greengrass/definition/cores/{CoreDefinitionId}/versions/{CoreDefinitionVersionId}", 200] },
|
|
2073
|
-
() => GetCoreDefinitionVersionRequest
|
|
2074
|
-
() => GetCoreDefinitionVersionResponse
|
|
2073
|
+
() => GetCoreDefinitionVersionRequest$,
|
|
2074
|
+
() => GetCoreDefinitionVersionResponse$,
|
|
2075
2075
|
];
|
|
2076
|
-
export var GetDeploymentStatus = [
|
|
2076
|
+
export var GetDeploymentStatus$ = [
|
|
2077
2077
|
9,
|
|
2078
2078
|
n0,
|
|
2079
2079
|
_GDS,
|
|
2080
2080
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/deployments/{DeploymentId}/status", 200] },
|
|
2081
|
-
() => GetDeploymentStatusRequest
|
|
2082
|
-
() => GetDeploymentStatusResponse
|
|
2081
|
+
() => GetDeploymentStatusRequest$,
|
|
2082
|
+
() => GetDeploymentStatusResponse$,
|
|
2083
2083
|
];
|
|
2084
|
-
export var GetDeviceDefinition = [
|
|
2084
|
+
export var GetDeviceDefinition$ = [
|
|
2085
2085
|
9,
|
|
2086
2086
|
n0,
|
|
2087
2087
|
_GDD,
|
|
2088
2088
|
{ [_h]: ["GET", "/greengrass/definition/devices/{DeviceDefinitionId}", 200] },
|
|
2089
|
-
() => GetDeviceDefinitionRequest
|
|
2090
|
-
() => GetDeviceDefinitionResponse
|
|
2089
|
+
() => GetDeviceDefinitionRequest$,
|
|
2090
|
+
() => GetDeviceDefinitionResponse$,
|
|
2091
2091
|
];
|
|
2092
|
-
export var GetDeviceDefinitionVersion = [
|
|
2092
|
+
export var GetDeviceDefinitionVersion$ = [
|
|
2093
2093
|
9,
|
|
2094
2094
|
n0,
|
|
2095
2095
|
_GDDV,
|
|
2096
2096
|
{ [_h]: ["GET", "/greengrass/definition/devices/{DeviceDefinitionId}/versions/{DeviceDefinitionVersionId}", 200] },
|
|
2097
|
-
() => GetDeviceDefinitionVersionRequest
|
|
2098
|
-
() => GetDeviceDefinitionVersionResponse
|
|
2097
|
+
() => GetDeviceDefinitionVersionRequest$,
|
|
2098
|
+
() => GetDeviceDefinitionVersionResponse$,
|
|
2099
2099
|
];
|
|
2100
|
-
export var GetFunctionDefinition = [
|
|
2100
|
+
export var GetFunctionDefinition$ = [
|
|
2101
2101
|
9,
|
|
2102
2102
|
n0,
|
|
2103
2103
|
_GFD,
|
|
2104
2104
|
{ [_h]: ["GET", "/greengrass/definition/functions/{FunctionDefinitionId}", 200] },
|
|
2105
|
-
() => GetFunctionDefinitionRequest
|
|
2106
|
-
() => GetFunctionDefinitionResponse
|
|
2105
|
+
() => GetFunctionDefinitionRequest$,
|
|
2106
|
+
() => GetFunctionDefinitionResponse$,
|
|
2107
2107
|
];
|
|
2108
|
-
export var GetFunctionDefinitionVersion = [
|
|
2108
|
+
export var GetFunctionDefinitionVersion$ = [
|
|
2109
2109
|
9,
|
|
2110
2110
|
n0,
|
|
2111
2111
|
_GFDV,
|
|
@@ -2116,66 +2116,66 @@ export var GetFunctionDefinitionVersion = [
|
|
|
2116
2116
|
200,
|
|
2117
2117
|
],
|
|
2118
2118
|
},
|
|
2119
|
-
() => GetFunctionDefinitionVersionRequest
|
|
2120
|
-
() => GetFunctionDefinitionVersionResponse
|
|
2119
|
+
() => GetFunctionDefinitionVersionRequest$,
|
|
2120
|
+
() => GetFunctionDefinitionVersionResponse$,
|
|
2121
2121
|
];
|
|
2122
|
-
export var GetGroup = [
|
|
2122
|
+
export var GetGroup$ = [
|
|
2123
2123
|
9,
|
|
2124
2124
|
n0,
|
|
2125
2125
|
_GG,
|
|
2126
2126
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}", 200] },
|
|
2127
|
-
() => GetGroupRequest
|
|
2128
|
-
() => GetGroupResponse
|
|
2127
|
+
() => GetGroupRequest$,
|
|
2128
|
+
() => GetGroupResponse$,
|
|
2129
2129
|
];
|
|
2130
|
-
export var GetGroupCertificateAuthority = [
|
|
2130
|
+
export var GetGroupCertificateAuthority$ = [
|
|
2131
2131
|
9,
|
|
2132
2132
|
n0,
|
|
2133
2133
|
_GGCA,
|
|
2134
2134
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/certificateauthorities/{CertificateAuthorityId}", 200] },
|
|
2135
|
-
() => GetGroupCertificateAuthorityRequest
|
|
2136
|
-
() => GetGroupCertificateAuthorityResponse
|
|
2135
|
+
() => GetGroupCertificateAuthorityRequest$,
|
|
2136
|
+
() => GetGroupCertificateAuthorityResponse$,
|
|
2137
2137
|
];
|
|
2138
|
-
export var GetGroupCertificateConfiguration = [
|
|
2138
|
+
export var GetGroupCertificateConfiguration$ = [
|
|
2139
2139
|
9,
|
|
2140
2140
|
n0,
|
|
2141
2141
|
_GGCC,
|
|
2142
2142
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry", 200] },
|
|
2143
|
-
() => GetGroupCertificateConfigurationRequest
|
|
2144
|
-
() => GetGroupCertificateConfigurationResponse
|
|
2143
|
+
() => GetGroupCertificateConfigurationRequest$,
|
|
2144
|
+
() => GetGroupCertificateConfigurationResponse$,
|
|
2145
2145
|
];
|
|
2146
|
-
export var GetGroupVersion = [
|
|
2146
|
+
export var GetGroupVersion$ = [
|
|
2147
2147
|
9,
|
|
2148
2148
|
n0,
|
|
2149
2149
|
_GGV,
|
|
2150
2150
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/versions/{GroupVersionId}", 200] },
|
|
2151
|
-
() => GetGroupVersionRequest
|
|
2152
|
-
() => GetGroupVersionResponse
|
|
2151
|
+
() => GetGroupVersionRequest$,
|
|
2152
|
+
() => GetGroupVersionResponse$,
|
|
2153
2153
|
];
|
|
2154
|
-
export var GetLoggerDefinition = [
|
|
2154
|
+
export var GetLoggerDefinition$ = [
|
|
2155
2155
|
9,
|
|
2156
2156
|
n0,
|
|
2157
2157
|
_GLD,
|
|
2158
2158
|
{ [_h]: ["GET", "/greengrass/definition/loggers/{LoggerDefinitionId}", 200] },
|
|
2159
|
-
() => GetLoggerDefinitionRequest
|
|
2160
|
-
() => GetLoggerDefinitionResponse
|
|
2159
|
+
() => GetLoggerDefinitionRequest$,
|
|
2160
|
+
() => GetLoggerDefinitionResponse$,
|
|
2161
2161
|
];
|
|
2162
|
-
export var GetLoggerDefinitionVersion = [
|
|
2162
|
+
export var GetLoggerDefinitionVersion$ = [
|
|
2163
2163
|
9,
|
|
2164
2164
|
n0,
|
|
2165
2165
|
_GLDV,
|
|
2166
2166
|
{ [_h]: ["GET", "/greengrass/definition/loggers/{LoggerDefinitionId}/versions/{LoggerDefinitionVersionId}", 200] },
|
|
2167
|
-
() => GetLoggerDefinitionVersionRequest
|
|
2168
|
-
() => GetLoggerDefinitionVersionResponse
|
|
2167
|
+
() => GetLoggerDefinitionVersionRequest$,
|
|
2168
|
+
() => GetLoggerDefinitionVersionResponse$,
|
|
2169
2169
|
];
|
|
2170
|
-
export var GetResourceDefinition = [
|
|
2170
|
+
export var GetResourceDefinition$ = [
|
|
2171
2171
|
9,
|
|
2172
2172
|
n0,
|
|
2173
2173
|
_GRD,
|
|
2174
2174
|
{ [_h]: ["GET", "/greengrass/definition/resources/{ResourceDefinitionId}", 200] },
|
|
2175
|
-
() => GetResourceDefinitionRequest
|
|
2176
|
-
() => GetResourceDefinitionResponse
|
|
2175
|
+
() => GetResourceDefinitionRequest$,
|
|
2176
|
+
() => GetResourceDefinitionResponse$,
|
|
2177
2177
|
];
|
|
2178
|
-
export var GetResourceDefinitionVersion = [
|
|
2178
|
+
export var GetResourceDefinitionVersion$ = [
|
|
2179
2179
|
9,
|
|
2180
2180
|
n0,
|
|
2181
2181
|
_GRDV,
|
|
@@ -2186,26 +2186,26 @@ export var GetResourceDefinitionVersion = [
|
|
|
2186
2186
|
200,
|
|
2187
2187
|
],
|
|
2188
2188
|
},
|
|
2189
|
-
() => GetResourceDefinitionVersionRequest
|
|
2190
|
-
() => GetResourceDefinitionVersionResponse
|
|
2189
|
+
() => GetResourceDefinitionVersionRequest$,
|
|
2190
|
+
() => GetResourceDefinitionVersionResponse$,
|
|
2191
2191
|
];
|
|
2192
|
-
export var GetServiceRoleForAccount = [
|
|
2192
|
+
export var GetServiceRoleForAccount$ = [
|
|
2193
2193
|
9,
|
|
2194
2194
|
n0,
|
|
2195
2195
|
_GSRFA,
|
|
2196
2196
|
{ [_h]: ["GET", "/greengrass/servicerole", 200] },
|
|
2197
|
-
() => GetServiceRoleForAccountRequest
|
|
2198
|
-
() => GetServiceRoleForAccountResponse
|
|
2197
|
+
() => GetServiceRoleForAccountRequest$,
|
|
2198
|
+
() => GetServiceRoleForAccountResponse$,
|
|
2199
2199
|
];
|
|
2200
|
-
export var GetSubscriptionDefinition = [
|
|
2200
|
+
export var GetSubscriptionDefinition$ = [
|
|
2201
2201
|
9,
|
|
2202
2202
|
n0,
|
|
2203
2203
|
_GSD,
|
|
2204
2204
|
{ [_h]: ["GET", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}", 200] },
|
|
2205
|
-
() => GetSubscriptionDefinitionRequest
|
|
2206
|
-
() => GetSubscriptionDefinitionResponse
|
|
2205
|
+
() => GetSubscriptionDefinitionRequest$,
|
|
2206
|
+
() => GetSubscriptionDefinitionResponse$,
|
|
2207
2207
|
];
|
|
2208
|
-
export var GetSubscriptionDefinitionVersion = [
|
|
2208
|
+
export var GetSubscriptionDefinitionVersion$ = [
|
|
2209
2209
|
9,
|
|
2210
2210
|
n0,
|
|
2211
2211
|
_GSDV,
|
|
@@ -2216,310 +2216,310 @@ export var GetSubscriptionDefinitionVersion = [
|
|
|
2216
2216
|
200,
|
|
2217
2217
|
],
|
|
2218
2218
|
},
|
|
2219
|
-
() => GetSubscriptionDefinitionVersionRequest
|
|
2220
|
-
() => GetSubscriptionDefinitionVersionResponse
|
|
2219
|
+
() => GetSubscriptionDefinitionVersionRequest$,
|
|
2220
|
+
() => GetSubscriptionDefinitionVersionResponse$,
|
|
2221
2221
|
];
|
|
2222
|
-
export var GetThingRuntimeConfiguration = [
|
|
2222
|
+
export var GetThingRuntimeConfiguration$ = [
|
|
2223
2223
|
9,
|
|
2224
2224
|
n0,
|
|
2225
2225
|
_GTRC,
|
|
2226
2226
|
{ [_h]: ["GET", "/greengrass/things/{ThingName}/runtimeconfig", 200] },
|
|
2227
|
-
() => GetThingRuntimeConfigurationRequest
|
|
2228
|
-
() => GetThingRuntimeConfigurationResponse
|
|
2227
|
+
() => GetThingRuntimeConfigurationRequest$,
|
|
2228
|
+
() => GetThingRuntimeConfigurationResponse$,
|
|
2229
2229
|
];
|
|
2230
|
-
export var ListBulkDeploymentDetailedReports = [
|
|
2230
|
+
export var ListBulkDeploymentDetailedReports$ = [
|
|
2231
2231
|
9,
|
|
2232
2232
|
n0,
|
|
2233
2233
|
_LBDDR,
|
|
2234
2234
|
{ [_h]: ["GET", "/greengrass/bulk/deployments/{BulkDeploymentId}/detailed-reports", 200] },
|
|
2235
|
-
() => ListBulkDeploymentDetailedReportsRequest
|
|
2236
|
-
() => ListBulkDeploymentDetailedReportsResponse
|
|
2235
|
+
() => ListBulkDeploymentDetailedReportsRequest$,
|
|
2236
|
+
() => ListBulkDeploymentDetailedReportsResponse$,
|
|
2237
2237
|
];
|
|
2238
|
-
export var ListBulkDeployments = [
|
|
2238
|
+
export var ListBulkDeployments$ = [
|
|
2239
2239
|
9,
|
|
2240
2240
|
n0,
|
|
2241
2241
|
_LBD,
|
|
2242
2242
|
{ [_h]: ["GET", "/greengrass/bulk/deployments", 200] },
|
|
2243
|
-
() => ListBulkDeploymentsRequest
|
|
2244
|
-
() => ListBulkDeploymentsResponse
|
|
2243
|
+
() => ListBulkDeploymentsRequest$,
|
|
2244
|
+
() => ListBulkDeploymentsResponse$,
|
|
2245
2245
|
];
|
|
2246
|
-
export var ListConnectorDefinitions = [
|
|
2246
|
+
export var ListConnectorDefinitions$ = [
|
|
2247
2247
|
9,
|
|
2248
2248
|
n0,
|
|
2249
2249
|
_LCD,
|
|
2250
2250
|
{ [_h]: ["GET", "/greengrass/definition/connectors", 200] },
|
|
2251
|
-
() => ListConnectorDefinitionsRequest
|
|
2252
|
-
() => ListConnectorDefinitionsResponse
|
|
2251
|
+
() => ListConnectorDefinitionsRequest$,
|
|
2252
|
+
() => ListConnectorDefinitionsResponse$,
|
|
2253
2253
|
];
|
|
2254
|
-
export var ListConnectorDefinitionVersions = [
|
|
2254
|
+
export var ListConnectorDefinitionVersions$ = [
|
|
2255
2255
|
9,
|
|
2256
2256
|
n0,
|
|
2257
2257
|
_LCDV,
|
|
2258
2258
|
{ [_h]: ["GET", "/greengrass/definition/connectors/{ConnectorDefinitionId}/versions", 200] },
|
|
2259
|
-
() => ListConnectorDefinitionVersionsRequest
|
|
2260
|
-
() => ListConnectorDefinitionVersionsResponse
|
|
2259
|
+
() => ListConnectorDefinitionVersionsRequest$,
|
|
2260
|
+
() => ListConnectorDefinitionVersionsResponse$,
|
|
2261
2261
|
];
|
|
2262
|
-
export var ListCoreDefinitions = [
|
|
2262
|
+
export var ListCoreDefinitions$ = [
|
|
2263
2263
|
9,
|
|
2264
2264
|
n0,
|
|
2265
2265
|
_LCDi,
|
|
2266
2266
|
{ [_h]: ["GET", "/greengrass/definition/cores", 200] },
|
|
2267
|
-
() => ListCoreDefinitionsRequest
|
|
2268
|
-
() => ListCoreDefinitionsResponse
|
|
2267
|
+
() => ListCoreDefinitionsRequest$,
|
|
2268
|
+
() => ListCoreDefinitionsResponse$,
|
|
2269
2269
|
];
|
|
2270
|
-
export var ListCoreDefinitionVersions = [
|
|
2270
|
+
export var ListCoreDefinitionVersions$ = [
|
|
2271
2271
|
9,
|
|
2272
2272
|
n0,
|
|
2273
2273
|
_LCDVi,
|
|
2274
2274
|
{ [_h]: ["GET", "/greengrass/definition/cores/{CoreDefinitionId}/versions", 200] },
|
|
2275
|
-
() => ListCoreDefinitionVersionsRequest
|
|
2276
|
-
() => ListCoreDefinitionVersionsResponse
|
|
2275
|
+
() => ListCoreDefinitionVersionsRequest$,
|
|
2276
|
+
() => ListCoreDefinitionVersionsResponse$,
|
|
2277
2277
|
];
|
|
2278
|
-
export var ListDeployments = [
|
|
2278
|
+
export var ListDeployments$ = [
|
|
2279
2279
|
9,
|
|
2280
2280
|
n0,
|
|
2281
2281
|
_LD,
|
|
2282
2282
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/deployments", 200] },
|
|
2283
|
-
() => ListDeploymentsRequest
|
|
2284
|
-
() => ListDeploymentsResponse
|
|
2283
|
+
() => ListDeploymentsRequest$,
|
|
2284
|
+
() => ListDeploymentsResponse$,
|
|
2285
2285
|
];
|
|
2286
|
-
export var ListDeviceDefinitions = [
|
|
2286
|
+
export var ListDeviceDefinitions$ = [
|
|
2287
2287
|
9,
|
|
2288
2288
|
n0,
|
|
2289
2289
|
_LDD,
|
|
2290
2290
|
{ [_h]: ["GET", "/greengrass/definition/devices", 200] },
|
|
2291
|
-
() => ListDeviceDefinitionsRequest
|
|
2292
|
-
() => ListDeviceDefinitionsResponse
|
|
2291
|
+
() => ListDeviceDefinitionsRequest$,
|
|
2292
|
+
() => ListDeviceDefinitionsResponse$,
|
|
2293
2293
|
];
|
|
2294
|
-
export var ListDeviceDefinitionVersions = [
|
|
2294
|
+
export var ListDeviceDefinitionVersions$ = [
|
|
2295
2295
|
9,
|
|
2296
2296
|
n0,
|
|
2297
2297
|
_LDDV,
|
|
2298
2298
|
{ [_h]: ["GET", "/greengrass/definition/devices/{DeviceDefinitionId}/versions", 200] },
|
|
2299
|
-
() => ListDeviceDefinitionVersionsRequest
|
|
2300
|
-
() => ListDeviceDefinitionVersionsResponse
|
|
2299
|
+
() => ListDeviceDefinitionVersionsRequest$,
|
|
2300
|
+
() => ListDeviceDefinitionVersionsResponse$,
|
|
2301
2301
|
];
|
|
2302
|
-
export var ListFunctionDefinitions = [
|
|
2302
|
+
export var ListFunctionDefinitions$ = [
|
|
2303
2303
|
9,
|
|
2304
2304
|
n0,
|
|
2305
2305
|
_LFD,
|
|
2306
2306
|
{ [_h]: ["GET", "/greengrass/definition/functions", 200] },
|
|
2307
|
-
() => ListFunctionDefinitionsRequest
|
|
2308
|
-
() => ListFunctionDefinitionsResponse
|
|
2307
|
+
() => ListFunctionDefinitionsRequest$,
|
|
2308
|
+
() => ListFunctionDefinitionsResponse$,
|
|
2309
2309
|
];
|
|
2310
|
-
export var ListFunctionDefinitionVersions = [
|
|
2310
|
+
export var ListFunctionDefinitionVersions$ = [
|
|
2311
2311
|
9,
|
|
2312
2312
|
n0,
|
|
2313
2313
|
_LFDV,
|
|
2314
2314
|
{ [_h]: ["GET", "/greengrass/definition/functions/{FunctionDefinitionId}/versions", 200] },
|
|
2315
|
-
() => ListFunctionDefinitionVersionsRequest
|
|
2316
|
-
() => ListFunctionDefinitionVersionsResponse
|
|
2315
|
+
() => ListFunctionDefinitionVersionsRequest$,
|
|
2316
|
+
() => ListFunctionDefinitionVersionsResponse$,
|
|
2317
2317
|
];
|
|
2318
|
-
export var ListGroupCertificateAuthorities = [
|
|
2318
|
+
export var ListGroupCertificateAuthorities$ = [
|
|
2319
2319
|
9,
|
|
2320
2320
|
n0,
|
|
2321
2321
|
_LGCA,
|
|
2322
2322
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/certificateauthorities", 200] },
|
|
2323
|
-
() => ListGroupCertificateAuthoritiesRequest
|
|
2324
|
-
() => ListGroupCertificateAuthoritiesResponse
|
|
2323
|
+
() => ListGroupCertificateAuthoritiesRequest$,
|
|
2324
|
+
() => ListGroupCertificateAuthoritiesResponse$,
|
|
2325
2325
|
];
|
|
2326
|
-
export var ListGroups = [
|
|
2326
|
+
export var ListGroups$ = [
|
|
2327
2327
|
9,
|
|
2328
2328
|
n0,
|
|
2329
2329
|
_LG,
|
|
2330
2330
|
{ [_h]: ["GET", "/greengrass/groups", 200] },
|
|
2331
|
-
() => ListGroupsRequest
|
|
2332
|
-
() => ListGroupsResponse
|
|
2331
|
+
() => ListGroupsRequest$,
|
|
2332
|
+
() => ListGroupsResponse$,
|
|
2333
2333
|
];
|
|
2334
|
-
export var ListGroupVersions = [
|
|
2334
|
+
export var ListGroupVersions$ = [
|
|
2335
2335
|
9,
|
|
2336
2336
|
n0,
|
|
2337
2337
|
_LGV,
|
|
2338
2338
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/versions", 200] },
|
|
2339
|
-
() => ListGroupVersionsRequest
|
|
2340
|
-
() => ListGroupVersionsResponse
|
|
2339
|
+
() => ListGroupVersionsRequest$,
|
|
2340
|
+
() => ListGroupVersionsResponse$,
|
|
2341
2341
|
];
|
|
2342
|
-
export var ListLoggerDefinitions = [
|
|
2342
|
+
export var ListLoggerDefinitions$ = [
|
|
2343
2343
|
9,
|
|
2344
2344
|
n0,
|
|
2345
2345
|
_LLD,
|
|
2346
2346
|
{ [_h]: ["GET", "/greengrass/definition/loggers", 200] },
|
|
2347
|
-
() => ListLoggerDefinitionsRequest
|
|
2348
|
-
() => ListLoggerDefinitionsResponse
|
|
2347
|
+
() => ListLoggerDefinitionsRequest$,
|
|
2348
|
+
() => ListLoggerDefinitionsResponse$,
|
|
2349
2349
|
];
|
|
2350
|
-
export var ListLoggerDefinitionVersions = [
|
|
2350
|
+
export var ListLoggerDefinitionVersions$ = [
|
|
2351
2351
|
9,
|
|
2352
2352
|
n0,
|
|
2353
2353
|
_LLDV,
|
|
2354
2354
|
{ [_h]: ["GET", "/greengrass/definition/loggers/{LoggerDefinitionId}/versions", 200] },
|
|
2355
|
-
() => ListLoggerDefinitionVersionsRequest
|
|
2356
|
-
() => ListLoggerDefinitionVersionsResponse
|
|
2355
|
+
() => ListLoggerDefinitionVersionsRequest$,
|
|
2356
|
+
() => ListLoggerDefinitionVersionsResponse$,
|
|
2357
2357
|
];
|
|
2358
|
-
export var ListResourceDefinitions = [
|
|
2358
|
+
export var ListResourceDefinitions$ = [
|
|
2359
2359
|
9,
|
|
2360
2360
|
n0,
|
|
2361
2361
|
_LRD,
|
|
2362
2362
|
{ [_h]: ["GET", "/greengrass/definition/resources", 200] },
|
|
2363
|
-
() => ListResourceDefinitionsRequest
|
|
2364
|
-
() => ListResourceDefinitionsResponse
|
|
2363
|
+
() => ListResourceDefinitionsRequest$,
|
|
2364
|
+
() => ListResourceDefinitionsResponse$,
|
|
2365
2365
|
];
|
|
2366
|
-
export var ListResourceDefinitionVersions = [
|
|
2366
|
+
export var ListResourceDefinitionVersions$ = [
|
|
2367
2367
|
9,
|
|
2368
2368
|
n0,
|
|
2369
2369
|
_LRDV,
|
|
2370
2370
|
{ [_h]: ["GET", "/greengrass/definition/resources/{ResourceDefinitionId}/versions", 200] },
|
|
2371
|
-
() => ListResourceDefinitionVersionsRequest
|
|
2372
|
-
() => ListResourceDefinitionVersionsResponse
|
|
2371
|
+
() => ListResourceDefinitionVersionsRequest$,
|
|
2372
|
+
() => ListResourceDefinitionVersionsResponse$,
|
|
2373
2373
|
];
|
|
2374
|
-
export var ListSubscriptionDefinitions = [
|
|
2374
|
+
export var ListSubscriptionDefinitions$ = [
|
|
2375
2375
|
9,
|
|
2376
2376
|
n0,
|
|
2377
2377
|
_LSD,
|
|
2378
2378
|
{ [_h]: ["GET", "/greengrass/definition/subscriptions", 200] },
|
|
2379
|
-
() => ListSubscriptionDefinitionsRequest
|
|
2380
|
-
() => ListSubscriptionDefinitionsResponse
|
|
2379
|
+
() => ListSubscriptionDefinitionsRequest$,
|
|
2380
|
+
() => ListSubscriptionDefinitionsResponse$,
|
|
2381
2381
|
];
|
|
2382
|
-
export var ListSubscriptionDefinitionVersions = [
|
|
2382
|
+
export var ListSubscriptionDefinitionVersions$ = [
|
|
2383
2383
|
9,
|
|
2384
2384
|
n0,
|
|
2385
2385
|
_LSDV,
|
|
2386
2386
|
{ [_h]: ["GET", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions", 200] },
|
|
2387
|
-
() => ListSubscriptionDefinitionVersionsRequest
|
|
2388
|
-
() => ListSubscriptionDefinitionVersionsResponse
|
|
2387
|
+
() => ListSubscriptionDefinitionVersionsRequest$,
|
|
2388
|
+
() => ListSubscriptionDefinitionVersionsResponse$,
|
|
2389
2389
|
];
|
|
2390
|
-
export var ListTagsForResource = [
|
|
2390
|
+
export var ListTagsForResource$ = [
|
|
2391
2391
|
9,
|
|
2392
2392
|
n0,
|
|
2393
2393
|
_LTFR,
|
|
2394
2394
|
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
2395
|
-
() => ListTagsForResourceRequest
|
|
2396
|
-
() => ListTagsForResourceResponse
|
|
2395
|
+
() => ListTagsForResourceRequest$,
|
|
2396
|
+
() => ListTagsForResourceResponse$,
|
|
2397
2397
|
];
|
|
2398
|
-
export var ResetDeployments = [
|
|
2398
|
+
export var ResetDeployments$ = [
|
|
2399
2399
|
9,
|
|
2400
2400
|
n0,
|
|
2401
2401
|
_RD,
|
|
2402
2402
|
{ [_h]: ["POST", "/greengrass/groups/{GroupId}/deployments/$reset", 200] },
|
|
2403
|
-
() => ResetDeploymentsRequest
|
|
2404
|
-
() => ResetDeploymentsResponse
|
|
2403
|
+
() => ResetDeploymentsRequest$,
|
|
2404
|
+
() => ResetDeploymentsResponse$,
|
|
2405
2405
|
];
|
|
2406
|
-
export var StartBulkDeployment = [
|
|
2406
|
+
export var StartBulkDeployment$ = [
|
|
2407
2407
|
9,
|
|
2408
2408
|
n0,
|
|
2409
2409
|
_SBD,
|
|
2410
2410
|
{ [_h]: ["POST", "/greengrass/bulk/deployments", 200] },
|
|
2411
|
-
() => StartBulkDeploymentRequest
|
|
2412
|
-
() => StartBulkDeploymentResponse
|
|
2411
|
+
() => StartBulkDeploymentRequest$,
|
|
2412
|
+
() => StartBulkDeploymentResponse$,
|
|
2413
2413
|
];
|
|
2414
|
-
export var StopBulkDeployment = [
|
|
2414
|
+
export var StopBulkDeployment$ = [
|
|
2415
2415
|
9,
|
|
2416
2416
|
n0,
|
|
2417
2417
|
_SBDt,
|
|
2418
2418
|
{ [_h]: ["PUT", "/greengrass/bulk/deployments/{BulkDeploymentId}/$stop", 200] },
|
|
2419
|
-
() => StopBulkDeploymentRequest
|
|
2420
|
-
() => StopBulkDeploymentResponse
|
|
2419
|
+
() => StopBulkDeploymentRequest$,
|
|
2420
|
+
() => StopBulkDeploymentResponse$,
|
|
2421
2421
|
];
|
|
2422
|
-
export var TagResource = [
|
|
2422
|
+
export var TagResource$ = [
|
|
2423
2423
|
9,
|
|
2424
2424
|
n0,
|
|
2425
2425
|
_TR,
|
|
2426
2426
|
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
2427
|
-
() => TagResourceRequest
|
|
2427
|
+
() => TagResourceRequest$,
|
|
2428
2428
|
() => __Unit,
|
|
2429
2429
|
];
|
|
2430
|
-
export var UntagResource = [
|
|
2430
|
+
export var UntagResource$ = [
|
|
2431
2431
|
9,
|
|
2432
2432
|
n0,
|
|
2433
2433
|
_UR,
|
|
2434
2434
|
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
2435
|
-
() => UntagResourceRequest
|
|
2435
|
+
() => UntagResourceRequest$,
|
|
2436
2436
|
() => __Unit,
|
|
2437
2437
|
];
|
|
2438
|
-
export var UpdateConnectivityInfo = [
|
|
2438
|
+
export var UpdateConnectivityInfo$ = [
|
|
2439
2439
|
9,
|
|
2440
2440
|
n0,
|
|
2441
2441
|
_UCI,
|
|
2442
2442
|
{ [_h]: ["PUT", "/greengrass/things/{ThingName}/connectivityInfo", 200] },
|
|
2443
|
-
() => UpdateConnectivityInfoRequest
|
|
2444
|
-
() => UpdateConnectivityInfoResponse
|
|
2443
|
+
() => UpdateConnectivityInfoRequest$,
|
|
2444
|
+
() => UpdateConnectivityInfoResponse$,
|
|
2445
2445
|
];
|
|
2446
|
-
export var UpdateConnectorDefinition = [
|
|
2446
|
+
export var UpdateConnectorDefinition$ = [
|
|
2447
2447
|
9,
|
|
2448
2448
|
n0,
|
|
2449
2449
|
_UCD,
|
|
2450
2450
|
{ [_h]: ["PUT", "/greengrass/definition/connectors/{ConnectorDefinitionId}", 200] },
|
|
2451
|
-
() => UpdateConnectorDefinitionRequest
|
|
2452
|
-
() => UpdateConnectorDefinitionResponse
|
|
2451
|
+
() => UpdateConnectorDefinitionRequest$,
|
|
2452
|
+
() => UpdateConnectorDefinitionResponse$,
|
|
2453
2453
|
];
|
|
2454
|
-
export var UpdateCoreDefinition = [
|
|
2454
|
+
export var UpdateCoreDefinition$ = [
|
|
2455
2455
|
9,
|
|
2456
2456
|
n0,
|
|
2457
2457
|
_UCDp,
|
|
2458
2458
|
{ [_h]: ["PUT", "/greengrass/definition/cores/{CoreDefinitionId}", 200] },
|
|
2459
|
-
() => UpdateCoreDefinitionRequest
|
|
2460
|
-
() => UpdateCoreDefinitionResponse
|
|
2459
|
+
() => UpdateCoreDefinitionRequest$,
|
|
2460
|
+
() => UpdateCoreDefinitionResponse$,
|
|
2461
2461
|
];
|
|
2462
|
-
export var UpdateDeviceDefinition = [
|
|
2462
|
+
export var UpdateDeviceDefinition$ = [
|
|
2463
2463
|
9,
|
|
2464
2464
|
n0,
|
|
2465
2465
|
_UDD,
|
|
2466
2466
|
{ [_h]: ["PUT", "/greengrass/definition/devices/{DeviceDefinitionId}", 200] },
|
|
2467
|
-
() => UpdateDeviceDefinitionRequest
|
|
2468
|
-
() => UpdateDeviceDefinitionResponse
|
|
2467
|
+
() => UpdateDeviceDefinitionRequest$,
|
|
2468
|
+
() => UpdateDeviceDefinitionResponse$,
|
|
2469
2469
|
];
|
|
2470
|
-
export var UpdateFunctionDefinition = [
|
|
2470
|
+
export var UpdateFunctionDefinition$ = [
|
|
2471
2471
|
9,
|
|
2472
2472
|
n0,
|
|
2473
2473
|
_UFD,
|
|
2474
2474
|
{ [_h]: ["PUT", "/greengrass/definition/functions/{FunctionDefinitionId}", 200] },
|
|
2475
|
-
() => UpdateFunctionDefinitionRequest
|
|
2476
|
-
() => UpdateFunctionDefinitionResponse
|
|
2475
|
+
() => UpdateFunctionDefinitionRequest$,
|
|
2476
|
+
() => UpdateFunctionDefinitionResponse$,
|
|
2477
2477
|
];
|
|
2478
|
-
export var UpdateGroup = [
|
|
2478
|
+
export var UpdateGroup$ = [
|
|
2479
2479
|
9,
|
|
2480
2480
|
n0,
|
|
2481
2481
|
_UG,
|
|
2482
2482
|
{ [_h]: ["PUT", "/greengrass/groups/{GroupId}", 200] },
|
|
2483
|
-
() => UpdateGroupRequest
|
|
2484
|
-
() => UpdateGroupResponse
|
|
2483
|
+
() => UpdateGroupRequest$,
|
|
2484
|
+
() => UpdateGroupResponse$,
|
|
2485
2485
|
];
|
|
2486
|
-
export var UpdateGroupCertificateConfiguration = [
|
|
2486
|
+
export var UpdateGroupCertificateConfiguration$ = [
|
|
2487
2487
|
9,
|
|
2488
2488
|
n0,
|
|
2489
2489
|
_UGCC,
|
|
2490
2490
|
{ [_h]: ["PUT", "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry", 200] },
|
|
2491
|
-
() => UpdateGroupCertificateConfigurationRequest
|
|
2492
|
-
() => UpdateGroupCertificateConfigurationResponse
|
|
2491
|
+
() => UpdateGroupCertificateConfigurationRequest$,
|
|
2492
|
+
() => UpdateGroupCertificateConfigurationResponse$,
|
|
2493
2493
|
];
|
|
2494
|
-
export var UpdateLoggerDefinition = [
|
|
2494
|
+
export var UpdateLoggerDefinition$ = [
|
|
2495
2495
|
9,
|
|
2496
2496
|
n0,
|
|
2497
2497
|
_ULD,
|
|
2498
2498
|
{ [_h]: ["PUT", "/greengrass/definition/loggers/{LoggerDefinitionId}", 200] },
|
|
2499
|
-
() => UpdateLoggerDefinitionRequest
|
|
2500
|
-
() => UpdateLoggerDefinitionResponse
|
|
2499
|
+
() => UpdateLoggerDefinitionRequest$,
|
|
2500
|
+
() => UpdateLoggerDefinitionResponse$,
|
|
2501
2501
|
];
|
|
2502
|
-
export var UpdateResourceDefinition = [
|
|
2502
|
+
export var UpdateResourceDefinition$ = [
|
|
2503
2503
|
9,
|
|
2504
2504
|
n0,
|
|
2505
2505
|
_URD,
|
|
2506
2506
|
{ [_h]: ["PUT", "/greengrass/definition/resources/{ResourceDefinitionId}", 200] },
|
|
2507
|
-
() => UpdateResourceDefinitionRequest
|
|
2508
|
-
() => UpdateResourceDefinitionResponse
|
|
2507
|
+
() => UpdateResourceDefinitionRequest$,
|
|
2508
|
+
() => UpdateResourceDefinitionResponse$,
|
|
2509
2509
|
];
|
|
2510
|
-
export var UpdateSubscriptionDefinition = [
|
|
2510
|
+
export var UpdateSubscriptionDefinition$ = [
|
|
2511
2511
|
9,
|
|
2512
2512
|
n0,
|
|
2513
2513
|
_USD,
|
|
2514
2514
|
{ [_h]: ["PUT", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}", 200] },
|
|
2515
|
-
() => UpdateSubscriptionDefinitionRequest
|
|
2516
|
-
() => UpdateSubscriptionDefinitionResponse
|
|
2515
|
+
() => UpdateSubscriptionDefinitionRequest$,
|
|
2516
|
+
() => UpdateSubscriptionDefinitionResponse$,
|
|
2517
2517
|
];
|
|
2518
|
-
export var UpdateThingRuntimeConfiguration = [
|
|
2518
|
+
export var UpdateThingRuntimeConfiguration$ = [
|
|
2519
2519
|
9,
|
|
2520
2520
|
n0,
|
|
2521
2521
|
_UTRC,
|
|
2522
2522
|
{ [_h]: ["PUT", "/greengrass/things/{ThingName}/runtimeconfig", 200] },
|
|
2523
|
-
() => UpdateThingRuntimeConfigurationRequest
|
|
2524
|
-
() => UpdateThingRuntimeConfigurationResponse
|
|
2523
|
+
() => UpdateThingRuntimeConfigurationRequest$,
|
|
2524
|
+
() => UpdateThingRuntimeConfigurationResponse$,
|
|
2525
2525
|
];
|