@aws-sdk/client-greengrass 3.948.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
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class GreengrassClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class GreengrassServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, GreengrassServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class BadRequestException extends GreengrassServiceException {
|
|
121
121
|
name = "BadRequestException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
ErrorDetails;
|
|
@@ -132,8 +132,8 @@ let BadRequestException$1 = class BadRequestException extends GreengrassServiceE
|
|
|
132
132
|
this.ErrorDetails = opts.ErrorDetails;
|
|
133
133
|
this.Message = opts.Message;
|
|
134
134
|
}
|
|
135
|
-
}
|
|
136
|
-
|
|
135
|
+
}
|
|
136
|
+
class InternalServerErrorException extends GreengrassServiceException {
|
|
137
137
|
name = "InternalServerErrorException";
|
|
138
138
|
$fault = "server";
|
|
139
139
|
ErrorDetails;
|
|
@@ -148,7 +148,7 @@ let InternalServerErrorException$1 = class InternalServerErrorException extends
|
|
|
148
148
|
this.ErrorDetails = opts.ErrorDetails;
|
|
149
149
|
this.Message = opts.Message;
|
|
150
150
|
}
|
|
151
|
-
}
|
|
151
|
+
}
|
|
152
152
|
|
|
153
153
|
const _A = "Arn";
|
|
154
154
|
const _AA = "AssociatedAt";
|
|
@@ -636,11 +636,11 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.greengrass";
|
|
|
636
636
|
const _t = "tags";
|
|
637
637
|
const _tK = "tagKeys";
|
|
638
638
|
const n0 = "com.amazonaws.greengrass";
|
|
639
|
-
var AssociateRoleToGroupRequest = [3, n0, _ARTGR, 0, [_GI, _RA], [[0, 1], 0]];
|
|
640
|
-
var AssociateRoleToGroupResponse = [3, n0, _ARTGRs, 0, [_AA], [0]];
|
|
641
|
-
var AssociateServiceRoleToAccountRequest = [3, n0, _ASRTAR, 0, [_RA], [0]];
|
|
642
|
-
var AssociateServiceRoleToAccountResponse = [3, n0, _ASRTARs, 0, [_AA], [0]];
|
|
643
|
-
var BadRequestException = [
|
|
639
|
+
var AssociateRoleToGroupRequest$ = [3, n0, _ARTGR, 0, [_GI, _RA], [[0, 1], 0]];
|
|
640
|
+
var AssociateRoleToGroupResponse$ = [3, n0, _ARTGRs, 0, [_AA], [0]];
|
|
641
|
+
var AssociateServiceRoleToAccountRequest$ = [3, n0, _ASRTAR, 0, [_RA], [0]];
|
|
642
|
+
var AssociateServiceRoleToAccountResponse$ = [3, n0, _ASRTARs, 0, [_AA], [0]];
|
|
643
|
+
var BadRequestException$ = [
|
|
644
644
|
-3,
|
|
645
645
|
n0,
|
|
646
646
|
_BRE,
|
|
@@ -648,10 +648,10 @@ var BadRequestException = [
|
|
|
648
648
|
[_ED, _M],
|
|
649
649
|
[() => ErrorDetails, 0],
|
|
650
650
|
];
|
|
651
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException
|
|
652
|
-
var BulkDeployment = [3, n0, _BD, 0, [_BDA, _BDI, _CA], [0, 0, 0]];
|
|
653
|
-
var BulkDeploymentMetrics = [3, n0, _BDM, 0, [_IIR, _RP, _RAe], [1, 1, 1]];
|
|
654
|
-
var BulkDeploymentResult = [
|
|
651
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
652
|
+
var BulkDeployment$ = [3, n0, _BD, 0, [_BDA, _BDI, _CA], [0, 0, 0]];
|
|
653
|
+
var BulkDeploymentMetrics$ = [3, n0, _BDM, 0, [_IIR, _RP, _RAe], [1, 1, 1]];
|
|
654
|
+
var BulkDeploymentResult$ = [
|
|
655
655
|
3,
|
|
656
656
|
n0,
|
|
657
657
|
_BDR,
|
|
@@ -659,20 +659,20 @@ var BulkDeploymentResult = [
|
|
|
659
659
|
[_CA, _DA, _DI, _DS, _DT, _ED, _EM, _GA],
|
|
660
660
|
[0, 0, 0, 0, 0, () => ErrorDetails, 0, 0],
|
|
661
661
|
];
|
|
662
|
-
var ConnectivityInfo = [3, n0, _CI, 0, [_HA, _I, _Me, _PN], [0, 0, 0, 1]];
|
|
663
|
-
var Connector = [3, n0, _C, 0, [_CAo, _I, _P], [0, 0, 128 | 0]];
|
|
664
|
-
var ConnectorDefinitionVersion = [3, n0, _CDV, 0, [_Co], [() => __listOfConnector]];
|
|
665
|
-
var Core = [3, n0, _Cor, 0, [_CAe, _I, _SS, _TA], [0, 0, 2, 0]];
|
|
666
|
-
var CoreDefinitionVersion = [3, n0, _CDVo, 0, [_Core], [() => __listOfCore]];
|
|
667
|
-
var CreateConnectorDefinitionRequest = [
|
|
662
|
+
var ConnectivityInfo$ = [3, n0, _CI, 0, [_HA, _I, _Me, _PN], [0, 0, 0, 1]];
|
|
663
|
+
var Connector$ = [3, n0, _C, 0, [_CAo, _I, _P], [0, 0, 128 | 0]];
|
|
664
|
+
var ConnectorDefinitionVersion$ = [3, n0, _CDV, 0, [_Co], [() => __listOfConnector]];
|
|
665
|
+
var Core$ = [3, n0, _Cor, 0, [_CAe, _I, _SS, _TA], [0, 0, 2, 0]];
|
|
666
|
+
var CoreDefinitionVersion$ = [3, n0, _CDVo, 0, [_Core], [() => __listOfCore]];
|
|
667
|
+
var CreateConnectorDefinitionRequest$ = [
|
|
668
668
|
3,
|
|
669
669
|
n0,
|
|
670
670
|
_CCDR,
|
|
671
671
|
0,
|
|
672
672
|
[_ACT, _IV, _N, _t],
|
|
673
|
-
[[0, { [_hH]: _XACT }], () => ConnectorDefinitionVersion
|
|
673
|
+
[[0, { [_hH]: _XACT }], () => ConnectorDefinitionVersion$, 0, 128 | 0],
|
|
674
674
|
];
|
|
675
|
-
var CreateConnectorDefinitionResponse = [
|
|
675
|
+
var CreateConnectorDefinitionResponse$ = [
|
|
676
676
|
3,
|
|
677
677
|
n0,
|
|
678
678
|
_CCDRr,
|
|
@@ -680,7 +680,7 @@ var CreateConnectorDefinitionResponse = [
|
|
|
680
680
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
681
681
|
[0, 0, 0, 0, 0, 0, 0],
|
|
682
682
|
];
|
|
683
|
-
var CreateConnectorDefinitionVersionRequest = [
|
|
683
|
+
var CreateConnectorDefinitionVersionRequest$ = [
|
|
684
684
|
3,
|
|
685
685
|
n0,
|
|
686
686
|
_CCDVR,
|
|
@@ -688,7 +688,7 @@ var CreateConnectorDefinitionVersionRequest = [
|
|
|
688
688
|
[_ACT, _CDI, _Co],
|
|
689
689
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfConnector],
|
|
690
690
|
];
|
|
691
|
-
var CreateConnectorDefinitionVersionResponse = [
|
|
691
|
+
var CreateConnectorDefinitionVersionResponse$ = [
|
|
692
692
|
3,
|
|
693
693
|
n0,
|
|
694
694
|
_CCDVRr,
|
|
@@ -696,15 +696,15 @@ var CreateConnectorDefinitionVersionResponse = [
|
|
|
696
696
|
[_A, _CT, _I, _V],
|
|
697
697
|
[0, 0, 0, 0],
|
|
698
698
|
];
|
|
699
|
-
var CreateCoreDefinitionRequest = [
|
|
699
|
+
var CreateCoreDefinitionRequest$ = [
|
|
700
700
|
3,
|
|
701
701
|
n0,
|
|
702
702
|
_CCDRre,
|
|
703
703
|
0,
|
|
704
704
|
[_ACT, _IV, _N, _t],
|
|
705
|
-
[[0, { [_hH]: _XACT }], () => CoreDefinitionVersion
|
|
705
|
+
[[0, { [_hH]: _XACT }], () => CoreDefinitionVersion$, 0, 128 | 0],
|
|
706
706
|
];
|
|
707
|
-
var CreateCoreDefinitionResponse = [
|
|
707
|
+
var CreateCoreDefinitionResponse$ = [
|
|
708
708
|
3,
|
|
709
709
|
n0,
|
|
710
710
|
_CCDRrea,
|
|
@@ -712,7 +712,7 @@ var CreateCoreDefinitionResponse = [
|
|
|
712
712
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
713
713
|
[0, 0, 0, 0, 0, 0, 0],
|
|
714
714
|
];
|
|
715
|
-
var CreateCoreDefinitionVersionRequest = [
|
|
715
|
+
var CreateCoreDefinitionVersionRequest$ = [
|
|
716
716
|
3,
|
|
717
717
|
n0,
|
|
718
718
|
_CCDVRre,
|
|
@@ -720,7 +720,7 @@ var CreateCoreDefinitionVersionRequest = [
|
|
|
720
720
|
[_ACT, _CDIo, _Core],
|
|
721
721
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfCore],
|
|
722
722
|
];
|
|
723
|
-
var CreateCoreDefinitionVersionResponse = [
|
|
723
|
+
var CreateCoreDefinitionVersionResponse$ = [
|
|
724
724
|
3,
|
|
725
725
|
n0,
|
|
726
726
|
_CCDVRrea,
|
|
@@ -728,7 +728,7 @@ var CreateCoreDefinitionVersionResponse = [
|
|
|
728
728
|
[_A, _CT, _I, _V],
|
|
729
729
|
[0, 0, 0, 0],
|
|
730
730
|
];
|
|
731
|
-
var CreateDeploymentRequest = [
|
|
731
|
+
var CreateDeploymentRequest$ = [
|
|
732
732
|
3,
|
|
733
733
|
n0,
|
|
734
734
|
_CDR,
|
|
@@ -736,16 +736,16 @@ var CreateDeploymentRequest = [
|
|
|
736
736
|
[_ACT, _DI, _DT, _GI, _GVI],
|
|
737
737
|
[[0, { [_hH]: _XACT }], 0, 0, [0, 1], 0],
|
|
738
738
|
];
|
|
739
|
-
var CreateDeploymentResponse = [3, n0, _CDRr, 0, [_DA, _DI], [0, 0]];
|
|
740
|
-
var CreateDeviceDefinitionRequest = [
|
|
739
|
+
var CreateDeploymentResponse$ = [3, n0, _CDRr, 0, [_DA, _DI], [0, 0]];
|
|
740
|
+
var CreateDeviceDefinitionRequest$ = [
|
|
741
741
|
3,
|
|
742
742
|
n0,
|
|
743
743
|
_CDDR,
|
|
744
744
|
0,
|
|
745
745
|
[_ACT, _IV, _N, _t],
|
|
746
|
-
[[0, { [_hH]: _XACT }], () => DeviceDefinitionVersion
|
|
746
|
+
[[0, { [_hH]: _XACT }], () => DeviceDefinitionVersion$, 0, 128 | 0],
|
|
747
747
|
];
|
|
748
|
-
var CreateDeviceDefinitionResponse = [
|
|
748
|
+
var CreateDeviceDefinitionResponse$ = [
|
|
749
749
|
3,
|
|
750
750
|
n0,
|
|
751
751
|
_CDDRr,
|
|
@@ -753,7 +753,7 @@ var CreateDeviceDefinitionResponse = [
|
|
|
753
753
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
754
754
|
[0, 0, 0, 0, 0, 0, 0],
|
|
755
755
|
];
|
|
756
|
-
var CreateDeviceDefinitionVersionRequest = [
|
|
756
|
+
var CreateDeviceDefinitionVersionRequest$ = [
|
|
757
757
|
3,
|
|
758
758
|
n0,
|
|
759
759
|
_CDDVR,
|
|
@@ -761,7 +761,7 @@ var CreateDeviceDefinitionVersionRequest = [
|
|
|
761
761
|
[_ACT, _DDI, _D],
|
|
762
762
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfDevice],
|
|
763
763
|
];
|
|
764
|
-
var CreateDeviceDefinitionVersionResponse = [
|
|
764
|
+
var CreateDeviceDefinitionVersionResponse$ = [
|
|
765
765
|
3,
|
|
766
766
|
n0,
|
|
767
767
|
_CDDVRr,
|
|
@@ -769,15 +769,15 @@ var CreateDeviceDefinitionVersionResponse = [
|
|
|
769
769
|
[_A, _CT, _I, _V],
|
|
770
770
|
[0, 0, 0, 0],
|
|
771
771
|
];
|
|
772
|
-
var CreateFunctionDefinitionRequest = [
|
|
772
|
+
var CreateFunctionDefinitionRequest$ = [
|
|
773
773
|
3,
|
|
774
774
|
n0,
|
|
775
775
|
_CFDR,
|
|
776
776
|
0,
|
|
777
777
|
[_ACT, _IV, _N, _t],
|
|
778
|
-
[[0, { [_hH]: _XACT }], () => FunctionDefinitionVersion
|
|
778
|
+
[[0, { [_hH]: _XACT }], () => FunctionDefinitionVersion$, 0, 128 | 0],
|
|
779
779
|
];
|
|
780
|
-
var CreateFunctionDefinitionResponse = [
|
|
780
|
+
var CreateFunctionDefinitionResponse$ = [
|
|
781
781
|
3,
|
|
782
782
|
n0,
|
|
783
783
|
_CFDRr,
|
|
@@ -785,15 +785,15 @@ var CreateFunctionDefinitionResponse = [
|
|
|
785
785
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
786
786
|
[0, 0, 0, 0, 0, 0, 0],
|
|
787
787
|
];
|
|
788
|
-
var CreateFunctionDefinitionVersionRequest = [
|
|
788
|
+
var CreateFunctionDefinitionVersionRequest$ = [
|
|
789
789
|
3,
|
|
790
790
|
n0,
|
|
791
791
|
_CFDVR,
|
|
792
792
|
0,
|
|
793
793
|
[_ACT, _DC, _FDI, _F],
|
|
794
|
-
[[0, { [_hH]: _XACT }], () => FunctionDefaultConfig
|
|
794
|
+
[[0, { [_hH]: _XACT }], () => FunctionDefaultConfig$, [0, 1], () => __listOfFunction],
|
|
795
795
|
];
|
|
796
|
-
var CreateFunctionDefinitionVersionResponse = [
|
|
796
|
+
var CreateFunctionDefinitionVersionResponse$ = [
|
|
797
797
|
3,
|
|
798
798
|
n0,
|
|
799
799
|
_CFDVRr,
|
|
@@ -801,7 +801,7 @@ var CreateFunctionDefinitionVersionResponse = [
|
|
|
801
801
|
[_A, _CT, _I, _V],
|
|
802
802
|
[0, 0, 0, 0],
|
|
803
803
|
];
|
|
804
|
-
var CreateGroupCertificateAuthorityRequest = [
|
|
804
|
+
var CreateGroupCertificateAuthorityRequest$ = [
|
|
805
805
|
3,
|
|
806
806
|
n0,
|
|
807
807
|
_CGCAR,
|
|
@@ -812,16 +812,16 @@ var CreateGroupCertificateAuthorityRequest = [
|
|
|
812
812
|
[0, 1],
|
|
813
813
|
],
|
|
814
814
|
];
|
|
815
|
-
var CreateGroupCertificateAuthorityResponse = [3, n0, _CGCARr, 0, [_GCAA], [0]];
|
|
816
|
-
var CreateGroupRequest = [
|
|
815
|
+
var CreateGroupCertificateAuthorityResponse$ = [3, n0, _CGCARr, 0, [_GCAA], [0]];
|
|
816
|
+
var CreateGroupRequest$ = [
|
|
817
817
|
3,
|
|
818
818
|
n0,
|
|
819
819
|
_CGR,
|
|
820
820
|
0,
|
|
821
821
|
[_ACT, _IV, _N, _t],
|
|
822
|
-
[[0, { [_hH]: _XACT }], () => GroupVersion
|
|
822
|
+
[[0, { [_hH]: _XACT }], () => GroupVersion$, 0, 128 | 0],
|
|
823
823
|
];
|
|
824
|
-
var CreateGroupResponse = [
|
|
824
|
+
var CreateGroupResponse$ = [
|
|
825
825
|
3,
|
|
826
826
|
n0,
|
|
827
827
|
_CGRr,
|
|
@@ -829,7 +829,7 @@ var CreateGroupResponse = [
|
|
|
829
829
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
830
830
|
[0, 0, 0, 0, 0, 0, 0],
|
|
831
831
|
];
|
|
832
|
-
var CreateGroupVersionRequest = [
|
|
832
|
+
var CreateGroupVersionRequest$ = [
|
|
833
833
|
3,
|
|
834
834
|
n0,
|
|
835
835
|
_CGVR,
|
|
@@ -837,16 +837,16 @@ var CreateGroupVersionRequest = [
|
|
|
837
837
|
[_ACT, _CDVA, _CDVAo, _DDVA, _FDVA, _GI, _LDVA, _RDVA, _SDVA],
|
|
838
838
|
[[0, { [_hH]: _XACT }], 0, 0, 0, 0, [0, 1], 0, 0, 0],
|
|
839
839
|
];
|
|
840
|
-
var CreateGroupVersionResponse = [3, n0, _CGVRr, 0, [_A, _CT, _I, _V], [0, 0, 0, 0]];
|
|
841
|
-
var CreateLoggerDefinitionRequest = [
|
|
840
|
+
var CreateGroupVersionResponse$ = [3, n0, _CGVRr, 0, [_A, _CT, _I, _V], [0, 0, 0, 0]];
|
|
841
|
+
var CreateLoggerDefinitionRequest$ = [
|
|
842
842
|
3,
|
|
843
843
|
n0,
|
|
844
844
|
_CLDR,
|
|
845
845
|
0,
|
|
846
846
|
[_ACT, _IV, _N, _t],
|
|
847
|
-
[[0, { [_hH]: _XACT }], () => LoggerDefinitionVersion
|
|
847
|
+
[[0, { [_hH]: _XACT }], () => LoggerDefinitionVersion$, 0, 128 | 0],
|
|
848
848
|
];
|
|
849
|
-
var CreateLoggerDefinitionResponse = [
|
|
849
|
+
var CreateLoggerDefinitionResponse$ = [
|
|
850
850
|
3,
|
|
851
851
|
n0,
|
|
852
852
|
_CLDRr,
|
|
@@ -854,7 +854,7 @@ var CreateLoggerDefinitionResponse = [
|
|
|
854
854
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
855
855
|
[0, 0, 0, 0, 0, 0, 0],
|
|
856
856
|
];
|
|
857
|
-
var CreateLoggerDefinitionVersionRequest = [
|
|
857
|
+
var CreateLoggerDefinitionVersionRequest$ = [
|
|
858
858
|
3,
|
|
859
859
|
n0,
|
|
860
860
|
_CLDVR,
|
|
@@ -862,7 +862,7 @@ var CreateLoggerDefinitionVersionRequest = [
|
|
|
862
862
|
[_ACT, _LDI, _L],
|
|
863
863
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfLogger],
|
|
864
864
|
];
|
|
865
|
-
var CreateLoggerDefinitionVersionResponse = [
|
|
865
|
+
var CreateLoggerDefinitionVersionResponse$ = [
|
|
866
866
|
3,
|
|
867
867
|
n0,
|
|
868
868
|
_CLDVRr,
|
|
@@ -870,15 +870,15 @@ var CreateLoggerDefinitionVersionResponse = [
|
|
|
870
870
|
[_A, _CT, _I, _V],
|
|
871
871
|
[0, 0, 0, 0],
|
|
872
872
|
];
|
|
873
|
-
var CreateResourceDefinitionRequest = [
|
|
873
|
+
var CreateResourceDefinitionRequest$ = [
|
|
874
874
|
3,
|
|
875
875
|
n0,
|
|
876
876
|
_CRDR,
|
|
877
877
|
0,
|
|
878
878
|
[_ACT, _IV, _N, _t],
|
|
879
|
-
[[0, { [_hH]: _XACT }], () => ResourceDefinitionVersion
|
|
879
|
+
[[0, { [_hH]: _XACT }], () => ResourceDefinitionVersion$, 0, 128 | 0],
|
|
880
880
|
];
|
|
881
|
-
var CreateResourceDefinitionResponse = [
|
|
881
|
+
var CreateResourceDefinitionResponse$ = [
|
|
882
882
|
3,
|
|
883
883
|
n0,
|
|
884
884
|
_CRDRr,
|
|
@@ -886,7 +886,7 @@ var CreateResourceDefinitionResponse = [
|
|
|
886
886
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
887
887
|
[0, 0, 0, 0, 0, 0, 0],
|
|
888
888
|
];
|
|
889
|
-
var CreateResourceDefinitionVersionRequest = [
|
|
889
|
+
var CreateResourceDefinitionVersionRequest$ = [
|
|
890
890
|
3,
|
|
891
891
|
n0,
|
|
892
892
|
_CRDVR,
|
|
@@ -894,7 +894,7 @@ var CreateResourceDefinitionVersionRequest = [
|
|
|
894
894
|
[_ACT, _RDI, _R],
|
|
895
895
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfResource],
|
|
896
896
|
];
|
|
897
|
-
var CreateResourceDefinitionVersionResponse = [
|
|
897
|
+
var CreateResourceDefinitionVersionResponse$ = [
|
|
898
898
|
3,
|
|
899
899
|
n0,
|
|
900
900
|
_CRDVRr,
|
|
@@ -902,7 +902,7 @@ var CreateResourceDefinitionVersionResponse = [
|
|
|
902
902
|
[_A, _CT, _I, _V],
|
|
903
903
|
[0, 0, 0, 0],
|
|
904
904
|
];
|
|
905
|
-
var CreateSoftwareUpdateJobRequest = [
|
|
905
|
+
var CreateSoftwareUpdateJobRequest$ = [
|
|
906
906
|
3,
|
|
907
907
|
n0,
|
|
908
908
|
_CSUJR,
|
|
@@ -910,16 +910,16 @@ var CreateSoftwareUpdateJobRequest = [
|
|
|
910
910
|
[_ACT, _SUSR, _STU, _UALL, _UT, _UTA, _UTOS],
|
|
911
911
|
[[0, { [_hH]: _XACT }], 0, 0, 0, 64 | 0, 0, 0],
|
|
912
912
|
];
|
|
913
|
-
var CreateSoftwareUpdateJobResponse = [3, n0, _CSUJRr, 0, [_IJA, _IJI, _PSV], [0, 0, 0]];
|
|
914
|
-
var CreateSubscriptionDefinitionRequest = [
|
|
913
|
+
var CreateSoftwareUpdateJobResponse$ = [3, n0, _CSUJRr, 0, [_IJA, _IJI, _PSV], [0, 0, 0]];
|
|
914
|
+
var CreateSubscriptionDefinitionRequest$ = [
|
|
915
915
|
3,
|
|
916
916
|
n0,
|
|
917
917
|
_CSDR,
|
|
918
918
|
0,
|
|
919
919
|
[_ACT, _IV, _N, _t],
|
|
920
|
-
[[0, { [_hH]: _XACT }], () => SubscriptionDefinitionVersion
|
|
920
|
+
[[0, { [_hH]: _XACT }], () => SubscriptionDefinitionVersion$, 0, 128 | 0],
|
|
921
921
|
];
|
|
922
|
-
var CreateSubscriptionDefinitionResponse = [
|
|
922
|
+
var CreateSubscriptionDefinitionResponse$ = [
|
|
923
923
|
3,
|
|
924
924
|
n0,
|
|
925
925
|
_CSDRr,
|
|
@@ -927,7 +927,7 @@ var CreateSubscriptionDefinitionResponse = [
|
|
|
927
927
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
928
928
|
[0, 0, 0, 0, 0, 0, 0],
|
|
929
929
|
];
|
|
930
|
-
var CreateSubscriptionDefinitionVersionRequest = [
|
|
930
|
+
var CreateSubscriptionDefinitionVersionRequest$ = [
|
|
931
931
|
3,
|
|
932
932
|
n0,
|
|
933
933
|
_CSDVR,
|
|
@@ -935,7 +935,7 @@ var CreateSubscriptionDefinitionVersionRequest = [
|
|
|
935
935
|
[_ACT, _SDI, _S],
|
|
936
936
|
[[0, { [_hH]: _XACT }], [0, 1], () => __listOfSubscription],
|
|
937
937
|
];
|
|
938
|
-
var CreateSubscriptionDefinitionVersionResponse = [
|
|
938
|
+
var CreateSubscriptionDefinitionVersionResponse$ = [
|
|
939
939
|
3,
|
|
940
940
|
n0,
|
|
941
941
|
_CSDVRr,
|
|
@@ -943,7 +943,7 @@ var CreateSubscriptionDefinitionVersionResponse = [
|
|
|
943
943
|
[_A, _CT, _I, _V],
|
|
944
944
|
[0, 0, 0, 0],
|
|
945
945
|
];
|
|
946
|
-
var DefinitionInformation = [
|
|
946
|
+
var DefinitionInformation$ = [
|
|
947
947
|
3,
|
|
948
948
|
n0,
|
|
949
949
|
_DIe,
|
|
@@ -951,93 +951,93 @@ var DefinitionInformation = [
|
|
|
951
951
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _T],
|
|
952
952
|
[0, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }]],
|
|
953
953
|
];
|
|
954
|
-
var DeleteConnectorDefinitionRequest = [3, n0, _DCDR, 0, [_CDI], [[0, 1]]];
|
|
955
|
-
var DeleteConnectorDefinitionResponse = [3, n0, _DCDRe, 0, [], []];
|
|
956
|
-
var DeleteCoreDefinitionRequest = [3, n0, _DCDRel, 0, [_CDIo], [[0, 1]]];
|
|
957
|
-
var DeleteCoreDefinitionResponse = [3, n0, _DCDRele, 0, [], []];
|
|
958
|
-
var DeleteDeviceDefinitionRequest = [3, n0, _DDDR, 0, [_DDI], [[0, 1]]];
|
|
959
|
-
var DeleteDeviceDefinitionResponse = [3, n0, _DDDRe, 0, [], []];
|
|
960
|
-
var DeleteFunctionDefinitionRequest = [3, n0, _DFDR, 0, [_FDI], [[0, 1]]];
|
|
961
|
-
var DeleteFunctionDefinitionResponse = [3, n0, _DFDRe, 0, [], []];
|
|
962
|
-
var DeleteGroupRequest = [3, n0, _DGR, 0, [_GI], [[0, 1]]];
|
|
963
|
-
var DeleteGroupResponse = [3, n0, _DGRe, 0, [], []];
|
|
964
|
-
var DeleteLoggerDefinitionRequest = [3, n0, _DLDR, 0, [_LDI], [[0, 1]]];
|
|
965
|
-
var DeleteLoggerDefinitionResponse = [3, n0, _DLDRe, 0, [], []];
|
|
966
|
-
var DeleteResourceDefinitionRequest = [3, n0, _DRDR, 0, [_RDI], [[0, 1]]];
|
|
967
|
-
var DeleteResourceDefinitionResponse = [3, n0, _DRDRe, 0, [], []];
|
|
968
|
-
var DeleteSubscriptionDefinitionRequest = [3, n0, _DSDR, 0, [_SDI], [[0, 1]]];
|
|
969
|
-
var DeleteSubscriptionDefinitionResponse = [3, n0, _DSDRe, 0, [], []];
|
|
970
|
-
var Deployment = [3, n0, _De, 0, [_CA, _DA, _DI, _DT, _GA], [0, 0, 0, 0, 0]];
|
|
971
|
-
var Device = [3, n0, _Dev, 0, [_CAe, _I, _SS, _TA], [0, 0, 2, 0]];
|
|
972
|
-
var DeviceDefinitionVersion = [3, n0, _DDV, 0, [_D], [() => __listOfDevice]];
|
|
973
|
-
var DisassociateRoleFromGroupRequest = [3, n0, _DRFGR, 0, [_GI], [[0, 1]]];
|
|
974
|
-
var DisassociateRoleFromGroupResponse = [3, n0, _DRFGRi, 0, [_DAi], [0]];
|
|
975
|
-
var DisassociateServiceRoleFromAccountRequest = [3, n0, _DSRFAR, 0, [], []];
|
|
976
|
-
var DisassociateServiceRoleFromAccountResponse = [3, n0, _DSRFARi, 0, [_DAi], [0]];
|
|
977
|
-
var ErrorDetail = [3, n0, _EDr, 0, [_DEC, _DEM], [0, 0]];
|
|
978
|
-
var Function = [3, n0, _Fu, 0, [_FA, _FC, _I], [0, () => FunctionConfiguration
|
|
979
|
-
var FunctionConfiguration = [
|
|
954
|
+
var DeleteConnectorDefinitionRequest$ = [3, n0, _DCDR, 0, [_CDI], [[0, 1]]];
|
|
955
|
+
var DeleteConnectorDefinitionResponse$ = [3, n0, _DCDRe, 0, [], []];
|
|
956
|
+
var DeleteCoreDefinitionRequest$ = [3, n0, _DCDRel, 0, [_CDIo], [[0, 1]]];
|
|
957
|
+
var DeleteCoreDefinitionResponse$ = [3, n0, _DCDRele, 0, [], []];
|
|
958
|
+
var DeleteDeviceDefinitionRequest$ = [3, n0, _DDDR, 0, [_DDI], [[0, 1]]];
|
|
959
|
+
var DeleteDeviceDefinitionResponse$ = [3, n0, _DDDRe, 0, [], []];
|
|
960
|
+
var DeleteFunctionDefinitionRequest$ = [3, n0, _DFDR, 0, [_FDI], [[0, 1]]];
|
|
961
|
+
var DeleteFunctionDefinitionResponse$ = [3, n0, _DFDRe, 0, [], []];
|
|
962
|
+
var DeleteGroupRequest$ = [3, n0, _DGR, 0, [_GI], [[0, 1]]];
|
|
963
|
+
var DeleteGroupResponse$ = [3, n0, _DGRe, 0, [], []];
|
|
964
|
+
var DeleteLoggerDefinitionRequest$ = [3, n0, _DLDR, 0, [_LDI], [[0, 1]]];
|
|
965
|
+
var DeleteLoggerDefinitionResponse$ = [3, n0, _DLDRe, 0, [], []];
|
|
966
|
+
var DeleteResourceDefinitionRequest$ = [3, n0, _DRDR, 0, [_RDI], [[0, 1]]];
|
|
967
|
+
var DeleteResourceDefinitionResponse$ = [3, n0, _DRDRe, 0, [], []];
|
|
968
|
+
var DeleteSubscriptionDefinitionRequest$ = [3, n0, _DSDR, 0, [_SDI], [[0, 1]]];
|
|
969
|
+
var DeleteSubscriptionDefinitionResponse$ = [3, n0, _DSDRe, 0, [], []];
|
|
970
|
+
var Deployment$ = [3, n0, _De, 0, [_CA, _DA, _DI, _DT, _GA], [0, 0, 0, 0, 0]];
|
|
971
|
+
var Device$ = [3, n0, _Dev, 0, [_CAe, _I, _SS, _TA], [0, 0, 2, 0]];
|
|
972
|
+
var DeviceDefinitionVersion$ = [3, n0, _DDV, 0, [_D], [() => __listOfDevice]];
|
|
973
|
+
var DisassociateRoleFromGroupRequest$ = [3, n0, _DRFGR, 0, [_GI], [[0, 1]]];
|
|
974
|
+
var DisassociateRoleFromGroupResponse$ = [3, n0, _DRFGRi, 0, [_DAi], [0]];
|
|
975
|
+
var DisassociateServiceRoleFromAccountRequest$ = [3, n0, _DSRFAR, 0, [], []];
|
|
976
|
+
var DisassociateServiceRoleFromAccountResponse$ = [3, n0, _DSRFARi, 0, [_DAi], [0]];
|
|
977
|
+
var ErrorDetail$ = [3, n0, _EDr, 0, [_DEC, _DEM], [0, 0]];
|
|
978
|
+
var Function$ = [3, n0, _Fu, 0, [_FA, _FC, _I], [0, () => FunctionConfiguration$, 0]];
|
|
979
|
+
var FunctionConfiguration$ = [
|
|
980
980
|
3,
|
|
981
981
|
n0,
|
|
982
982
|
_FC,
|
|
983
983
|
0,
|
|
984
984
|
[_ET, _E, _EA, _Ex, _MS, _Pi, _Ti, _FRO],
|
|
985
|
-
[0, () => FunctionConfigurationEnvironment
|
|
985
|
+
[0, () => FunctionConfigurationEnvironment$, 0, 0, 1, 2, 1, 0],
|
|
986
986
|
];
|
|
987
|
-
var FunctionConfigurationEnvironment = [
|
|
987
|
+
var FunctionConfigurationEnvironment$ = [
|
|
988
988
|
3,
|
|
989
989
|
n0,
|
|
990
990
|
_FCE,
|
|
991
991
|
0,
|
|
992
992
|
[_AS, _Exe, _RAP, _Va],
|
|
993
|
-
[2, () => FunctionExecutionConfig
|
|
993
|
+
[2, () => FunctionExecutionConfig$, () => __listOfResourceAccessPolicy, 128 | 0],
|
|
994
994
|
];
|
|
995
|
-
var FunctionDefaultConfig = [
|
|
995
|
+
var FunctionDefaultConfig$ = [
|
|
996
996
|
3,
|
|
997
997
|
n0,
|
|
998
998
|
_FDC,
|
|
999
999
|
0,
|
|
1000
1000
|
[_Exe],
|
|
1001
|
-
[() => FunctionDefaultExecutionConfig],
|
|
1001
|
+
[() => FunctionDefaultExecutionConfig$],
|
|
1002
1002
|
];
|
|
1003
|
-
var FunctionDefaultExecutionConfig = [
|
|
1003
|
+
var FunctionDefaultExecutionConfig$ = [
|
|
1004
1004
|
3,
|
|
1005
1005
|
n0,
|
|
1006
1006
|
_FDEC,
|
|
1007
1007
|
0,
|
|
1008
1008
|
[_IM, _RAu],
|
|
1009
|
-
[0, () => FunctionRunAsConfig],
|
|
1009
|
+
[0, () => FunctionRunAsConfig$],
|
|
1010
1010
|
];
|
|
1011
|
-
var FunctionDefinitionVersion = [
|
|
1011
|
+
var FunctionDefinitionVersion$ = [
|
|
1012
1012
|
3,
|
|
1013
1013
|
n0,
|
|
1014
1014
|
_FDV,
|
|
1015
1015
|
0,
|
|
1016
1016
|
[_DC, _F],
|
|
1017
|
-
[() => FunctionDefaultConfig
|
|
1017
|
+
[() => FunctionDefaultConfig$, () => __listOfFunction],
|
|
1018
1018
|
];
|
|
1019
|
-
var FunctionExecutionConfig = [
|
|
1019
|
+
var FunctionExecutionConfig$ = [
|
|
1020
1020
|
3,
|
|
1021
1021
|
n0,
|
|
1022
1022
|
_FEC,
|
|
1023
1023
|
0,
|
|
1024
1024
|
[_IM, _RAu],
|
|
1025
|
-
[0, () => FunctionRunAsConfig],
|
|
1025
|
+
[0, () => FunctionRunAsConfig$],
|
|
1026
1026
|
];
|
|
1027
|
-
var FunctionRunAsConfig = [3, n0, _FRAC, 0, [_G, _U], [1, 1]];
|
|
1028
|
-
var GetAssociatedRoleRequest = [3, n0, _GARR, 0, [_GI], [[0, 1]]];
|
|
1029
|
-
var GetAssociatedRoleResponse = [3, n0, _GARRe, 0, [_AA, _RA], [0, 0]];
|
|
1030
|
-
var GetBulkDeploymentStatusRequest = [3, n0, _GBDSR, 0, [_BDI], [[0, 1]]];
|
|
1031
|
-
var GetBulkDeploymentStatusResponse = [
|
|
1027
|
+
var FunctionRunAsConfig$ = [3, n0, _FRAC, 0, [_G, _U], [1, 1]];
|
|
1028
|
+
var GetAssociatedRoleRequest$ = [3, n0, _GARR, 0, [_GI], [[0, 1]]];
|
|
1029
|
+
var GetAssociatedRoleResponse$ = [3, n0, _GARRe, 0, [_AA, _RA], [0, 0]];
|
|
1030
|
+
var GetBulkDeploymentStatusRequest$ = [3, n0, _GBDSR, 0, [_BDI], [[0, 1]]];
|
|
1031
|
+
var GetBulkDeploymentStatusResponse$ = [
|
|
1032
1032
|
3,
|
|
1033
1033
|
n0,
|
|
1034
1034
|
_GBDSRe,
|
|
1035
1035
|
0,
|
|
1036
1036
|
[_BDM, _BDS, _CA, _ED, _EM, _t],
|
|
1037
|
-
[() => BulkDeploymentMetrics
|
|
1037
|
+
[() => BulkDeploymentMetrics$, 0, 0, () => ErrorDetails, 0, 128 | 0],
|
|
1038
1038
|
];
|
|
1039
|
-
var GetConnectivityInfoRequest = [3, n0, _GCIR, 0, [_TN], [[0, 1]]];
|
|
1040
|
-
var GetConnectivityInfoResponse = [
|
|
1039
|
+
var GetConnectivityInfoRequest$ = [3, n0, _GCIR, 0, [_TN], [[0, 1]]];
|
|
1040
|
+
var GetConnectivityInfoResponse$ = [
|
|
1041
1041
|
3,
|
|
1042
1042
|
n0,
|
|
1043
1043
|
_GCIRe,
|
|
@@ -1045,8 +1045,8 @@ var GetConnectivityInfoResponse = [
|
|
|
1045
1045
|
[_CI, _M],
|
|
1046
1046
|
[() => __listOfConnectivityInfo, [0, { [_jN]: _m }]],
|
|
1047
1047
|
];
|
|
1048
|
-
var GetConnectorDefinitionRequest = [3, n0, _GCDR, 0, [_CDI], [[0, 1]]];
|
|
1049
|
-
var GetConnectorDefinitionResponse = [
|
|
1048
|
+
var GetConnectorDefinitionRequest$ = [3, n0, _GCDR, 0, [_CDI], [[0, 1]]];
|
|
1049
|
+
var GetConnectorDefinitionResponse$ = [
|
|
1050
1050
|
3,
|
|
1051
1051
|
n0,
|
|
1052
1052
|
_GCDRe,
|
|
@@ -1054,7 +1054,7 @@ var GetConnectorDefinitionResponse = [
|
|
|
1054
1054
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1055
1055
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1056
1056
|
];
|
|
1057
|
-
var GetConnectorDefinitionVersionRequest = [
|
|
1057
|
+
var GetConnectorDefinitionVersionRequest$ = [
|
|
1058
1058
|
3,
|
|
1059
1059
|
n0,
|
|
1060
1060
|
_GCDVR,
|
|
@@ -1066,16 +1066,16 @@ var GetConnectorDefinitionVersionRequest = [
|
|
|
1066
1066
|
[0, { [_hQ]: _NT }],
|
|
1067
1067
|
],
|
|
1068
1068
|
];
|
|
1069
|
-
var GetConnectorDefinitionVersionResponse = [
|
|
1069
|
+
var GetConnectorDefinitionVersionResponse$ = [
|
|
1070
1070
|
3,
|
|
1071
1071
|
n0,
|
|
1072
1072
|
_GCDVRe,
|
|
1073
1073
|
0,
|
|
1074
1074
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
1075
|
-
[0, 0, () => ConnectorDefinitionVersion
|
|
1075
|
+
[0, 0, () => ConnectorDefinitionVersion$, 0, 0, 0],
|
|
1076
1076
|
];
|
|
1077
|
-
var GetCoreDefinitionRequest = [3, n0, _GCDRet, 0, [_CDIo], [[0, 1]]];
|
|
1078
|
-
var GetCoreDefinitionResponse = [
|
|
1077
|
+
var GetCoreDefinitionRequest$ = [3, n0, _GCDRet, 0, [_CDIo], [[0, 1]]];
|
|
1078
|
+
var GetCoreDefinitionResponse$ = [
|
|
1079
1079
|
3,
|
|
1080
1080
|
n0,
|
|
1081
1081
|
_GCDReto,
|
|
@@ -1083,7 +1083,7 @@ var GetCoreDefinitionResponse = [
|
|
|
1083
1083
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1084
1084
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1085
1085
|
];
|
|
1086
|
-
var GetCoreDefinitionVersionRequest = [
|
|
1086
|
+
var GetCoreDefinitionVersionRequest$ = [
|
|
1087
1087
|
3,
|
|
1088
1088
|
n0,
|
|
1089
1089
|
_GCDVRet,
|
|
@@ -1094,15 +1094,15 @@ var GetCoreDefinitionVersionRequest = [
|
|
|
1094
1094
|
[0, 1],
|
|
1095
1095
|
],
|
|
1096
1096
|
];
|
|
1097
|
-
var GetCoreDefinitionVersionResponse = [
|
|
1097
|
+
var GetCoreDefinitionVersionResponse$ = [
|
|
1098
1098
|
3,
|
|
1099
1099
|
n0,
|
|
1100
1100
|
_GCDVReto,
|
|
1101
1101
|
0,
|
|
1102
1102
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
1103
|
-
[0, 0, () => CoreDefinitionVersion
|
|
1103
|
+
[0, 0, () => CoreDefinitionVersion$, 0, 0, 0],
|
|
1104
1104
|
];
|
|
1105
|
-
var GetDeploymentStatusRequest = [
|
|
1105
|
+
var GetDeploymentStatusRequest$ = [
|
|
1106
1106
|
3,
|
|
1107
1107
|
n0,
|
|
1108
1108
|
_GDSR,
|
|
@@ -1113,7 +1113,7 @@ var GetDeploymentStatusRequest = [
|
|
|
1113
1113
|
[0, 1],
|
|
1114
1114
|
],
|
|
1115
1115
|
];
|
|
1116
|
-
var GetDeploymentStatusResponse = [
|
|
1116
|
+
var GetDeploymentStatusResponse$ = [
|
|
1117
1117
|
3,
|
|
1118
1118
|
n0,
|
|
1119
1119
|
_GDSRe,
|
|
@@ -1121,8 +1121,8 @@ var GetDeploymentStatusResponse = [
|
|
|
1121
1121
|
[_DS, _DT, _ED, _EM, _UA],
|
|
1122
1122
|
[0, 0, () => ErrorDetails, 0, 0],
|
|
1123
1123
|
];
|
|
1124
|
-
var GetDeviceDefinitionRequest = [3, n0, _GDDR, 0, [_DDI], [[0, 1]]];
|
|
1125
|
-
var GetDeviceDefinitionResponse = [
|
|
1124
|
+
var GetDeviceDefinitionRequest$ = [3, n0, _GDDR, 0, [_DDI], [[0, 1]]];
|
|
1125
|
+
var GetDeviceDefinitionResponse$ = [
|
|
1126
1126
|
3,
|
|
1127
1127
|
n0,
|
|
1128
1128
|
_GDDRe,
|
|
@@ -1130,7 +1130,7 @@ var GetDeviceDefinitionResponse = [
|
|
|
1130
1130
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1131
1131
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1132
1132
|
];
|
|
1133
|
-
var GetDeviceDefinitionVersionRequest = [
|
|
1133
|
+
var GetDeviceDefinitionVersionRequest$ = [
|
|
1134
1134
|
3,
|
|
1135
1135
|
n0,
|
|
1136
1136
|
_GDDVR,
|
|
@@ -1142,16 +1142,16 @@ var GetDeviceDefinitionVersionRequest = [
|
|
|
1142
1142
|
[0, { [_hQ]: _NT }],
|
|
1143
1143
|
],
|
|
1144
1144
|
];
|
|
1145
|
-
var GetDeviceDefinitionVersionResponse = [
|
|
1145
|
+
var GetDeviceDefinitionVersionResponse$ = [
|
|
1146
1146
|
3,
|
|
1147
1147
|
n0,
|
|
1148
1148
|
_GDDVRe,
|
|
1149
1149
|
0,
|
|
1150
1150
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
1151
|
-
[0, 0, () => DeviceDefinitionVersion
|
|
1151
|
+
[0, 0, () => DeviceDefinitionVersion$, 0, 0, 0],
|
|
1152
1152
|
];
|
|
1153
|
-
var GetFunctionDefinitionRequest = [3, n0, _GFDR, 0, [_FDI], [[0, 1]]];
|
|
1154
|
-
var GetFunctionDefinitionResponse = [
|
|
1153
|
+
var GetFunctionDefinitionRequest$ = [3, n0, _GFDR, 0, [_FDI], [[0, 1]]];
|
|
1154
|
+
var GetFunctionDefinitionResponse$ = [
|
|
1155
1155
|
3,
|
|
1156
1156
|
n0,
|
|
1157
1157
|
_GFDRe,
|
|
@@ -1159,7 +1159,7 @@ var GetFunctionDefinitionResponse = [
|
|
|
1159
1159
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1160
1160
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1161
1161
|
];
|
|
1162
|
-
var GetFunctionDefinitionVersionRequest = [
|
|
1162
|
+
var GetFunctionDefinitionVersionRequest$ = [
|
|
1163
1163
|
3,
|
|
1164
1164
|
n0,
|
|
1165
1165
|
_GFDVR,
|
|
@@ -1171,15 +1171,15 @@ var GetFunctionDefinitionVersionRequest = [
|
|
|
1171
1171
|
[0, { [_hQ]: _NT }],
|
|
1172
1172
|
],
|
|
1173
1173
|
];
|
|
1174
|
-
var GetFunctionDefinitionVersionResponse = [
|
|
1174
|
+
var GetFunctionDefinitionVersionResponse$ = [
|
|
1175
1175
|
3,
|
|
1176
1176
|
n0,
|
|
1177
1177
|
_GFDVRe,
|
|
1178
1178
|
0,
|
|
1179
1179
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
1180
|
-
[0, 0, () => FunctionDefinitionVersion
|
|
1180
|
+
[0, 0, () => FunctionDefinitionVersion$, 0, 0, 0],
|
|
1181
1181
|
];
|
|
1182
|
-
var GetGroupCertificateAuthorityRequest = [
|
|
1182
|
+
var GetGroupCertificateAuthorityRequest$ = [
|
|
1183
1183
|
3,
|
|
1184
1184
|
n0,
|
|
1185
1185
|
_GGCAR,
|
|
@@ -1190,7 +1190,7 @@ var GetGroupCertificateAuthorityRequest = [
|
|
|
1190
1190
|
[0, 1],
|
|
1191
1191
|
],
|
|
1192
1192
|
];
|
|
1193
|
-
var GetGroupCertificateAuthorityResponse = [
|
|
1193
|
+
var GetGroupCertificateAuthorityResponse$ = [
|
|
1194
1194
|
3,
|
|
1195
1195
|
n0,
|
|
1196
1196
|
_GGCARe,
|
|
@@ -1198,8 +1198,8 @@ var GetGroupCertificateAuthorityResponse = [
|
|
|
1198
1198
|
[_GCAA, _GCAI, _PEC],
|
|
1199
1199
|
[0, 0, 0],
|
|
1200
1200
|
];
|
|
1201
|
-
var GetGroupCertificateConfigurationRequest = [3, n0, _GGCCR, 0, [_GI], [[0, 1]]];
|
|
1202
|
-
var GetGroupCertificateConfigurationResponse = [
|
|
1201
|
+
var GetGroupCertificateConfigurationRequest$ = [3, n0, _GGCCR, 0, [_GI], [[0, 1]]];
|
|
1202
|
+
var GetGroupCertificateConfigurationResponse$ = [
|
|
1203
1203
|
3,
|
|
1204
1204
|
n0,
|
|
1205
1205
|
_GGCCRe,
|
|
@@ -1207,8 +1207,8 @@ var GetGroupCertificateConfigurationResponse = [
|
|
|
1207
1207
|
[_CAEIM, _CEIM, _GI],
|
|
1208
1208
|
[0, 0, 0],
|
|
1209
1209
|
];
|
|
1210
|
-
var GetGroupRequest = [3, n0, _GGR, 0, [_GI], [[0, 1]]];
|
|
1211
|
-
var GetGroupResponse = [
|
|
1210
|
+
var GetGroupRequest$ = [3, n0, _GGR, 0, [_GI], [[0, 1]]];
|
|
1211
|
+
var GetGroupResponse$ = [
|
|
1212
1212
|
3,
|
|
1213
1213
|
n0,
|
|
1214
1214
|
_GGRe,
|
|
@@ -1216,7 +1216,7 @@ var GetGroupResponse = [
|
|
|
1216
1216
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1217
1217
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1218
1218
|
];
|
|
1219
|
-
var GetGroupVersionRequest = [
|
|
1219
|
+
var GetGroupVersionRequest$ = [
|
|
1220
1220
|
3,
|
|
1221
1221
|
n0,
|
|
1222
1222
|
_GGVR,
|
|
@@ -1227,16 +1227,16 @@ var GetGroupVersionRequest = [
|
|
|
1227
1227
|
[0, 1],
|
|
1228
1228
|
],
|
|
1229
1229
|
];
|
|
1230
|
-
var GetGroupVersionResponse = [
|
|
1230
|
+
var GetGroupVersionResponse$ = [
|
|
1231
1231
|
3,
|
|
1232
1232
|
n0,
|
|
1233
1233
|
_GGVRe,
|
|
1234
1234
|
0,
|
|
1235
1235
|
[_A, _CT, _Def, _I, _V],
|
|
1236
|
-
[0, 0, () => GroupVersion
|
|
1236
|
+
[0, 0, () => GroupVersion$, 0, 0],
|
|
1237
1237
|
];
|
|
1238
|
-
var GetLoggerDefinitionRequest = [3, n0, _GLDR, 0, [_LDI], [[0, 1]]];
|
|
1239
|
-
var GetLoggerDefinitionResponse = [
|
|
1238
|
+
var GetLoggerDefinitionRequest$ = [3, n0, _GLDR, 0, [_LDI], [[0, 1]]];
|
|
1239
|
+
var GetLoggerDefinitionResponse$ = [
|
|
1240
1240
|
3,
|
|
1241
1241
|
n0,
|
|
1242
1242
|
_GLDRe,
|
|
@@ -1244,7 +1244,7 @@ var GetLoggerDefinitionResponse = [
|
|
|
1244
1244
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1245
1245
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1246
1246
|
];
|
|
1247
|
-
var GetLoggerDefinitionVersionRequest = [
|
|
1247
|
+
var GetLoggerDefinitionVersionRequest$ = [
|
|
1248
1248
|
3,
|
|
1249
1249
|
n0,
|
|
1250
1250
|
_GLDVR,
|
|
@@ -1256,16 +1256,16 @@ var GetLoggerDefinitionVersionRequest = [
|
|
|
1256
1256
|
[0, { [_hQ]: _NT }],
|
|
1257
1257
|
],
|
|
1258
1258
|
];
|
|
1259
|
-
var GetLoggerDefinitionVersionResponse = [
|
|
1259
|
+
var GetLoggerDefinitionVersionResponse$ = [
|
|
1260
1260
|
3,
|
|
1261
1261
|
n0,
|
|
1262
1262
|
_GLDVRe,
|
|
1263
1263
|
0,
|
|
1264
1264
|
[_A, _CT, _Def, _I, _V],
|
|
1265
|
-
[0, 0, () => LoggerDefinitionVersion
|
|
1265
|
+
[0, 0, () => LoggerDefinitionVersion$, 0, 0],
|
|
1266
1266
|
];
|
|
1267
|
-
var GetResourceDefinitionRequest = [3, n0, _GRDR, 0, [_RDI], [[0, 1]]];
|
|
1268
|
-
var GetResourceDefinitionResponse = [
|
|
1267
|
+
var GetResourceDefinitionRequest$ = [3, n0, _GRDR, 0, [_RDI], [[0, 1]]];
|
|
1268
|
+
var GetResourceDefinitionResponse$ = [
|
|
1269
1269
|
3,
|
|
1270
1270
|
n0,
|
|
1271
1271
|
_GRDRe,
|
|
@@ -1273,7 +1273,7 @@ var GetResourceDefinitionResponse = [
|
|
|
1273
1273
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1274
1274
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1275
1275
|
];
|
|
1276
|
-
var GetResourceDefinitionVersionRequest = [
|
|
1276
|
+
var GetResourceDefinitionVersionRequest$ = [
|
|
1277
1277
|
3,
|
|
1278
1278
|
n0,
|
|
1279
1279
|
_GRDVR,
|
|
@@ -1284,18 +1284,18 @@ var GetResourceDefinitionVersionRequest = [
|
|
|
1284
1284
|
[0, 1],
|
|
1285
1285
|
],
|
|
1286
1286
|
];
|
|
1287
|
-
var GetResourceDefinitionVersionResponse = [
|
|
1287
|
+
var GetResourceDefinitionVersionResponse$ = [
|
|
1288
1288
|
3,
|
|
1289
1289
|
n0,
|
|
1290
1290
|
_GRDVRe,
|
|
1291
1291
|
0,
|
|
1292
1292
|
[_A, _CT, _Def, _I, _V],
|
|
1293
|
-
[0, 0, () => ResourceDefinitionVersion
|
|
1293
|
+
[0, 0, () => ResourceDefinitionVersion$, 0, 0],
|
|
1294
1294
|
];
|
|
1295
|
-
var GetServiceRoleForAccountRequest = [3, n0, _GSRFAR, 0, [], []];
|
|
1296
|
-
var GetServiceRoleForAccountResponse = [3, n0, _GSRFARe, 0, [_AA, _RA], [0, 0]];
|
|
1297
|
-
var GetSubscriptionDefinitionRequest = [3, n0, _GSDR, 0, [_SDI], [[0, 1]]];
|
|
1298
|
-
var GetSubscriptionDefinitionResponse = [
|
|
1295
|
+
var GetServiceRoleForAccountRequest$ = [3, n0, _GSRFAR, 0, [], []];
|
|
1296
|
+
var GetServiceRoleForAccountResponse$ = [3, n0, _GSRFARe, 0, [_AA, _RA], [0, 0]];
|
|
1297
|
+
var GetSubscriptionDefinitionRequest$ = [3, n0, _GSDR, 0, [_SDI], [[0, 1]]];
|
|
1298
|
+
var GetSubscriptionDefinitionResponse$ = [
|
|
1299
1299
|
3,
|
|
1300
1300
|
n0,
|
|
1301
1301
|
_GSDRe,
|
|
@@ -1303,7 +1303,7 @@ var GetSubscriptionDefinitionResponse = [
|
|
|
1303
1303
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N, _t],
|
|
1304
1304
|
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1305
1305
|
];
|
|
1306
|
-
var GetSubscriptionDefinitionVersionRequest = [
|
|
1306
|
+
var GetSubscriptionDefinitionVersionRequest$ = [
|
|
1307
1307
|
3,
|
|
1308
1308
|
n0,
|
|
1309
1309
|
_GSDVR,
|
|
@@ -1315,25 +1315,25 @@ var GetSubscriptionDefinitionVersionRequest = [
|
|
|
1315
1315
|
[0, 1],
|
|
1316
1316
|
],
|
|
1317
1317
|
];
|
|
1318
|
-
var GetSubscriptionDefinitionVersionResponse = [
|
|
1318
|
+
var GetSubscriptionDefinitionVersionResponse$ = [
|
|
1319
1319
|
3,
|
|
1320
1320
|
n0,
|
|
1321
1321
|
_GSDVRe,
|
|
1322
1322
|
0,
|
|
1323
1323
|
[_A, _CT, _Def, _I, _NT, _V],
|
|
1324
|
-
[0, 0, () => SubscriptionDefinitionVersion
|
|
1324
|
+
[0, 0, () => SubscriptionDefinitionVersion$, 0, 0, 0],
|
|
1325
1325
|
];
|
|
1326
|
-
var GetThingRuntimeConfigurationRequest = [3, n0, _GTRCR, 0, [_TN], [[0, 1]]];
|
|
1327
|
-
var GetThingRuntimeConfigurationResponse = [
|
|
1326
|
+
var GetThingRuntimeConfigurationRequest$ = [3, n0, _GTRCR, 0, [_TN], [[0, 1]]];
|
|
1327
|
+
var GetThingRuntimeConfigurationResponse$ = [
|
|
1328
1328
|
3,
|
|
1329
1329
|
n0,
|
|
1330
1330
|
_GTRCRe,
|
|
1331
1331
|
0,
|
|
1332
1332
|
[_RC],
|
|
1333
|
-
[() => RuntimeConfiguration],
|
|
1333
|
+
[() => RuntimeConfiguration$],
|
|
1334
1334
|
];
|
|
1335
|
-
var GroupCertificateAuthorityProperties = [3, n0, _GCAP, 0, [_GCAA, _GCAI], [0, 0]];
|
|
1336
|
-
var GroupInformation = [
|
|
1335
|
+
var GroupCertificateAuthorityProperties$ = [3, n0, _GCAP, 0, [_GCAA, _GCAI], [0, 0]];
|
|
1336
|
+
var GroupInformation$ = [
|
|
1337
1337
|
3,
|
|
1338
1338
|
n0,
|
|
1339
1339
|
_GIr,
|
|
@@ -1341,8 +1341,8 @@ var GroupInformation = [
|
|
|
1341
1341
|
[_A, _CT, _I, _LUT, _LV, _LVA, _N],
|
|
1342
1342
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1343
1343
|
];
|
|
1344
|
-
var GroupOwnerSetting = [3, n0, _GOS, 0, [_AAGO, _GO], [2, 0]];
|
|
1345
|
-
var GroupVersion = [
|
|
1344
|
+
var GroupOwnerSetting$ = [3, n0, _GOS, 0, [_AAGO, _GO], [2, 0]];
|
|
1345
|
+
var GroupVersion$ = [
|
|
1346
1346
|
3,
|
|
1347
1347
|
n0,
|
|
1348
1348
|
_GV,
|
|
@@ -1350,7 +1350,7 @@ var GroupVersion = [
|
|
|
1350
1350
|
[_CDVA, _CDVAo, _DDVA, _FDVA, _LDVA, _RDVA, _SDVA],
|
|
1351
1351
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1352
1352
|
];
|
|
1353
|
-
var InternalServerErrorException = [
|
|
1353
|
+
var InternalServerErrorException$ = [
|
|
1354
1354
|
-3,
|
|
1355
1355
|
n0,
|
|
1356
1356
|
_ISEE,
|
|
@@ -1358,8 +1358,8 @@ var InternalServerErrorException = [
|
|
|
1358
1358
|
[_ED, _M],
|
|
1359
1359
|
[() => ErrorDetails, 0],
|
|
1360
1360
|
];
|
|
1361
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerErrorException
|
|
1362
|
-
var ListBulkDeploymentDetailedReportsRequest = [
|
|
1361
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
1362
|
+
var ListBulkDeploymentDetailedReportsRequest$ = [
|
|
1363
1363
|
3,
|
|
1364
1364
|
n0,
|
|
1365
1365
|
_LBDDRR,
|
|
@@ -1371,7 +1371,7 @@ var ListBulkDeploymentDetailedReportsRequest = [
|
|
|
1371
1371
|
[0, { [_hQ]: _NT }],
|
|
1372
1372
|
],
|
|
1373
1373
|
];
|
|
1374
|
-
var ListBulkDeploymentDetailedReportsResponse = [
|
|
1374
|
+
var ListBulkDeploymentDetailedReportsResponse$ = [
|
|
1375
1375
|
3,
|
|
1376
1376
|
n0,
|
|
1377
1377
|
_LBDDRRi,
|
|
@@ -1379,7 +1379,7 @@ var ListBulkDeploymentDetailedReportsResponse = [
|
|
|
1379
1379
|
[_Dep, _NT],
|
|
1380
1380
|
[() => BulkDeploymentResults, 0],
|
|
1381
1381
|
];
|
|
1382
|
-
var ListBulkDeploymentsRequest = [
|
|
1382
|
+
var ListBulkDeploymentsRequest$ = [
|
|
1383
1383
|
3,
|
|
1384
1384
|
n0,
|
|
1385
1385
|
_LBDR,
|
|
@@ -1390,7 +1390,7 @@ var ListBulkDeploymentsRequest = [
|
|
|
1390
1390
|
[0, { [_hQ]: _NT }],
|
|
1391
1391
|
],
|
|
1392
1392
|
];
|
|
1393
|
-
var ListBulkDeploymentsResponse = [
|
|
1393
|
+
var ListBulkDeploymentsResponse$ = [
|
|
1394
1394
|
3,
|
|
1395
1395
|
n0,
|
|
1396
1396
|
_LBDRi,
|
|
@@ -1398,7 +1398,7 @@ var ListBulkDeploymentsResponse = [
|
|
|
1398
1398
|
[_BDu, _NT],
|
|
1399
1399
|
[() => BulkDeployments, 0],
|
|
1400
1400
|
];
|
|
1401
|
-
var ListConnectorDefinitionsRequest = [
|
|
1401
|
+
var ListConnectorDefinitionsRequest$ = [
|
|
1402
1402
|
3,
|
|
1403
1403
|
n0,
|
|
1404
1404
|
_LCDR,
|
|
@@ -1409,7 +1409,7 @@ var ListConnectorDefinitionsRequest = [
|
|
|
1409
1409
|
[0, { [_hQ]: _NT }],
|
|
1410
1410
|
],
|
|
1411
1411
|
];
|
|
1412
|
-
var ListConnectorDefinitionsResponse = [
|
|
1412
|
+
var ListConnectorDefinitionsResponse$ = [
|
|
1413
1413
|
3,
|
|
1414
1414
|
n0,
|
|
1415
1415
|
_LCDRi,
|
|
@@ -1417,7 +1417,7 @@ var ListConnectorDefinitionsResponse = [
|
|
|
1417
1417
|
[_Defi, _NT],
|
|
1418
1418
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1419
1419
|
];
|
|
1420
|
-
var ListConnectorDefinitionVersionsRequest = [
|
|
1420
|
+
var ListConnectorDefinitionVersionsRequest$ = [
|
|
1421
1421
|
3,
|
|
1422
1422
|
n0,
|
|
1423
1423
|
_LCDVR,
|
|
@@ -1429,7 +1429,7 @@ var ListConnectorDefinitionVersionsRequest = [
|
|
|
1429
1429
|
[0, { [_hQ]: _NT }],
|
|
1430
1430
|
],
|
|
1431
1431
|
];
|
|
1432
|
-
var ListConnectorDefinitionVersionsResponse = [
|
|
1432
|
+
var ListConnectorDefinitionVersionsResponse$ = [
|
|
1433
1433
|
3,
|
|
1434
1434
|
n0,
|
|
1435
1435
|
_LCDVRi,
|
|
@@ -1437,7 +1437,7 @@ var ListConnectorDefinitionVersionsResponse = [
|
|
|
1437
1437
|
[_NT, _Ve],
|
|
1438
1438
|
[0, () => __listOfVersionInformation],
|
|
1439
1439
|
];
|
|
1440
|
-
var ListCoreDefinitionsRequest = [
|
|
1440
|
+
var ListCoreDefinitionsRequest$ = [
|
|
1441
1441
|
3,
|
|
1442
1442
|
n0,
|
|
1443
1443
|
_LCDRis,
|
|
@@ -1448,7 +1448,7 @@ var ListCoreDefinitionsRequest = [
|
|
|
1448
1448
|
[0, { [_hQ]: _NT }],
|
|
1449
1449
|
],
|
|
1450
1450
|
];
|
|
1451
|
-
var ListCoreDefinitionsResponse = [
|
|
1451
|
+
var ListCoreDefinitionsResponse$ = [
|
|
1452
1452
|
3,
|
|
1453
1453
|
n0,
|
|
1454
1454
|
_LCDRist,
|
|
@@ -1456,7 +1456,7 @@ var ListCoreDefinitionsResponse = [
|
|
|
1456
1456
|
[_Defi, _NT],
|
|
1457
1457
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1458
1458
|
];
|
|
1459
|
-
var ListCoreDefinitionVersionsRequest = [
|
|
1459
|
+
var ListCoreDefinitionVersionsRequest$ = [
|
|
1460
1460
|
3,
|
|
1461
1461
|
n0,
|
|
1462
1462
|
_LCDVRis,
|
|
@@ -1468,7 +1468,7 @@ var ListCoreDefinitionVersionsRequest = [
|
|
|
1468
1468
|
[0, { [_hQ]: _NT }],
|
|
1469
1469
|
],
|
|
1470
1470
|
];
|
|
1471
|
-
var ListCoreDefinitionVersionsResponse = [
|
|
1471
|
+
var ListCoreDefinitionVersionsResponse$ = [
|
|
1472
1472
|
3,
|
|
1473
1473
|
n0,
|
|
1474
1474
|
_LCDVRist,
|
|
@@ -1476,7 +1476,7 @@ var ListCoreDefinitionVersionsResponse = [
|
|
|
1476
1476
|
[_NT, _Ve],
|
|
1477
1477
|
[0, () => __listOfVersionInformation],
|
|
1478
1478
|
];
|
|
1479
|
-
var ListDeploymentsRequest = [
|
|
1479
|
+
var ListDeploymentsRequest$ = [
|
|
1480
1480
|
3,
|
|
1481
1481
|
n0,
|
|
1482
1482
|
_LDR,
|
|
@@ -1488,8 +1488,8 @@ var ListDeploymentsRequest = [
|
|
|
1488
1488
|
[0, { [_hQ]: _NT }],
|
|
1489
1489
|
],
|
|
1490
1490
|
];
|
|
1491
|
-
var ListDeploymentsResponse = [3, n0, _LDRi, 0, [_Dep, _NT], [() => Deployments, 0]];
|
|
1492
|
-
var ListDeviceDefinitionsRequest = [
|
|
1491
|
+
var ListDeploymentsResponse$ = [3, n0, _LDRi, 0, [_Dep, _NT], [() => Deployments, 0]];
|
|
1492
|
+
var ListDeviceDefinitionsRequest$ = [
|
|
1493
1493
|
3,
|
|
1494
1494
|
n0,
|
|
1495
1495
|
_LDDR,
|
|
@@ -1500,7 +1500,7 @@ var ListDeviceDefinitionsRequest = [
|
|
|
1500
1500
|
[0, { [_hQ]: _NT }],
|
|
1501
1501
|
],
|
|
1502
1502
|
];
|
|
1503
|
-
var ListDeviceDefinitionsResponse = [
|
|
1503
|
+
var ListDeviceDefinitionsResponse$ = [
|
|
1504
1504
|
3,
|
|
1505
1505
|
n0,
|
|
1506
1506
|
_LDDRi,
|
|
@@ -1508,7 +1508,7 @@ var ListDeviceDefinitionsResponse = [
|
|
|
1508
1508
|
[_Defi, _NT],
|
|
1509
1509
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1510
1510
|
];
|
|
1511
|
-
var ListDeviceDefinitionVersionsRequest = [
|
|
1511
|
+
var ListDeviceDefinitionVersionsRequest$ = [
|
|
1512
1512
|
3,
|
|
1513
1513
|
n0,
|
|
1514
1514
|
_LDDVR,
|
|
@@ -1520,7 +1520,7 @@ var ListDeviceDefinitionVersionsRequest = [
|
|
|
1520
1520
|
[0, { [_hQ]: _NT }],
|
|
1521
1521
|
],
|
|
1522
1522
|
];
|
|
1523
|
-
var ListDeviceDefinitionVersionsResponse = [
|
|
1523
|
+
var ListDeviceDefinitionVersionsResponse$ = [
|
|
1524
1524
|
3,
|
|
1525
1525
|
n0,
|
|
1526
1526
|
_LDDVRi,
|
|
@@ -1528,7 +1528,7 @@ var ListDeviceDefinitionVersionsResponse = [
|
|
|
1528
1528
|
[_NT, _Ve],
|
|
1529
1529
|
[0, () => __listOfVersionInformation],
|
|
1530
1530
|
];
|
|
1531
|
-
var ListFunctionDefinitionsRequest = [
|
|
1531
|
+
var ListFunctionDefinitionsRequest$ = [
|
|
1532
1532
|
3,
|
|
1533
1533
|
n0,
|
|
1534
1534
|
_LFDR,
|
|
@@ -1539,7 +1539,7 @@ var ListFunctionDefinitionsRequest = [
|
|
|
1539
1539
|
[0, { [_hQ]: _NT }],
|
|
1540
1540
|
],
|
|
1541
1541
|
];
|
|
1542
|
-
var ListFunctionDefinitionsResponse = [
|
|
1542
|
+
var ListFunctionDefinitionsResponse$ = [
|
|
1543
1543
|
3,
|
|
1544
1544
|
n0,
|
|
1545
1545
|
_LFDRi,
|
|
@@ -1547,7 +1547,7 @@ var ListFunctionDefinitionsResponse = [
|
|
|
1547
1547
|
[_Defi, _NT],
|
|
1548
1548
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1549
1549
|
];
|
|
1550
|
-
var ListFunctionDefinitionVersionsRequest = [
|
|
1550
|
+
var ListFunctionDefinitionVersionsRequest$ = [
|
|
1551
1551
|
3,
|
|
1552
1552
|
n0,
|
|
1553
1553
|
_LFDVR,
|
|
@@ -1559,7 +1559,7 @@ var ListFunctionDefinitionVersionsRequest = [
|
|
|
1559
1559
|
[0, { [_hQ]: _NT }],
|
|
1560
1560
|
],
|
|
1561
1561
|
];
|
|
1562
|
-
var ListFunctionDefinitionVersionsResponse = [
|
|
1562
|
+
var ListFunctionDefinitionVersionsResponse$ = [
|
|
1563
1563
|
3,
|
|
1564
1564
|
n0,
|
|
1565
1565
|
_LFDVRi,
|
|
@@ -1567,8 +1567,8 @@ var ListFunctionDefinitionVersionsResponse = [
|
|
|
1567
1567
|
[_NT, _Ve],
|
|
1568
1568
|
[0, () => __listOfVersionInformation],
|
|
1569
1569
|
];
|
|
1570
|
-
var ListGroupCertificateAuthoritiesRequest = [3, n0, _LGCAR, 0, [_GI], [[0, 1]]];
|
|
1571
|
-
var ListGroupCertificateAuthoritiesResponse = [
|
|
1570
|
+
var ListGroupCertificateAuthoritiesRequest$ = [3, n0, _LGCAR, 0, [_GI], [[0, 1]]];
|
|
1571
|
+
var ListGroupCertificateAuthoritiesResponse$ = [
|
|
1572
1572
|
3,
|
|
1573
1573
|
n0,
|
|
1574
1574
|
_LGCARi,
|
|
@@ -1576,7 +1576,7 @@ var ListGroupCertificateAuthoritiesResponse = [
|
|
|
1576
1576
|
[_GCA],
|
|
1577
1577
|
[() => __listOfGroupCertificateAuthorityProperties],
|
|
1578
1578
|
];
|
|
1579
|
-
var ListGroupsRequest = [
|
|
1579
|
+
var ListGroupsRequest$ = [
|
|
1580
1580
|
3,
|
|
1581
1581
|
n0,
|
|
1582
1582
|
_LGR,
|
|
@@ -1587,7 +1587,7 @@ var ListGroupsRequest = [
|
|
|
1587
1587
|
[0, { [_hQ]: _NT }],
|
|
1588
1588
|
],
|
|
1589
1589
|
];
|
|
1590
|
-
var ListGroupsResponse = [
|
|
1590
|
+
var ListGroupsResponse$ = [
|
|
1591
1591
|
3,
|
|
1592
1592
|
n0,
|
|
1593
1593
|
_LGRi,
|
|
@@ -1595,7 +1595,7 @@ var ListGroupsResponse = [
|
|
|
1595
1595
|
[_Gr, _NT],
|
|
1596
1596
|
[() => __listOfGroupInformation, 0],
|
|
1597
1597
|
];
|
|
1598
|
-
var ListGroupVersionsRequest = [
|
|
1598
|
+
var ListGroupVersionsRequest$ = [
|
|
1599
1599
|
3,
|
|
1600
1600
|
n0,
|
|
1601
1601
|
_LGVR,
|
|
@@ -1607,7 +1607,7 @@ var ListGroupVersionsRequest = [
|
|
|
1607
1607
|
[0, { [_hQ]: _NT }],
|
|
1608
1608
|
],
|
|
1609
1609
|
];
|
|
1610
|
-
var ListGroupVersionsResponse = [
|
|
1610
|
+
var ListGroupVersionsResponse$ = [
|
|
1611
1611
|
3,
|
|
1612
1612
|
n0,
|
|
1613
1613
|
_LGVRi,
|
|
@@ -1615,7 +1615,7 @@ var ListGroupVersionsResponse = [
|
|
|
1615
1615
|
[_NT, _Ve],
|
|
1616
1616
|
[0, () => __listOfVersionInformation],
|
|
1617
1617
|
];
|
|
1618
|
-
var ListLoggerDefinitionsRequest = [
|
|
1618
|
+
var ListLoggerDefinitionsRequest$ = [
|
|
1619
1619
|
3,
|
|
1620
1620
|
n0,
|
|
1621
1621
|
_LLDR,
|
|
@@ -1626,7 +1626,7 @@ var ListLoggerDefinitionsRequest = [
|
|
|
1626
1626
|
[0, { [_hQ]: _NT }],
|
|
1627
1627
|
],
|
|
1628
1628
|
];
|
|
1629
|
-
var ListLoggerDefinitionsResponse = [
|
|
1629
|
+
var ListLoggerDefinitionsResponse$ = [
|
|
1630
1630
|
3,
|
|
1631
1631
|
n0,
|
|
1632
1632
|
_LLDRi,
|
|
@@ -1634,7 +1634,7 @@ var ListLoggerDefinitionsResponse = [
|
|
|
1634
1634
|
[_Defi, _NT],
|
|
1635
1635
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1636
1636
|
];
|
|
1637
|
-
var ListLoggerDefinitionVersionsRequest = [
|
|
1637
|
+
var ListLoggerDefinitionVersionsRequest$ = [
|
|
1638
1638
|
3,
|
|
1639
1639
|
n0,
|
|
1640
1640
|
_LLDVR,
|
|
@@ -1646,7 +1646,7 @@ var ListLoggerDefinitionVersionsRequest = [
|
|
|
1646
1646
|
[0, { [_hQ]: _NT }],
|
|
1647
1647
|
],
|
|
1648
1648
|
];
|
|
1649
|
-
var ListLoggerDefinitionVersionsResponse = [
|
|
1649
|
+
var ListLoggerDefinitionVersionsResponse$ = [
|
|
1650
1650
|
3,
|
|
1651
1651
|
n0,
|
|
1652
1652
|
_LLDVRi,
|
|
@@ -1654,7 +1654,7 @@ var ListLoggerDefinitionVersionsResponse = [
|
|
|
1654
1654
|
[_NT, _Ve],
|
|
1655
1655
|
[0, () => __listOfVersionInformation],
|
|
1656
1656
|
];
|
|
1657
|
-
var ListResourceDefinitionsRequest = [
|
|
1657
|
+
var ListResourceDefinitionsRequest$ = [
|
|
1658
1658
|
3,
|
|
1659
1659
|
n0,
|
|
1660
1660
|
_LRDR,
|
|
@@ -1665,7 +1665,7 @@ var ListResourceDefinitionsRequest = [
|
|
|
1665
1665
|
[0, { [_hQ]: _NT }],
|
|
1666
1666
|
],
|
|
1667
1667
|
];
|
|
1668
|
-
var ListResourceDefinitionsResponse = [
|
|
1668
|
+
var ListResourceDefinitionsResponse$ = [
|
|
1669
1669
|
3,
|
|
1670
1670
|
n0,
|
|
1671
1671
|
_LRDRi,
|
|
@@ -1673,7 +1673,7 @@ var ListResourceDefinitionsResponse = [
|
|
|
1673
1673
|
[_Defi, _NT],
|
|
1674
1674
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1675
1675
|
];
|
|
1676
|
-
var ListResourceDefinitionVersionsRequest = [
|
|
1676
|
+
var ListResourceDefinitionVersionsRequest$ = [
|
|
1677
1677
|
3,
|
|
1678
1678
|
n0,
|
|
1679
1679
|
_LRDVR,
|
|
@@ -1685,7 +1685,7 @@ var ListResourceDefinitionVersionsRequest = [
|
|
|
1685
1685
|
[0, 1],
|
|
1686
1686
|
],
|
|
1687
1687
|
];
|
|
1688
|
-
var ListResourceDefinitionVersionsResponse = [
|
|
1688
|
+
var ListResourceDefinitionVersionsResponse$ = [
|
|
1689
1689
|
3,
|
|
1690
1690
|
n0,
|
|
1691
1691
|
_LRDVRi,
|
|
@@ -1693,7 +1693,7 @@ var ListResourceDefinitionVersionsResponse = [
|
|
|
1693
1693
|
[_NT, _Ve],
|
|
1694
1694
|
[0, () => __listOfVersionInformation],
|
|
1695
1695
|
];
|
|
1696
|
-
var ListSubscriptionDefinitionsRequest = [
|
|
1696
|
+
var ListSubscriptionDefinitionsRequest$ = [
|
|
1697
1697
|
3,
|
|
1698
1698
|
n0,
|
|
1699
1699
|
_LSDR,
|
|
@@ -1704,7 +1704,7 @@ var ListSubscriptionDefinitionsRequest = [
|
|
|
1704
1704
|
[0, { [_hQ]: _NT }],
|
|
1705
1705
|
],
|
|
1706
1706
|
];
|
|
1707
|
-
var ListSubscriptionDefinitionsResponse = [
|
|
1707
|
+
var ListSubscriptionDefinitionsResponse$ = [
|
|
1708
1708
|
3,
|
|
1709
1709
|
n0,
|
|
1710
1710
|
_LSDRi,
|
|
@@ -1712,7 +1712,7 @@ var ListSubscriptionDefinitionsResponse = [
|
|
|
1712
1712
|
[_Defi, _NT],
|
|
1713
1713
|
[[() => __listOfDefinitionInformation, 0], 0],
|
|
1714
1714
|
];
|
|
1715
|
-
var ListSubscriptionDefinitionVersionsRequest = [
|
|
1715
|
+
var ListSubscriptionDefinitionVersionsRequest$ = [
|
|
1716
1716
|
3,
|
|
1717
1717
|
n0,
|
|
1718
1718
|
_LSDVR,
|
|
@@ -1724,7 +1724,7 @@ var ListSubscriptionDefinitionVersionsRequest = [
|
|
|
1724
1724
|
[0, 1],
|
|
1725
1725
|
],
|
|
1726
1726
|
];
|
|
1727
|
-
var ListSubscriptionDefinitionVersionsResponse = [
|
|
1727
|
+
var ListSubscriptionDefinitionVersionsResponse$ = [
|
|
1728
1728
|
3,
|
|
1729
1729
|
n0,
|
|
1730
1730
|
_LSDVRi,
|
|
@@ -1732,27 +1732,27 @@ var ListSubscriptionDefinitionVersionsResponse = [
|
|
|
1732
1732
|
[_NT, _Ve],
|
|
1733
1733
|
[0, () => __listOfVersionInformation],
|
|
1734
1734
|
];
|
|
1735
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAes], [[0, 1]]];
|
|
1736
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1737
|
-
var LocalDeviceResourceData = [
|
|
1735
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAes], [[0, 1]]];
|
|
1736
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1737
|
+
var LocalDeviceResourceData$ = [
|
|
1738
1738
|
3,
|
|
1739
1739
|
n0,
|
|
1740
1740
|
_LDRD,
|
|
1741
1741
|
0,
|
|
1742
1742
|
[_GOS, _SP],
|
|
1743
|
-
[() => GroupOwnerSetting
|
|
1743
|
+
[() => GroupOwnerSetting$, 0],
|
|
1744
1744
|
];
|
|
1745
|
-
var LocalVolumeResourceData = [
|
|
1745
|
+
var LocalVolumeResourceData$ = [
|
|
1746
1746
|
3,
|
|
1747
1747
|
n0,
|
|
1748
1748
|
_LVRD,
|
|
1749
1749
|
0,
|
|
1750
1750
|
[_DP, _GOS, _SP],
|
|
1751
|
-
[0, () => GroupOwnerSetting
|
|
1751
|
+
[0, () => GroupOwnerSetting$, 0],
|
|
1752
1752
|
];
|
|
1753
|
-
var Logger = [3, n0, _Lo, 0, [_Com, _I, _Le, _Sp, _Ty], [0, 0, 0, 1, 0]];
|
|
1754
|
-
var LoggerDefinitionVersion = [3, n0, _LDV, 0, [_L], [() => __listOfLogger]];
|
|
1755
|
-
var ResetDeploymentsRequest = [
|
|
1753
|
+
var Logger$ = [3, n0, _Lo, 0, [_Com, _I, _Le, _Sp, _Ty], [0, 0, 0, 1, 0]];
|
|
1754
|
+
var LoggerDefinitionVersion$ = [3, n0, _LDV, 0, [_L], [() => __listOfLogger]];
|
|
1755
|
+
var ResetDeploymentsRequest$ = [
|
|
1756
1756
|
3,
|
|
1757
1757
|
n0,
|
|
1758
1758
|
_RDR,
|
|
@@ -1760,44 +1760,44 @@ var ResetDeploymentsRequest = [
|
|
|
1760
1760
|
[_ACT, _Fo, _GI],
|
|
1761
1761
|
[[0, { [_hH]: _XACT }], 2, [0, 1]],
|
|
1762
1762
|
];
|
|
1763
|
-
var ResetDeploymentsResponse = [3, n0, _RDRe, 0, [_DA, _DI], [0, 0]];
|
|
1764
|
-
var Resource = [3, n0, _Re, 0, [_I, _N, _RDC], [0, 0, () => ResourceDataContainer]];
|
|
1765
|
-
var ResourceAccessPolicy = [3, n0, _RAPe, 0, [_Pe, _RI], [0, 0]];
|
|
1766
|
-
var ResourceDataContainer = [
|
|
1763
|
+
var ResetDeploymentsResponse$ = [3, n0, _RDRe, 0, [_DA, _DI], [0, 0]];
|
|
1764
|
+
var Resource$ = [3, n0, _Re, 0, [_I, _N, _RDC], [0, 0, () => ResourceDataContainer$]];
|
|
1765
|
+
var ResourceAccessPolicy$ = [3, n0, _RAPe, 0, [_Pe, _RI], [0, 0]];
|
|
1766
|
+
var ResourceDataContainer$ = [
|
|
1767
1767
|
3,
|
|
1768
1768
|
n0,
|
|
1769
1769
|
_RDC,
|
|
1770
1770
|
0,
|
|
1771
1771
|
[_LDRD, _LVRD, _SMLMRD, _SMMLMRD, _SMSRD],
|
|
1772
1772
|
[
|
|
1773
|
-
() => LocalDeviceResourceData
|
|
1774
|
-
() => LocalVolumeResourceData
|
|
1775
|
-
() => S3MachineLearningModelResourceData
|
|
1776
|
-
() => SageMakerMachineLearningModelResourceData
|
|
1777
|
-
() => SecretsManagerSecretResourceData
|
|
1773
|
+
() => LocalDeviceResourceData$,
|
|
1774
|
+
() => LocalVolumeResourceData$,
|
|
1775
|
+
() => S3MachineLearningModelResourceData$,
|
|
1776
|
+
() => SageMakerMachineLearningModelResourceData$,
|
|
1777
|
+
() => SecretsManagerSecretResourceData$,
|
|
1778
1778
|
],
|
|
1779
1779
|
];
|
|
1780
|
-
var ResourceDefinitionVersion = [3, n0, _RDV, 0, [_R], [() => __listOfResource]];
|
|
1781
|
-
var ResourceDownloadOwnerSetting = [3, n0, _RDOS, 0, [_GO, _GP], [0, 0]];
|
|
1782
|
-
var RuntimeConfiguration = [3, n0, _RC, 0, [_TC], [() => TelemetryConfiguration]];
|
|
1783
|
-
var S3MachineLearningModelResourceData = [
|
|
1780
|
+
var ResourceDefinitionVersion$ = [3, n0, _RDV, 0, [_R], [() => __listOfResource]];
|
|
1781
|
+
var ResourceDownloadOwnerSetting$ = [3, n0, _RDOS, 0, [_GO, _GP], [0, 0]];
|
|
1782
|
+
var RuntimeConfiguration$ = [3, n0, _RC, 0, [_TC], [() => TelemetryConfiguration$]];
|
|
1783
|
+
var S3MachineLearningModelResourceData$ = [
|
|
1784
1784
|
3,
|
|
1785
1785
|
n0,
|
|
1786
1786
|
_SMLMRD,
|
|
1787
1787
|
0,
|
|
1788
1788
|
[_DP, _OS, _SU],
|
|
1789
|
-
[0, () => ResourceDownloadOwnerSetting
|
|
1789
|
+
[0, () => ResourceDownloadOwnerSetting$, 0],
|
|
1790
1790
|
];
|
|
1791
|
-
var SageMakerMachineLearningModelResourceData = [
|
|
1791
|
+
var SageMakerMachineLearningModelResourceData$ = [
|
|
1792
1792
|
3,
|
|
1793
1793
|
n0,
|
|
1794
1794
|
_SMMLMRD,
|
|
1795
1795
|
0,
|
|
1796
1796
|
[_DP, _OS, _SMJA],
|
|
1797
|
-
[0, () => ResourceDownloadOwnerSetting
|
|
1797
|
+
[0, () => ResourceDownloadOwnerSetting$, 0],
|
|
1798
1798
|
];
|
|
1799
|
-
var SecretsManagerSecretResourceData = [3, n0, _SMSRD, 0, [_ARN, _ASLTD], [0, 64 | 0]];
|
|
1800
|
-
var StartBulkDeploymentRequest = [
|
|
1799
|
+
var SecretsManagerSecretResourceData$ = [3, n0, _SMSRD, 0, [_ARN, _ASLTD], [0, 64 | 0]];
|
|
1800
|
+
var StartBulkDeploymentRequest$ = [
|
|
1801
1801
|
3,
|
|
1802
1802
|
n0,
|
|
1803
1803
|
_SBDR,
|
|
@@ -1805,15 +1805,15 @@ var StartBulkDeploymentRequest = [
|
|
|
1805
1805
|
[_ACT, _ERA, _IFU, _t],
|
|
1806
1806
|
[[0, { [_hH]: _XACT }], 0, 0, 128 | 0],
|
|
1807
1807
|
];
|
|
1808
|
-
var StartBulkDeploymentResponse = [3, n0, _SBDRt, 0, [_BDA, _BDI], [0, 0]];
|
|
1809
|
-
var StopBulkDeploymentRequest = [3, n0, _SBDRto, 0, [_BDI], [[0, 1]]];
|
|
1810
|
-
var StopBulkDeploymentResponse = [3, n0, _SBDRtop, 0, [], []];
|
|
1811
|
-
var Subscription = [3, n0, _Su, 0, [_I, _So, _Sub, _Ta], [0, 0, 0, 0]];
|
|
1812
|
-
var SubscriptionDefinitionVersion = [3, n0, _SDV, 0, [_S], [() => __listOfSubscription]];
|
|
1813
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RAes, _t], [[0, 1], 128 | 0]];
|
|
1814
|
-
var TelemetryConfiguration = [3, n0, _TC, 0, [_CSS, _Te], [0, 0]];
|
|
1815
|
-
var TelemetryConfigurationUpdate = [3, n0, _TCU, 0, [_Te], [0]];
|
|
1816
|
-
var UntagResourceRequest = [
|
|
1808
|
+
var StartBulkDeploymentResponse$ = [3, n0, _SBDRt, 0, [_BDA, _BDI], [0, 0]];
|
|
1809
|
+
var StopBulkDeploymentRequest$ = [3, n0, _SBDRto, 0, [_BDI], [[0, 1]]];
|
|
1810
|
+
var StopBulkDeploymentResponse$ = [3, n0, _SBDRtop, 0, [], []];
|
|
1811
|
+
var Subscription$ = [3, n0, _Su, 0, [_I, _So, _Sub, _Ta], [0, 0, 0, 0]];
|
|
1812
|
+
var SubscriptionDefinitionVersion$ = [3, n0, _SDV, 0, [_S], [() => __listOfSubscription]];
|
|
1813
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAes, _t], [[0, 1], 128 | 0]];
|
|
1814
|
+
var TelemetryConfiguration$ = [3, n0, _TC, 0, [_CSS, _Te], [0, 0]];
|
|
1815
|
+
var TelemetryConfigurationUpdate$ = [3, n0, _TCU, 0, [_Te], [0]];
|
|
1816
|
+
var UntagResourceRequest$ = [
|
|
1817
1817
|
3,
|
|
1818
1818
|
n0,
|
|
1819
1819
|
_URR,
|
|
@@ -1824,7 +1824,7 @@ var UntagResourceRequest = [
|
|
|
1824
1824
|
[64 | 0, { [_hQ]: _tK }],
|
|
1825
1825
|
],
|
|
1826
1826
|
];
|
|
1827
|
-
var UpdateConnectivityInfoRequest = [
|
|
1827
|
+
var UpdateConnectivityInfoRequest$ = [
|
|
1828
1828
|
3,
|
|
1829
1829
|
n0,
|
|
1830
1830
|
_UCIR,
|
|
@@ -1832,7 +1832,7 @@ var UpdateConnectivityInfoRequest = [
|
|
|
1832
1832
|
[_CI, _TN],
|
|
1833
1833
|
[() => __listOfConnectivityInfo, [0, 1]],
|
|
1834
1834
|
];
|
|
1835
|
-
var UpdateConnectivityInfoResponse = [
|
|
1835
|
+
var UpdateConnectivityInfoResponse$ = [
|
|
1836
1836
|
3,
|
|
1837
1837
|
n0,
|
|
1838
1838
|
_UCIRp,
|
|
@@ -1840,15 +1840,15 @@ var UpdateConnectivityInfoResponse = [
|
|
|
1840
1840
|
[_M, _V],
|
|
1841
1841
|
[[0, { [_jN]: _m }], 0],
|
|
1842
1842
|
];
|
|
1843
|
-
var UpdateConnectorDefinitionRequest = [3, n0, _UCDR, 0, [_CDI, _N], [[0, 1], 0]];
|
|
1844
|
-
var UpdateConnectorDefinitionResponse = [3, n0, _UCDRp, 0, [], []];
|
|
1845
|
-
var UpdateCoreDefinitionRequest = [3, n0, _UCDRpd, 0, [_CDIo, _N], [[0, 1], 0]];
|
|
1846
|
-
var UpdateCoreDefinitionResponse = [3, n0, _UCDRpda, 0, [], []];
|
|
1847
|
-
var UpdateDeviceDefinitionRequest = [3, n0, _UDDR, 0, [_DDI, _N], [[0, 1], 0]];
|
|
1848
|
-
var UpdateDeviceDefinitionResponse = [3, n0, _UDDRp, 0, [], []];
|
|
1849
|
-
var UpdateFunctionDefinitionRequest = [3, n0, _UFDR, 0, [_FDI, _N], [[0, 1], 0]];
|
|
1850
|
-
var UpdateFunctionDefinitionResponse = [3, n0, _UFDRp, 0, [], []];
|
|
1851
|
-
var UpdateGroupCertificateConfigurationRequest = [
|
|
1843
|
+
var UpdateConnectorDefinitionRequest$ = [3, n0, _UCDR, 0, [_CDI, _N], [[0, 1], 0]];
|
|
1844
|
+
var UpdateConnectorDefinitionResponse$ = [3, n0, _UCDRp, 0, [], []];
|
|
1845
|
+
var UpdateCoreDefinitionRequest$ = [3, n0, _UCDRpd, 0, [_CDIo, _N], [[0, 1], 0]];
|
|
1846
|
+
var UpdateCoreDefinitionResponse$ = [3, n0, _UCDRpda, 0, [], []];
|
|
1847
|
+
var UpdateDeviceDefinitionRequest$ = [3, n0, _UDDR, 0, [_DDI, _N], [[0, 1], 0]];
|
|
1848
|
+
var UpdateDeviceDefinitionResponse$ = [3, n0, _UDDRp, 0, [], []];
|
|
1849
|
+
var UpdateFunctionDefinitionRequest$ = [3, n0, _UFDR, 0, [_FDI, _N], [[0, 1], 0]];
|
|
1850
|
+
var UpdateFunctionDefinitionResponse$ = [3, n0, _UFDRp, 0, [], []];
|
|
1851
|
+
var UpdateGroupCertificateConfigurationRequest$ = [
|
|
1852
1852
|
3,
|
|
1853
1853
|
n0,
|
|
1854
1854
|
_UGCCR,
|
|
@@ -1856,7 +1856,7 @@ var UpdateGroupCertificateConfigurationRequest = [
|
|
|
1856
1856
|
[_CEIM, _GI],
|
|
1857
1857
|
[0, [0, 1]],
|
|
1858
1858
|
];
|
|
1859
|
-
var UpdateGroupCertificateConfigurationResponse = [
|
|
1859
|
+
var UpdateGroupCertificateConfigurationResponse$ = [
|
|
1860
1860
|
3,
|
|
1861
1861
|
n0,
|
|
1862
1862
|
_UGCCRp,
|
|
@@ -1864,331 +1864,331 @@ var UpdateGroupCertificateConfigurationResponse = [
|
|
|
1864
1864
|
[_CAEIM, _CEIM, _GI],
|
|
1865
1865
|
[0, 0, 0],
|
|
1866
1866
|
];
|
|
1867
|
-
var UpdateGroupRequest = [3, n0, _UGR, 0, [_GI, _N], [[0, 1], 0]];
|
|
1868
|
-
var UpdateGroupResponse = [3, n0, _UGRp, 0, [], []];
|
|
1869
|
-
var UpdateLoggerDefinitionRequest = [3, n0, _ULDR, 0, [_LDI, _N], [[0, 1], 0]];
|
|
1870
|
-
var UpdateLoggerDefinitionResponse = [3, n0, _ULDRp, 0, [], []];
|
|
1871
|
-
var UpdateResourceDefinitionRequest = [3, n0, _URDR, 0, [_N, _RDI], [0, [0, 1]]];
|
|
1872
|
-
var UpdateResourceDefinitionResponse = [3, n0, _URDRp, 0, [], []];
|
|
1873
|
-
var UpdateSubscriptionDefinitionRequest = [3, n0, _USDR, 0, [_N, _SDI], [0, [0, 1]]];
|
|
1874
|
-
var UpdateSubscriptionDefinitionResponse = [3, n0, _USDRp, 0, [], []];
|
|
1875
|
-
var UpdateThingRuntimeConfigurationRequest = [
|
|
1867
|
+
var UpdateGroupRequest$ = [3, n0, _UGR, 0, [_GI, _N], [[0, 1], 0]];
|
|
1868
|
+
var UpdateGroupResponse$ = [3, n0, _UGRp, 0, [], []];
|
|
1869
|
+
var UpdateLoggerDefinitionRequest$ = [3, n0, _ULDR, 0, [_LDI, _N], [[0, 1], 0]];
|
|
1870
|
+
var UpdateLoggerDefinitionResponse$ = [3, n0, _ULDRp, 0, [], []];
|
|
1871
|
+
var UpdateResourceDefinitionRequest$ = [3, n0, _URDR, 0, [_N, _RDI], [0, [0, 1]]];
|
|
1872
|
+
var UpdateResourceDefinitionResponse$ = [3, n0, _URDRp, 0, [], []];
|
|
1873
|
+
var UpdateSubscriptionDefinitionRequest$ = [3, n0, _USDR, 0, [_N, _SDI], [0, [0, 1]]];
|
|
1874
|
+
var UpdateSubscriptionDefinitionResponse$ = [3, n0, _USDRp, 0, [], []];
|
|
1875
|
+
var UpdateThingRuntimeConfigurationRequest$ = [
|
|
1876
1876
|
3,
|
|
1877
1877
|
n0,
|
|
1878
1878
|
_UTRCR,
|
|
1879
1879
|
0,
|
|
1880
1880
|
[_TC, _TN],
|
|
1881
|
-
[() => TelemetryConfigurationUpdate
|
|
1881
|
+
[() => TelemetryConfigurationUpdate$, [0, 1]],
|
|
1882
1882
|
];
|
|
1883
|
-
var UpdateThingRuntimeConfigurationResponse = [3, n0, _UTRCRp, 0, [], []];
|
|
1884
|
-
var VersionInformation = [3, n0, _VI, 0, [_A, _CT, _I, _V], [0, 0, 0, 0]];
|
|
1883
|
+
var UpdateThingRuntimeConfigurationResponse$ = [3, n0, _UTRCRp, 0, [], []];
|
|
1884
|
+
var VersionInformation$ = [3, n0, _VI, 0, [_A, _CT, _I, _V], [0, 0, 0, 0]];
|
|
1885
1885
|
var __Unit = "unit";
|
|
1886
|
-
var GreengrassServiceException = [-3, _sm, "GreengrassServiceException", 0, [], []];
|
|
1887
|
-
schema.TypeRegistry.for(_sm).registerError(GreengrassServiceException
|
|
1888
|
-
var __listOfConnectivityInfo = [1, n0, _lOCI, 0, () => ConnectivityInfo];
|
|
1889
|
-
var __listOfConnector = [1, n0, _lOC, 0, () => Connector];
|
|
1890
|
-
var __listOfCore = [1, n0, _lOCi, 0, () => Core];
|
|
1891
|
-
var __listOfDefinitionInformation = [1, n0, _lODI, 0, [() => DefinitionInformation
|
|
1892
|
-
var __listOfDevice = [1, n0, _lOD, 0, () => Device];
|
|
1893
|
-
var __listOfFunction = [1, n0, _lOF, 0, () => Function];
|
|
1886
|
+
var GreengrassServiceException$ = [-3, _sm, "GreengrassServiceException", 0, [], []];
|
|
1887
|
+
schema.TypeRegistry.for(_sm).registerError(GreengrassServiceException$, GreengrassServiceException);
|
|
1888
|
+
var __listOfConnectivityInfo = [1, n0, _lOCI, 0, () => ConnectivityInfo$];
|
|
1889
|
+
var __listOfConnector = [1, n0, _lOC, 0, () => Connector$];
|
|
1890
|
+
var __listOfCore = [1, n0, _lOCi, 0, () => Core$];
|
|
1891
|
+
var __listOfDefinitionInformation = [1, n0, _lODI, 0, [() => DefinitionInformation$, 0]];
|
|
1892
|
+
var __listOfDevice = [1, n0, _lOD, 0, () => Device$];
|
|
1893
|
+
var __listOfFunction = [1, n0, _lOF, 0, () => Function$];
|
|
1894
1894
|
var __listOfGroupCertificateAuthorityProperties = [
|
|
1895
1895
|
1,
|
|
1896
1896
|
n0,
|
|
1897
1897
|
_lOGCAP,
|
|
1898
1898
|
0,
|
|
1899
|
-
() => GroupCertificateAuthorityProperties
|
|
1900
|
-
];
|
|
1901
|
-
var __listOfGroupInformation = [1, n0, _lOGI, 0, () => GroupInformation];
|
|
1902
|
-
var __listOfLogger = [1, n0, _lOL, 0, () => Logger];
|
|
1903
|
-
var __listOfResource = [1, n0, _lOR, 0, () => Resource];
|
|
1904
|
-
var __listOfResourceAccessPolicy = [1, n0, _lORAP, 0, () => ResourceAccessPolicy];
|
|
1905
|
-
var __listOfSubscription = [1, n0, _lOS, 0, () => Subscription];
|
|
1906
|
-
var __listOfVersionInformation = [1, n0, _lOVI, 0, () => VersionInformation];
|
|
1907
|
-
var BulkDeploymentResults = [1, n0, _BDRu, 0, () => BulkDeploymentResult];
|
|
1908
|
-
var BulkDeployments = [1, n0, _BDu, 0, () => BulkDeployment];
|
|
1909
|
-
var Deployments = [1, n0, _Dep, 0, () => Deployment];
|
|
1910
|
-
var ErrorDetails = [1, n0, _ED, 0, () => ErrorDetail];
|
|
1911
|
-
var AssociateRoleToGroup = [
|
|
1899
|
+
() => GroupCertificateAuthorityProperties$,
|
|
1900
|
+
];
|
|
1901
|
+
var __listOfGroupInformation = [1, n0, _lOGI, 0, () => GroupInformation$];
|
|
1902
|
+
var __listOfLogger = [1, n0, _lOL, 0, () => Logger$];
|
|
1903
|
+
var __listOfResource = [1, n0, _lOR, 0, () => Resource$];
|
|
1904
|
+
var __listOfResourceAccessPolicy = [1, n0, _lORAP, 0, () => ResourceAccessPolicy$];
|
|
1905
|
+
var __listOfSubscription = [1, n0, _lOS, 0, () => Subscription$];
|
|
1906
|
+
var __listOfVersionInformation = [1, n0, _lOVI, 0, () => VersionInformation$];
|
|
1907
|
+
var BulkDeploymentResults = [1, n0, _BDRu, 0, () => BulkDeploymentResult$];
|
|
1908
|
+
var BulkDeployments = [1, n0, _BDu, 0, () => BulkDeployment$];
|
|
1909
|
+
var Deployments = [1, n0, _Dep, 0, () => Deployment$];
|
|
1910
|
+
var ErrorDetails = [1, n0, _ED, 0, () => ErrorDetail$];
|
|
1911
|
+
var AssociateRoleToGroup$ = [
|
|
1912
1912
|
9,
|
|
1913
1913
|
n0,
|
|
1914
1914
|
_ARTG,
|
|
1915
1915
|
{ [_h]: ["PUT", "/greengrass/groups/{GroupId}/role", 200] },
|
|
1916
|
-
() => AssociateRoleToGroupRequest
|
|
1917
|
-
() => AssociateRoleToGroupResponse
|
|
1916
|
+
() => AssociateRoleToGroupRequest$,
|
|
1917
|
+
() => AssociateRoleToGroupResponse$,
|
|
1918
1918
|
];
|
|
1919
|
-
var AssociateServiceRoleToAccount = [
|
|
1919
|
+
var AssociateServiceRoleToAccount$ = [
|
|
1920
1920
|
9,
|
|
1921
1921
|
n0,
|
|
1922
1922
|
_ASRTA,
|
|
1923
1923
|
{ [_h]: ["PUT", "/greengrass/servicerole", 200] },
|
|
1924
|
-
() => AssociateServiceRoleToAccountRequest
|
|
1925
|
-
() => AssociateServiceRoleToAccountResponse
|
|
1924
|
+
() => AssociateServiceRoleToAccountRequest$,
|
|
1925
|
+
() => AssociateServiceRoleToAccountResponse$,
|
|
1926
1926
|
];
|
|
1927
|
-
var CreateConnectorDefinition = [
|
|
1927
|
+
var CreateConnectorDefinition$ = [
|
|
1928
1928
|
9,
|
|
1929
1929
|
n0,
|
|
1930
1930
|
_CCD,
|
|
1931
1931
|
{ [_h]: ["POST", "/greengrass/definition/connectors", 200] },
|
|
1932
|
-
() => CreateConnectorDefinitionRequest
|
|
1933
|
-
() => CreateConnectorDefinitionResponse
|
|
1932
|
+
() => CreateConnectorDefinitionRequest$,
|
|
1933
|
+
() => CreateConnectorDefinitionResponse$,
|
|
1934
1934
|
];
|
|
1935
|
-
var CreateConnectorDefinitionVersion = [
|
|
1935
|
+
var CreateConnectorDefinitionVersion$ = [
|
|
1936
1936
|
9,
|
|
1937
1937
|
n0,
|
|
1938
1938
|
_CCDV,
|
|
1939
1939
|
{ [_h]: ["POST", "/greengrass/definition/connectors/{ConnectorDefinitionId}/versions", 200] },
|
|
1940
|
-
() => CreateConnectorDefinitionVersionRequest
|
|
1941
|
-
() => CreateConnectorDefinitionVersionResponse
|
|
1940
|
+
() => CreateConnectorDefinitionVersionRequest$,
|
|
1941
|
+
() => CreateConnectorDefinitionVersionResponse$,
|
|
1942
1942
|
];
|
|
1943
|
-
var CreateCoreDefinition = [
|
|
1943
|
+
var CreateCoreDefinition$ = [
|
|
1944
1944
|
9,
|
|
1945
1945
|
n0,
|
|
1946
1946
|
_CCDr,
|
|
1947
1947
|
{ [_h]: ["POST", "/greengrass/definition/cores", 200] },
|
|
1948
|
-
() => CreateCoreDefinitionRequest
|
|
1949
|
-
() => CreateCoreDefinitionResponse
|
|
1948
|
+
() => CreateCoreDefinitionRequest$,
|
|
1949
|
+
() => CreateCoreDefinitionResponse$,
|
|
1950
1950
|
];
|
|
1951
|
-
var CreateCoreDefinitionVersion = [
|
|
1951
|
+
var CreateCoreDefinitionVersion$ = [
|
|
1952
1952
|
9,
|
|
1953
1953
|
n0,
|
|
1954
1954
|
_CCDVr,
|
|
1955
1955
|
{ [_h]: ["POST", "/greengrass/definition/cores/{CoreDefinitionId}/versions", 200] },
|
|
1956
|
-
() => CreateCoreDefinitionVersionRequest
|
|
1957
|
-
() => CreateCoreDefinitionVersionResponse
|
|
1956
|
+
() => CreateCoreDefinitionVersionRequest$,
|
|
1957
|
+
() => CreateCoreDefinitionVersionResponse$,
|
|
1958
1958
|
];
|
|
1959
|
-
var CreateDeployment = [
|
|
1959
|
+
var CreateDeployment$ = [
|
|
1960
1960
|
9,
|
|
1961
1961
|
n0,
|
|
1962
1962
|
_CD,
|
|
1963
1963
|
{ [_h]: ["POST", "/greengrass/groups/{GroupId}/deployments", 200] },
|
|
1964
|
-
() => CreateDeploymentRequest
|
|
1965
|
-
() => CreateDeploymentResponse
|
|
1964
|
+
() => CreateDeploymentRequest$,
|
|
1965
|
+
() => CreateDeploymentResponse$,
|
|
1966
1966
|
];
|
|
1967
|
-
var CreateDeviceDefinition = [
|
|
1967
|
+
var CreateDeviceDefinition$ = [
|
|
1968
1968
|
9,
|
|
1969
1969
|
n0,
|
|
1970
1970
|
_CDD,
|
|
1971
1971
|
{ [_h]: ["POST", "/greengrass/definition/devices", 200] },
|
|
1972
|
-
() => CreateDeviceDefinitionRequest
|
|
1973
|
-
() => CreateDeviceDefinitionResponse
|
|
1972
|
+
() => CreateDeviceDefinitionRequest$,
|
|
1973
|
+
() => CreateDeviceDefinitionResponse$,
|
|
1974
1974
|
];
|
|
1975
|
-
var CreateDeviceDefinitionVersion = [
|
|
1975
|
+
var CreateDeviceDefinitionVersion$ = [
|
|
1976
1976
|
9,
|
|
1977
1977
|
n0,
|
|
1978
1978
|
_CDDV,
|
|
1979
1979
|
{ [_h]: ["POST", "/greengrass/definition/devices/{DeviceDefinitionId}/versions", 200] },
|
|
1980
|
-
() => CreateDeviceDefinitionVersionRequest
|
|
1981
|
-
() => CreateDeviceDefinitionVersionResponse
|
|
1980
|
+
() => CreateDeviceDefinitionVersionRequest$,
|
|
1981
|
+
() => CreateDeviceDefinitionVersionResponse$,
|
|
1982
1982
|
];
|
|
1983
|
-
var CreateFunctionDefinition = [
|
|
1983
|
+
var CreateFunctionDefinition$ = [
|
|
1984
1984
|
9,
|
|
1985
1985
|
n0,
|
|
1986
1986
|
_CFD,
|
|
1987
1987
|
{ [_h]: ["POST", "/greengrass/definition/functions", 200] },
|
|
1988
|
-
() => CreateFunctionDefinitionRequest
|
|
1989
|
-
() => CreateFunctionDefinitionResponse
|
|
1988
|
+
() => CreateFunctionDefinitionRequest$,
|
|
1989
|
+
() => CreateFunctionDefinitionResponse$,
|
|
1990
1990
|
];
|
|
1991
|
-
var CreateFunctionDefinitionVersion = [
|
|
1991
|
+
var CreateFunctionDefinitionVersion$ = [
|
|
1992
1992
|
9,
|
|
1993
1993
|
n0,
|
|
1994
1994
|
_CFDV,
|
|
1995
1995
|
{ [_h]: ["POST", "/greengrass/definition/functions/{FunctionDefinitionId}/versions", 200] },
|
|
1996
|
-
() => CreateFunctionDefinitionVersionRequest
|
|
1997
|
-
() => CreateFunctionDefinitionVersionResponse
|
|
1996
|
+
() => CreateFunctionDefinitionVersionRequest$,
|
|
1997
|
+
() => CreateFunctionDefinitionVersionResponse$,
|
|
1998
1998
|
];
|
|
1999
|
-
var CreateGroup = [
|
|
1999
|
+
var CreateGroup$ = [
|
|
2000
2000
|
9,
|
|
2001
2001
|
n0,
|
|
2002
2002
|
_CG,
|
|
2003
2003
|
{ [_h]: ["POST", "/greengrass/groups", 200] },
|
|
2004
|
-
() => CreateGroupRequest
|
|
2005
|
-
() => CreateGroupResponse
|
|
2004
|
+
() => CreateGroupRequest$,
|
|
2005
|
+
() => CreateGroupResponse$,
|
|
2006
2006
|
];
|
|
2007
|
-
var CreateGroupCertificateAuthority = [
|
|
2007
|
+
var CreateGroupCertificateAuthority$ = [
|
|
2008
2008
|
9,
|
|
2009
2009
|
n0,
|
|
2010
2010
|
_CGCA,
|
|
2011
2011
|
{ [_h]: ["POST", "/greengrass/groups/{GroupId}/certificateauthorities", 200] },
|
|
2012
|
-
() => CreateGroupCertificateAuthorityRequest
|
|
2013
|
-
() => CreateGroupCertificateAuthorityResponse
|
|
2012
|
+
() => CreateGroupCertificateAuthorityRequest$,
|
|
2013
|
+
() => CreateGroupCertificateAuthorityResponse$,
|
|
2014
2014
|
];
|
|
2015
|
-
var CreateGroupVersion = [
|
|
2015
|
+
var CreateGroupVersion$ = [
|
|
2016
2016
|
9,
|
|
2017
2017
|
n0,
|
|
2018
2018
|
_CGV,
|
|
2019
2019
|
{ [_h]: ["POST", "/greengrass/groups/{GroupId}/versions", 200] },
|
|
2020
|
-
() => CreateGroupVersionRequest
|
|
2021
|
-
() => CreateGroupVersionResponse
|
|
2020
|
+
() => CreateGroupVersionRequest$,
|
|
2021
|
+
() => CreateGroupVersionResponse$,
|
|
2022
2022
|
];
|
|
2023
|
-
var CreateLoggerDefinition = [
|
|
2023
|
+
var CreateLoggerDefinition$ = [
|
|
2024
2024
|
9,
|
|
2025
2025
|
n0,
|
|
2026
2026
|
_CLD,
|
|
2027
2027
|
{ [_h]: ["POST", "/greengrass/definition/loggers", 200] },
|
|
2028
|
-
() => CreateLoggerDefinitionRequest
|
|
2029
|
-
() => CreateLoggerDefinitionResponse
|
|
2028
|
+
() => CreateLoggerDefinitionRequest$,
|
|
2029
|
+
() => CreateLoggerDefinitionResponse$,
|
|
2030
2030
|
];
|
|
2031
|
-
var CreateLoggerDefinitionVersion = [
|
|
2031
|
+
var CreateLoggerDefinitionVersion$ = [
|
|
2032
2032
|
9,
|
|
2033
2033
|
n0,
|
|
2034
2034
|
_CLDV,
|
|
2035
2035
|
{ [_h]: ["POST", "/greengrass/definition/loggers/{LoggerDefinitionId}/versions", 200] },
|
|
2036
|
-
() => CreateLoggerDefinitionVersionRequest
|
|
2037
|
-
() => CreateLoggerDefinitionVersionResponse
|
|
2036
|
+
() => CreateLoggerDefinitionVersionRequest$,
|
|
2037
|
+
() => CreateLoggerDefinitionVersionResponse$,
|
|
2038
2038
|
];
|
|
2039
|
-
var CreateResourceDefinition = [
|
|
2039
|
+
var CreateResourceDefinition$ = [
|
|
2040
2040
|
9,
|
|
2041
2041
|
n0,
|
|
2042
2042
|
_CRD,
|
|
2043
2043
|
{ [_h]: ["POST", "/greengrass/definition/resources", 200] },
|
|
2044
|
-
() => CreateResourceDefinitionRequest
|
|
2045
|
-
() => CreateResourceDefinitionResponse
|
|
2044
|
+
() => CreateResourceDefinitionRequest$,
|
|
2045
|
+
() => CreateResourceDefinitionResponse$,
|
|
2046
2046
|
];
|
|
2047
|
-
var CreateResourceDefinitionVersion = [
|
|
2047
|
+
var CreateResourceDefinitionVersion$ = [
|
|
2048
2048
|
9,
|
|
2049
2049
|
n0,
|
|
2050
2050
|
_CRDV,
|
|
2051
2051
|
{ [_h]: ["POST", "/greengrass/definition/resources/{ResourceDefinitionId}/versions", 200] },
|
|
2052
|
-
() => CreateResourceDefinitionVersionRequest
|
|
2053
|
-
() => CreateResourceDefinitionVersionResponse
|
|
2052
|
+
() => CreateResourceDefinitionVersionRequest$,
|
|
2053
|
+
() => CreateResourceDefinitionVersionResponse$,
|
|
2054
2054
|
];
|
|
2055
|
-
var CreateSoftwareUpdateJob = [
|
|
2055
|
+
var CreateSoftwareUpdateJob$ = [
|
|
2056
2056
|
9,
|
|
2057
2057
|
n0,
|
|
2058
2058
|
_CSUJ,
|
|
2059
2059
|
{ [_h]: ["POST", "/greengrass/updates", 200] },
|
|
2060
|
-
() => CreateSoftwareUpdateJobRequest
|
|
2061
|
-
() => CreateSoftwareUpdateJobResponse
|
|
2060
|
+
() => CreateSoftwareUpdateJobRequest$,
|
|
2061
|
+
() => CreateSoftwareUpdateJobResponse$,
|
|
2062
2062
|
];
|
|
2063
|
-
var CreateSubscriptionDefinition = [
|
|
2063
|
+
var CreateSubscriptionDefinition$ = [
|
|
2064
2064
|
9,
|
|
2065
2065
|
n0,
|
|
2066
2066
|
_CSD,
|
|
2067
2067
|
{ [_h]: ["POST", "/greengrass/definition/subscriptions", 200] },
|
|
2068
|
-
() => CreateSubscriptionDefinitionRequest
|
|
2069
|
-
() => CreateSubscriptionDefinitionResponse
|
|
2068
|
+
() => CreateSubscriptionDefinitionRequest$,
|
|
2069
|
+
() => CreateSubscriptionDefinitionResponse$,
|
|
2070
2070
|
];
|
|
2071
|
-
var CreateSubscriptionDefinitionVersion = [
|
|
2071
|
+
var CreateSubscriptionDefinitionVersion$ = [
|
|
2072
2072
|
9,
|
|
2073
2073
|
n0,
|
|
2074
2074
|
_CSDV,
|
|
2075
2075
|
{ [_h]: ["POST", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions", 200] },
|
|
2076
|
-
() => CreateSubscriptionDefinitionVersionRequest
|
|
2077
|
-
() => CreateSubscriptionDefinitionVersionResponse
|
|
2076
|
+
() => CreateSubscriptionDefinitionVersionRequest$,
|
|
2077
|
+
() => CreateSubscriptionDefinitionVersionResponse$,
|
|
2078
2078
|
];
|
|
2079
|
-
var DeleteConnectorDefinition = [
|
|
2079
|
+
var DeleteConnectorDefinition$ = [
|
|
2080
2080
|
9,
|
|
2081
2081
|
n0,
|
|
2082
2082
|
_DCD,
|
|
2083
2083
|
{ [_h]: ["DELETE", "/greengrass/definition/connectors/{ConnectorDefinitionId}", 200] },
|
|
2084
|
-
() => DeleteConnectorDefinitionRequest
|
|
2085
|
-
() => DeleteConnectorDefinitionResponse
|
|
2084
|
+
() => DeleteConnectorDefinitionRequest$,
|
|
2085
|
+
() => DeleteConnectorDefinitionResponse$,
|
|
2086
2086
|
];
|
|
2087
|
-
var DeleteCoreDefinition = [
|
|
2087
|
+
var DeleteCoreDefinition$ = [
|
|
2088
2088
|
9,
|
|
2089
2089
|
n0,
|
|
2090
2090
|
_DCDe,
|
|
2091
2091
|
{ [_h]: ["DELETE", "/greengrass/definition/cores/{CoreDefinitionId}", 200] },
|
|
2092
|
-
() => DeleteCoreDefinitionRequest
|
|
2093
|
-
() => DeleteCoreDefinitionResponse
|
|
2092
|
+
() => DeleteCoreDefinitionRequest$,
|
|
2093
|
+
() => DeleteCoreDefinitionResponse$,
|
|
2094
2094
|
];
|
|
2095
|
-
var DeleteDeviceDefinition = [
|
|
2095
|
+
var DeleteDeviceDefinition$ = [
|
|
2096
2096
|
9,
|
|
2097
2097
|
n0,
|
|
2098
2098
|
_DDD,
|
|
2099
2099
|
{ [_h]: ["DELETE", "/greengrass/definition/devices/{DeviceDefinitionId}", 200] },
|
|
2100
|
-
() => DeleteDeviceDefinitionRequest
|
|
2101
|
-
() => DeleteDeviceDefinitionResponse
|
|
2100
|
+
() => DeleteDeviceDefinitionRequest$,
|
|
2101
|
+
() => DeleteDeviceDefinitionResponse$,
|
|
2102
2102
|
];
|
|
2103
|
-
var DeleteFunctionDefinition = [
|
|
2103
|
+
var DeleteFunctionDefinition$ = [
|
|
2104
2104
|
9,
|
|
2105
2105
|
n0,
|
|
2106
2106
|
_DFD,
|
|
2107
2107
|
{ [_h]: ["DELETE", "/greengrass/definition/functions/{FunctionDefinitionId}", 200] },
|
|
2108
|
-
() => DeleteFunctionDefinitionRequest
|
|
2109
|
-
() => DeleteFunctionDefinitionResponse
|
|
2108
|
+
() => DeleteFunctionDefinitionRequest$,
|
|
2109
|
+
() => DeleteFunctionDefinitionResponse$,
|
|
2110
2110
|
];
|
|
2111
|
-
var DeleteGroup = [
|
|
2111
|
+
var DeleteGroup$ = [
|
|
2112
2112
|
9,
|
|
2113
2113
|
n0,
|
|
2114
2114
|
_DG,
|
|
2115
2115
|
{ [_h]: ["DELETE", "/greengrass/groups/{GroupId}", 200] },
|
|
2116
|
-
() => DeleteGroupRequest
|
|
2117
|
-
() => DeleteGroupResponse
|
|
2116
|
+
() => DeleteGroupRequest$,
|
|
2117
|
+
() => DeleteGroupResponse$,
|
|
2118
2118
|
];
|
|
2119
|
-
var DeleteLoggerDefinition = [
|
|
2119
|
+
var DeleteLoggerDefinition$ = [
|
|
2120
2120
|
9,
|
|
2121
2121
|
n0,
|
|
2122
2122
|
_DLD,
|
|
2123
2123
|
{ [_h]: ["DELETE", "/greengrass/definition/loggers/{LoggerDefinitionId}", 200] },
|
|
2124
|
-
() => DeleteLoggerDefinitionRequest
|
|
2125
|
-
() => DeleteLoggerDefinitionResponse
|
|
2124
|
+
() => DeleteLoggerDefinitionRequest$,
|
|
2125
|
+
() => DeleteLoggerDefinitionResponse$,
|
|
2126
2126
|
];
|
|
2127
|
-
var DeleteResourceDefinition = [
|
|
2127
|
+
var DeleteResourceDefinition$ = [
|
|
2128
2128
|
9,
|
|
2129
2129
|
n0,
|
|
2130
2130
|
_DRD,
|
|
2131
2131
|
{ [_h]: ["DELETE", "/greengrass/definition/resources/{ResourceDefinitionId}", 200] },
|
|
2132
|
-
() => DeleteResourceDefinitionRequest
|
|
2133
|
-
() => DeleteResourceDefinitionResponse
|
|
2132
|
+
() => DeleteResourceDefinitionRequest$,
|
|
2133
|
+
() => DeleteResourceDefinitionResponse$,
|
|
2134
2134
|
];
|
|
2135
|
-
var DeleteSubscriptionDefinition = [
|
|
2135
|
+
var DeleteSubscriptionDefinition$ = [
|
|
2136
2136
|
9,
|
|
2137
2137
|
n0,
|
|
2138
2138
|
_DSD,
|
|
2139
2139
|
{ [_h]: ["DELETE", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}", 200] },
|
|
2140
|
-
() => DeleteSubscriptionDefinitionRequest
|
|
2141
|
-
() => DeleteSubscriptionDefinitionResponse
|
|
2140
|
+
() => DeleteSubscriptionDefinitionRequest$,
|
|
2141
|
+
() => DeleteSubscriptionDefinitionResponse$,
|
|
2142
2142
|
];
|
|
2143
|
-
var DisassociateRoleFromGroup = [
|
|
2143
|
+
var DisassociateRoleFromGroup$ = [
|
|
2144
2144
|
9,
|
|
2145
2145
|
n0,
|
|
2146
2146
|
_DRFG,
|
|
2147
2147
|
{ [_h]: ["DELETE", "/greengrass/groups/{GroupId}/role", 200] },
|
|
2148
|
-
() => DisassociateRoleFromGroupRequest
|
|
2149
|
-
() => DisassociateRoleFromGroupResponse
|
|
2148
|
+
() => DisassociateRoleFromGroupRequest$,
|
|
2149
|
+
() => DisassociateRoleFromGroupResponse$,
|
|
2150
2150
|
];
|
|
2151
|
-
var DisassociateServiceRoleFromAccount = [
|
|
2151
|
+
var DisassociateServiceRoleFromAccount$ = [
|
|
2152
2152
|
9,
|
|
2153
2153
|
n0,
|
|
2154
2154
|
_DSRFA,
|
|
2155
2155
|
{ [_h]: ["DELETE", "/greengrass/servicerole", 200] },
|
|
2156
|
-
() => DisassociateServiceRoleFromAccountRequest
|
|
2157
|
-
() => DisassociateServiceRoleFromAccountResponse
|
|
2156
|
+
() => DisassociateServiceRoleFromAccountRequest$,
|
|
2157
|
+
() => DisassociateServiceRoleFromAccountResponse$,
|
|
2158
2158
|
];
|
|
2159
|
-
var GetAssociatedRole = [
|
|
2159
|
+
var GetAssociatedRole$ = [
|
|
2160
2160
|
9,
|
|
2161
2161
|
n0,
|
|
2162
2162
|
_GAR,
|
|
2163
2163
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/role", 200] },
|
|
2164
|
-
() => GetAssociatedRoleRequest
|
|
2165
|
-
() => GetAssociatedRoleResponse
|
|
2164
|
+
() => GetAssociatedRoleRequest$,
|
|
2165
|
+
() => GetAssociatedRoleResponse$,
|
|
2166
2166
|
];
|
|
2167
|
-
var GetBulkDeploymentStatus = [
|
|
2167
|
+
var GetBulkDeploymentStatus$ = [
|
|
2168
2168
|
9,
|
|
2169
2169
|
n0,
|
|
2170
2170
|
_GBDS,
|
|
2171
2171
|
{ [_h]: ["GET", "/greengrass/bulk/deployments/{BulkDeploymentId}/status", 200] },
|
|
2172
|
-
() => GetBulkDeploymentStatusRequest
|
|
2173
|
-
() => GetBulkDeploymentStatusResponse
|
|
2172
|
+
() => GetBulkDeploymentStatusRequest$,
|
|
2173
|
+
() => GetBulkDeploymentStatusResponse$,
|
|
2174
2174
|
];
|
|
2175
|
-
var GetConnectivityInfo = [
|
|
2175
|
+
var GetConnectivityInfo$ = [
|
|
2176
2176
|
9,
|
|
2177
2177
|
n0,
|
|
2178
2178
|
_GCI,
|
|
2179
2179
|
{ [_h]: ["GET", "/greengrass/things/{ThingName}/connectivityInfo", 200] },
|
|
2180
|
-
() => GetConnectivityInfoRequest
|
|
2181
|
-
() => GetConnectivityInfoResponse
|
|
2180
|
+
() => GetConnectivityInfoRequest$,
|
|
2181
|
+
() => GetConnectivityInfoResponse$,
|
|
2182
2182
|
];
|
|
2183
|
-
var GetConnectorDefinition = [
|
|
2183
|
+
var GetConnectorDefinition$ = [
|
|
2184
2184
|
9,
|
|
2185
2185
|
n0,
|
|
2186
2186
|
_GCD,
|
|
2187
2187
|
{ [_h]: ["GET", "/greengrass/definition/connectors/{ConnectorDefinitionId}", 200] },
|
|
2188
|
-
() => GetConnectorDefinitionRequest
|
|
2189
|
-
() => GetConnectorDefinitionResponse
|
|
2188
|
+
() => GetConnectorDefinitionRequest$,
|
|
2189
|
+
() => GetConnectorDefinitionResponse$,
|
|
2190
2190
|
];
|
|
2191
|
-
var GetConnectorDefinitionVersion = [
|
|
2191
|
+
var GetConnectorDefinitionVersion$ = [
|
|
2192
2192
|
9,
|
|
2193
2193
|
n0,
|
|
2194
2194
|
_GCDV,
|
|
@@ -2199,58 +2199,58 @@ var GetConnectorDefinitionVersion = [
|
|
|
2199
2199
|
200,
|
|
2200
2200
|
],
|
|
2201
2201
|
},
|
|
2202
|
-
() => GetConnectorDefinitionVersionRequest
|
|
2203
|
-
() => GetConnectorDefinitionVersionResponse
|
|
2202
|
+
() => GetConnectorDefinitionVersionRequest$,
|
|
2203
|
+
() => GetConnectorDefinitionVersionResponse$,
|
|
2204
2204
|
];
|
|
2205
|
-
var GetCoreDefinition = [
|
|
2205
|
+
var GetCoreDefinition$ = [
|
|
2206
2206
|
9,
|
|
2207
2207
|
n0,
|
|
2208
2208
|
_GCDe,
|
|
2209
2209
|
{ [_h]: ["GET", "/greengrass/definition/cores/{CoreDefinitionId}", 200] },
|
|
2210
|
-
() => GetCoreDefinitionRequest
|
|
2211
|
-
() => GetCoreDefinitionResponse
|
|
2210
|
+
() => GetCoreDefinitionRequest$,
|
|
2211
|
+
() => GetCoreDefinitionResponse$,
|
|
2212
2212
|
];
|
|
2213
|
-
var GetCoreDefinitionVersion = [
|
|
2213
|
+
var GetCoreDefinitionVersion$ = [
|
|
2214
2214
|
9,
|
|
2215
2215
|
n0,
|
|
2216
2216
|
_GCDVe,
|
|
2217
2217
|
{ [_h]: ["GET", "/greengrass/definition/cores/{CoreDefinitionId}/versions/{CoreDefinitionVersionId}", 200] },
|
|
2218
|
-
() => GetCoreDefinitionVersionRequest
|
|
2219
|
-
() => GetCoreDefinitionVersionResponse
|
|
2218
|
+
() => GetCoreDefinitionVersionRequest$,
|
|
2219
|
+
() => GetCoreDefinitionVersionResponse$,
|
|
2220
2220
|
];
|
|
2221
|
-
var GetDeploymentStatus = [
|
|
2221
|
+
var GetDeploymentStatus$ = [
|
|
2222
2222
|
9,
|
|
2223
2223
|
n0,
|
|
2224
2224
|
_GDS,
|
|
2225
2225
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/deployments/{DeploymentId}/status", 200] },
|
|
2226
|
-
() => GetDeploymentStatusRequest
|
|
2227
|
-
() => GetDeploymentStatusResponse
|
|
2226
|
+
() => GetDeploymentStatusRequest$,
|
|
2227
|
+
() => GetDeploymentStatusResponse$,
|
|
2228
2228
|
];
|
|
2229
|
-
var GetDeviceDefinition = [
|
|
2229
|
+
var GetDeviceDefinition$ = [
|
|
2230
2230
|
9,
|
|
2231
2231
|
n0,
|
|
2232
2232
|
_GDD,
|
|
2233
2233
|
{ [_h]: ["GET", "/greengrass/definition/devices/{DeviceDefinitionId}", 200] },
|
|
2234
|
-
() => GetDeviceDefinitionRequest
|
|
2235
|
-
() => GetDeviceDefinitionResponse
|
|
2234
|
+
() => GetDeviceDefinitionRequest$,
|
|
2235
|
+
() => GetDeviceDefinitionResponse$,
|
|
2236
2236
|
];
|
|
2237
|
-
var GetDeviceDefinitionVersion = [
|
|
2237
|
+
var GetDeviceDefinitionVersion$ = [
|
|
2238
2238
|
9,
|
|
2239
2239
|
n0,
|
|
2240
2240
|
_GDDV,
|
|
2241
2241
|
{ [_h]: ["GET", "/greengrass/definition/devices/{DeviceDefinitionId}/versions/{DeviceDefinitionVersionId}", 200] },
|
|
2242
|
-
() => GetDeviceDefinitionVersionRequest
|
|
2243
|
-
() => GetDeviceDefinitionVersionResponse
|
|
2242
|
+
() => GetDeviceDefinitionVersionRequest$,
|
|
2243
|
+
() => GetDeviceDefinitionVersionResponse$,
|
|
2244
2244
|
];
|
|
2245
|
-
var GetFunctionDefinition = [
|
|
2245
|
+
var GetFunctionDefinition$ = [
|
|
2246
2246
|
9,
|
|
2247
2247
|
n0,
|
|
2248
2248
|
_GFD,
|
|
2249
2249
|
{ [_h]: ["GET", "/greengrass/definition/functions/{FunctionDefinitionId}", 200] },
|
|
2250
|
-
() => GetFunctionDefinitionRequest
|
|
2251
|
-
() => GetFunctionDefinitionResponse
|
|
2250
|
+
() => GetFunctionDefinitionRequest$,
|
|
2251
|
+
() => GetFunctionDefinitionResponse$,
|
|
2252
2252
|
];
|
|
2253
|
-
var GetFunctionDefinitionVersion = [
|
|
2253
|
+
var GetFunctionDefinitionVersion$ = [
|
|
2254
2254
|
9,
|
|
2255
2255
|
n0,
|
|
2256
2256
|
_GFDV,
|
|
@@ -2261,66 +2261,66 @@ var GetFunctionDefinitionVersion = [
|
|
|
2261
2261
|
200,
|
|
2262
2262
|
],
|
|
2263
2263
|
},
|
|
2264
|
-
() => GetFunctionDefinitionVersionRequest
|
|
2265
|
-
() => GetFunctionDefinitionVersionResponse
|
|
2264
|
+
() => GetFunctionDefinitionVersionRequest$,
|
|
2265
|
+
() => GetFunctionDefinitionVersionResponse$,
|
|
2266
2266
|
];
|
|
2267
|
-
var GetGroup = [
|
|
2267
|
+
var GetGroup$ = [
|
|
2268
2268
|
9,
|
|
2269
2269
|
n0,
|
|
2270
2270
|
_GG,
|
|
2271
2271
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}", 200] },
|
|
2272
|
-
() => GetGroupRequest
|
|
2273
|
-
() => GetGroupResponse
|
|
2272
|
+
() => GetGroupRequest$,
|
|
2273
|
+
() => GetGroupResponse$,
|
|
2274
2274
|
];
|
|
2275
|
-
var GetGroupCertificateAuthority = [
|
|
2275
|
+
var GetGroupCertificateAuthority$ = [
|
|
2276
2276
|
9,
|
|
2277
2277
|
n0,
|
|
2278
2278
|
_GGCA,
|
|
2279
2279
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/certificateauthorities/{CertificateAuthorityId}", 200] },
|
|
2280
|
-
() => GetGroupCertificateAuthorityRequest
|
|
2281
|
-
() => GetGroupCertificateAuthorityResponse
|
|
2280
|
+
() => GetGroupCertificateAuthorityRequest$,
|
|
2281
|
+
() => GetGroupCertificateAuthorityResponse$,
|
|
2282
2282
|
];
|
|
2283
|
-
var GetGroupCertificateConfiguration = [
|
|
2283
|
+
var GetGroupCertificateConfiguration$ = [
|
|
2284
2284
|
9,
|
|
2285
2285
|
n0,
|
|
2286
2286
|
_GGCC,
|
|
2287
2287
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry", 200] },
|
|
2288
|
-
() => GetGroupCertificateConfigurationRequest
|
|
2289
|
-
() => GetGroupCertificateConfigurationResponse
|
|
2288
|
+
() => GetGroupCertificateConfigurationRequest$,
|
|
2289
|
+
() => GetGroupCertificateConfigurationResponse$,
|
|
2290
2290
|
];
|
|
2291
|
-
var GetGroupVersion = [
|
|
2291
|
+
var GetGroupVersion$ = [
|
|
2292
2292
|
9,
|
|
2293
2293
|
n0,
|
|
2294
2294
|
_GGV,
|
|
2295
2295
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/versions/{GroupVersionId}", 200] },
|
|
2296
|
-
() => GetGroupVersionRequest
|
|
2297
|
-
() => GetGroupVersionResponse
|
|
2296
|
+
() => GetGroupVersionRequest$,
|
|
2297
|
+
() => GetGroupVersionResponse$,
|
|
2298
2298
|
];
|
|
2299
|
-
var GetLoggerDefinition = [
|
|
2299
|
+
var GetLoggerDefinition$ = [
|
|
2300
2300
|
9,
|
|
2301
2301
|
n0,
|
|
2302
2302
|
_GLD,
|
|
2303
2303
|
{ [_h]: ["GET", "/greengrass/definition/loggers/{LoggerDefinitionId}", 200] },
|
|
2304
|
-
() => GetLoggerDefinitionRequest
|
|
2305
|
-
() => GetLoggerDefinitionResponse
|
|
2304
|
+
() => GetLoggerDefinitionRequest$,
|
|
2305
|
+
() => GetLoggerDefinitionResponse$,
|
|
2306
2306
|
];
|
|
2307
|
-
var GetLoggerDefinitionVersion = [
|
|
2307
|
+
var GetLoggerDefinitionVersion$ = [
|
|
2308
2308
|
9,
|
|
2309
2309
|
n0,
|
|
2310
2310
|
_GLDV,
|
|
2311
2311
|
{ [_h]: ["GET", "/greengrass/definition/loggers/{LoggerDefinitionId}/versions/{LoggerDefinitionVersionId}", 200] },
|
|
2312
|
-
() => GetLoggerDefinitionVersionRequest
|
|
2313
|
-
() => GetLoggerDefinitionVersionResponse
|
|
2312
|
+
() => GetLoggerDefinitionVersionRequest$,
|
|
2313
|
+
() => GetLoggerDefinitionVersionResponse$,
|
|
2314
2314
|
];
|
|
2315
|
-
var GetResourceDefinition = [
|
|
2315
|
+
var GetResourceDefinition$ = [
|
|
2316
2316
|
9,
|
|
2317
2317
|
n0,
|
|
2318
2318
|
_GRD,
|
|
2319
2319
|
{ [_h]: ["GET", "/greengrass/definition/resources/{ResourceDefinitionId}", 200] },
|
|
2320
|
-
() => GetResourceDefinitionRequest
|
|
2321
|
-
() => GetResourceDefinitionResponse
|
|
2320
|
+
() => GetResourceDefinitionRequest$,
|
|
2321
|
+
() => GetResourceDefinitionResponse$,
|
|
2322
2322
|
];
|
|
2323
|
-
var GetResourceDefinitionVersion = [
|
|
2323
|
+
var GetResourceDefinitionVersion$ = [
|
|
2324
2324
|
9,
|
|
2325
2325
|
n0,
|
|
2326
2326
|
_GRDV,
|
|
@@ -2331,26 +2331,26 @@ var GetResourceDefinitionVersion = [
|
|
|
2331
2331
|
200,
|
|
2332
2332
|
],
|
|
2333
2333
|
},
|
|
2334
|
-
() => GetResourceDefinitionVersionRequest
|
|
2335
|
-
() => GetResourceDefinitionVersionResponse
|
|
2334
|
+
() => GetResourceDefinitionVersionRequest$,
|
|
2335
|
+
() => GetResourceDefinitionVersionResponse$,
|
|
2336
2336
|
];
|
|
2337
|
-
var GetServiceRoleForAccount = [
|
|
2337
|
+
var GetServiceRoleForAccount$ = [
|
|
2338
2338
|
9,
|
|
2339
2339
|
n0,
|
|
2340
2340
|
_GSRFA,
|
|
2341
2341
|
{ [_h]: ["GET", "/greengrass/servicerole", 200] },
|
|
2342
|
-
() => GetServiceRoleForAccountRequest
|
|
2343
|
-
() => GetServiceRoleForAccountResponse
|
|
2342
|
+
() => GetServiceRoleForAccountRequest$,
|
|
2343
|
+
() => GetServiceRoleForAccountResponse$,
|
|
2344
2344
|
];
|
|
2345
|
-
var GetSubscriptionDefinition = [
|
|
2345
|
+
var GetSubscriptionDefinition$ = [
|
|
2346
2346
|
9,
|
|
2347
2347
|
n0,
|
|
2348
2348
|
_GSD,
|
|
2349
2349
|
{ [_h]: ["GET", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}", 200] },
|
|
2350
|
-
() => GetSubscriptionDefinitionRequest
|
|
2351
|
-
() => GetSubscriptionDefinitionResponse
|
|
2350
|
+
() => GetSubscriptionDefinitionRequest$,
|
|
2351
|
+
() => GetSubscriptionDefinitionResponse$,
|
|
2352
2352
|
];
|
|
2353
|
-
var GetSubscriptionDefinitionVersion = [
|
|
2353
|
+
var GetSubscriptionDefinitionVersion$ = [
|
|
2354
2354
|
9,
|
|
2355
2355
|
n0,
|
|
2356
2356
|
_GSDV,
|
|
@@ -2361,312 +2361,312 @@ var GetSubscriptionDefinitionVersion = [
|
|
|
2361
2361
|
200,
|
|
2362
2362
|
],
|
|
2363
2363
|
},
|
|
2364
|
-
() => GetSubscriptionDefinitionVersionRequest
|
|
2365
|
-
() => GetSubscriptionDefinitionVersionResponse
|
|
2364
|
+
() => GetSubscriptionDefinitionVersionRequest$,
|
|
2365
|
+
() => GetSubscriptionDefinitionVersionResponse$,
|
|
2366
2366
|
];
|
|
2367
|
-
var GetThingRuntimeConfiguration = [
|
|
2367
|
+
var GetThingRuntimeConfiguration$ = [
|
|
2368
2368
|
9,
|
|
2369
2369
|
n0,
|
|
2370
2370
|
_GTRC,
|
|
2371
2371
|
{ [_h]: ["GET", "/greengrass/things/{ThingName}/runtimeconfig", 200] },
|
|
2372
|
-
() => GetThingRuntimeConfigurationRequest
|
|
2373
|
-
() => GetThingRuntimeConfigurationResponse
|
|
2372
|
+
() => GetThingRuntimeConfigurationRequest$,
|
|
2373
|
+
() => GetThingRuntimeConfigurationResponse$,
|
|
2374
2374
|
];
|
|
2375
|
-
var ListBulkDeploymentDetailedReports = [
|
|
2375
|
+
var ListBulkDeploymentDetailedReports$ = [
|
|
2376
2376
|
9,
|
|
2377
2377
|
n0,
|
|
2378
2378
|
_LBDDR,
|
|
2379
2379
|
{ [_h]: ["GET", "/greengrass/bulk/deployments/{BulkDeploymentId}/detailed-reports", 200] },
|
|
2380
|
-
() => ListBulkDeploymentDetailedReportsRequest
|
|
2381
|
-
() => ListBulkDeploymentDetailedReportsResponse
|
|
2380
|
+
() => ListBulkDeploymentDetailedReportsRequest$,
|
|
2381
|
+
() => ListBulkDeploymentDetailedReportsResponse$,
|
|
2382
2382
|
];
|
|
2383
|
-
var ListBulkDeployments = [
|
|
2383
|
+
var ListBulkDeployments$ = [
|
|
2384
2384
|
9,
|
|
2385
2385
|
n0,
|
|
2386
2386
|
_LBD,
|
|
2387
2387
|
{ [_h]: ["GET", "/greengrass/bulk/deployments", 200] },
|
|
2388
|
-
() => ListBulkDeploymentsRequest
|
|
2389
|
-
() => ListBulkDeploymentsResponse
|
|
2388
|
+
() => ListBulkDeploymentsRequest$,
|
|
2389
|
+
() => ListBulkDeploymentsResponse$,
|
|
2390
2390
|
];
|
|
2391
|
-
var ListConnectorDefinitions = [
|
|
2391
|
+
var ListConnectorDefinitions$ = [
|
|
2392
2392
|
9,
|
|
2393
2393
|
n0,
|
|
2394
2394
|
_LCD,
|
|
2395
2395
|
{ [_h]: ["GET", "/greengrass/definition/connectors", 200] },
|
|
2396
|
-
() => ListConnectorDefinitionsRequest
|
|
2397
|
-
() => ListConnectorDefinitionsResponse
|
|
2396
|
+
() => ListConnectorDefinitionsRequest$,
|
|
2397
|
+
() => ListConnectorDefinitionsResponse$,
|
|
2398
2398
|
];
|
|
2399
|
-
var ListConnectorDefinitionVersions = [
|
|
2399
|
+
var ListConnectorDefinitionVersions$ = [
|
|
2400
2400
|
9,
|
|
2401
2401
|
n0,
|
|
2402
2402
|
_LCDV,
|
|
2403
2403
|
{ [_h]: ["GET", "/greengrass/definition/connectors/{ConnectorDefinitionId}/versions", 200] },
|
|
2404
|
-
() => ListConnectorDefinitionVersionsRequest
|
|
2405
|
-
() => ListConnectorDefinitionVersionsResponse
|
|
2404
|
+
() => ListConnectorDefinitionVersionsRequest$,
|
|
2405
|
+
() => ListConnectorDefinitionVersionsResponse$,
|
|
2406
2406
|
];
|
|
2407
|
-
var ListCoreDefinitions = [
|
|
2407
|
+
var ListCoreDefinitions$ = [
|
|
2408
2408
|
9,
|
|
2409
2409
|
n0,
|
|
2410
2410
|
_LCDi,
|
|
2411
2411
|
{ [_h]: ["GET", "/greengrass/definition/cores", 200] },
|
|
2412
|
-
() => ListCoreDefinitionsRequest
|
|
2413
|
-
() => ListCoreDefinitionsResponse
|
|
2412
|
+
() => ListCoreDefinitionsRequest$,
|
|
2413
|
+
() => ListCoreDefinitionsResponse$,
|
|
2414
2414
|
];
|
|
2415
|
-
var ListCoreDefinitionVersions = [
|
|
2415
|
+
var ListCoreDefinitionVersions$ = [
|
|
2416
2416
|
9,
|
|
2417
2417
|
n0,
|
|
2418
2418
|
_LCDVi,
|
|
2419
2419
|
{ [_h]: ["GET", "/greengrass/definition/cores/{CoreDefinitionId}/versions", 200] },
|
|
2420
|
-
() => ListCoreDefinitionVersionsRequest
|
|
2421
|
-
() => ListCoreDefinitionVersionsResponse
|
|
2420
|
+
() => ListCoreDefinitionVersionsRequest$,
|
|
2421
|
+
() => ListCoreDefinitionVersionsResponse$,
|
|
2422
2422
|
];
|
|
2423
|
-
var ListDeployments = [
|
|
2423
|
+
var ListDeployments$ = [
|
|
2424
2424
|
9,
|
|
2425
2425
|
n0,
|
|
2426
2426
|
_LD,
|
|
2427
2427
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/deployments", 200] },
|
|
2428
|
-
() => ListDeploymentsRequest
|
|
2429
|
-
() => ListDeploymentsResponse
|
|
2428
|
+
() => ListDeploymentsRequest$,
|
|
2429
|
+
() => ListDeploymentsResponse$,
|
|
2430
2430
|
];
|
|
2431
|
-
var ListDeviceDefinitions = [
|
|
2431
|
+
var ListDeviceDefinitions$ = [
|
|
2432
2432
|
9,
|
|
2433
2433
|
n0,
|
|
2434
2434
|
_LDD,
|
|
2435
2435
|
{ [_h]: ["GET", "/greengrass/definition/devices", 200] },
|
|
2436
|
-
() => ListDeviceDefinitionsRequest
|
|
2437
|
-
() => ListDeviceDefinitionsResponse
|
|
2436
|
+
() => ListDeviceDefinitionsRequest$,
|
|
2437
|
+
() => ListDeviceDefinitionsResponse$,
|
|
2438
2438
|
];
|
|
2439
|
-
var ListDeviceDefinitionVersions = [
|
|
2439
|
+
var ListDeviceDefinitionVersions$ = [
|
|
2440
2440
|
9,
|
|
2441
2441
|
n0,
|
|
2442
2442
|
_LDDV,
|
|
2443
2443
|
{ [_h]: ["GET", "/greengrass/definition/devices/{DeviceDefinitionId}/versions", 200] },
|
|
2444
|
-
() => ListDeviceDefinitionVersionsRequest
|
|
2445
|
-
() => ListDeviceDefinitionVersionsResponse
|
|
2444
|
+
() => ListDeviceDefinitionVersionsRequest$,
|
|
2445
|
+
() => ListDeviceDefinitionVersionsResponse$,
|
|
2446
2446
|
];
|
|
2447
|
-
var ListFunctionDefinitions = [
|
|
2447
|
+
var ListFunctionDefinitions$ = [
|
|
2448
2448
|
9,
|
|
2449
2449
|
n0,
|
|
2450
2450
|
_LFD,
|
|
2451
2451
|
{ [_h]: ["GET", "/greengrass/definition/functions", 200] },
|
|
2452
|
-
() => ListFunctionDefinitionsRequest
|
|
2453
|
-
() => ListFunctionDefinitionsResponse
|
|
2452
|
+
() => ListFunctionDefinitionsRequest$,
|
|
2453
|
+
() => ListFunctionDefinitionsResponse$,
|
|
2454
2454
|
];
|
|
2455
|
-
var ListFunctionDefinitionVersions = [
|
|
2455
|
+
var ListFunctionDefinitionVersions$ = [
|
|
2456
2456
|
9,
|
|
2457
2457
|
n0,
|
|
2458
2458
|
_LFDV,
|
|
2459
2459
|
{ [_h]: ["GET", "/greengrass/definition/functions/{FunctionDefinitionId}/versions", 200] },
|
|
2460
|
-
() => ListFunctionDefinitionVersionsRequest
|
|
2461
|
-
() => ListFunctionDefinitionVersionsResponse
|
|
2460
|
+
() => ListFunctionDefinitionVersionsRequest$,
|
|
2461
|
+
() => ListFunctionDefinitionVersionsResponse$,
|
|
2462
2462
|
];
|
|
2463
|
-
var ListGroupCertificateAuthorities = [
|
|
2463
|
+
var ListGroupCertificateAuthorities$ = [
|
|
2464
2464
|
9,
|
|
2465
2465
|
n0,
|
|
2466
2466
|
_LGCA,
|
|
2467
2467
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/certificateauthorities", 200] },
|
|
2468
|
-
() => ListGroupCertificateAuthoritiesRequest
|
|
2469
|
-
() => ListGroupCertificateAuthoritiesResponse
|
|
2468
|
+
() => ListGroupCertificateAuthoritiesRequest$,
|
|
2469
|
+
() => ListGroupCertificateAuthoritiesResponse$,
|
|
2470
2470
|
];
|
|
2471
|
-
var ListGroups = [
|
|
2471
|
+
var ListGroups$ = [
|
|
2472
2472
|
9,
|
|
2473
2473
|
n0,
|
|
2474
2474
|
_LG,
|
|
2475
2475
|
{ [_h]: ["GET", "/greengrass/groups", 200] },
|
|
2476
|
-
() => ListGroupsRequest
|
|
2477
|
-
() => ListGroupsResponse
|
|
2476
|
+
() => ListGroupsRequest$,
|
|
2477
|
+
() => ListGroupsResponse$,
|
|
2478
2478
|
];
|
|
2479
|
-
var ListGroupVersions = [
|
|
2479
|
+
var ListGroupVersions$ = [
|
|
2480
2480
|
9,
|
|
2481
2481
|
n0,
|
|
2482
2482
|
_LGV,
|
|
2483
2483
|
{ [_h]: ["GET", "/greengrass/groups/{GroupId}/versions", 200] },
|
|
2484
|
-
() => ListGroupVersionsRequest
|
|
2485
|
-
() => ListGroupVersionsResponse
|
|
2484
|
+
() => ListGroupVersionsRequest$,
|
|
2485
|
+
() => ListGroupVersionsResponse$,
|
|
2486
2486
|
];
|
|
2487
|
-
var ListLoggerDefinitions = [
|
|
2487
|
+
var ListLoggerDefinitions$ = [
|
|
2488
2488
|
9,
|
|
2489
2489
|
n0,
|
|
2490
2490
|
_LLD,
|
|
2491
2491
|
{ [_h]: ["GET", "/greengrass/definition/loggers", 200] },
|
|
2492
|
-
() => ListLoggerDefinitionsRequest
|
|
2493
|
-
() => ListLoggerDefinitionsResponse
|
|
2492
|
+
() => ListLoggerDefinitionsRequest$,
|
|
2493
|
+
() => ListLoggerDefinitionsResponse$,
|
|
2494
2494
|
];
|
|
2495
|
-
var ListLoggerDefinitionVersions = [
|
|
2495
|
+
var ListLoggerDefinitionVersions$ = [
|
|
2496
2496
|
9,
|
|
2497
2497
|
n0,
|
|
2498
2498
|
_LLDV,
|
|
2499
2499
|
{ [_h]: ["GET", "/greengrass/definition/loggers/{LoggerDefinitionId}/versions", 200] },
|
|
2500
|
-
() => ListLoggerDefinitionVersionsRequest
|
|
2501
|
-
() => ListLoggerDefinitionVersionsResponse
|
|
2500
|
+
() => ListLoggerDefinitionVersionsRequest$,
|
|
2501
|
+
() => ListLoggerDefinitionVersionsResponse$,
|
|
2502
2502
|
];
|
|
2503
|
-
var ListResourceDefinitions = [
|
|
2503
|
+
var ListResourceDefinitions$ = [
|
|
2504
2504
|
9,
|
|
2505
2505
|
n0,
|
|
2506
2506
|
_LRD,
|
|
2507
2507
|
{ [_h]: ["GET", "/greengrass/definition/resources", 200] },
|
|
2508
|
-
() => ListResourceDefinitionsRequest
|
|
2509
|
-
() => ListResourceDefinitionsResponse
|
|
2508
|
+
() => ListResourceDefinitionsRequest$,
|
|
2509
|
+
() => ListResourceDefinitionsResponse$,
|
|
2510
2510
|
];
|
|
2511
|
-
var ListResourceDefinitionVersions = [
|
|
2511
|
+
var ListResourceDefinitionVersions$ = [
|
|
2512
2512
|
9,
|
|
2513
2513
|
n0,
|
|
2514
2514
|
_LRDV,
|
|
2515
2515
|
{ [_h]: ["GET", "/greengrass/definition/resources/{ResourceDefinitionId}/versions", 200] },
|
|
2516
|
-
() => ListResourceDefinitionVersionsRequest
|
|
2517
|
-
() => ListResourceDefinitionVersionsResponse
|
|
2516
|
+
() => ListResourceDefinitionVersionsRequest$,
|
|
2517
|
+
() => ListResourceDefinitionVersionsResponse$,
|
|
2518
2518
|
];
|
|
2519
|
-
var ListSubscriptionDefinitions = [
|
|
2519
|
+
var ListSubscriptionDefinitions$ = [
|
|
2520
2520
|
9,
|
|
2521
2521
|
n0,
|
|
2522
2522
|
_LSD,
|
|
2523
2523
|
{ [_h]: ["GET", "/greengrass/definition/subscriptions", 200] },
|
|
2524
|
-
() => ListSubscriptionDefinitionsRequest
|
|
2525
|
-
() => ListSubscriptionDefinitionsResponse
|
|
2524
|
+
() => ListSubscriptionDefinitionsRequest$,
|
|
2525
|
+
() => ListSubscriptionDefinitionsResponse$,
|
|
2526
2526
|
];
|
|
2527
|
-
var ListSubscriptionDefinitionVersions = [
|
|
2527
|
+
var ListSubscriptionDefinitionVersions$ = [
|
|
2528
2528
|
9,
|
|
2529
2529
|
n0,
|
|
2530
2530
|
_LSDV,
|
|
2531
2531
|
{ [_h]: ["GET", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions", 200] },
|
|
2532
|
-
() => ListSubscriptionDefinitionVersionsRequest
|
|
2533
|
-
() => ListSubscriptionDefinitionVersionsResponse
|
|
2532
|
+
() => ListSubscriptionDefinitionVersionsRequest$,
|
|
2533
|
+
() => ListSubscriptionDefinitionVersionsResponse$,
|
|
2534
2534
|
];
|
|
2535
|
-
var ListTagsForResource = [
|
|
2535
|
+
var ListTagsForResource$ = [
|
|
2536
2536
|
9,
|
|
2537
2537
|
n0,
|
|
2538
2538
|
_LTFR,
|
|
2539
2539
|
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
2540
|
-
() => ListTagsForResourceRequest
|
|
2541
|
-
() => ListTagsForResourceResponse
|
|
2540
|
+
() => ListTagsForResourceRequest$,
|
|
2541
|
+
() => ListTagsForResourceResponse$,
|
|
2542
2542
|
];
|
|
2543
|
-
var ResetDeployments = [
|
|
2543
|
+
var ResetDeployments$ = [
|
|
2544
2544
|
9,
|
|
2545
2545
|
n0,
|
|
2546
2546
|
_RD,
|
|
2547
2547
|
{ [_h]: ["POST", "/greengrass/groups/{GroupId}/deployments/$reset", 200] },
|
|
2548
|
-
() => ResetDeploymentsRequest
|
|
2549
|
-
() => ResetDeploymentsResponse
|
|
2548
|
+
() => ResetDeploymentsRequest$,
|
|
2549
|
+
() => ResetDeploymentsResponse$,
|
|
2550
2550
|
];
|
|
2551
|
-
var StartBulkDeployment = [
|
|
2551
|
+
var StartBulkDeployment$ = [
|
|
2552
2552
|
9,
|
|
2553
2553
|
n0,
|
|
2554
2554
|
_SBD,
|
|
2555
2555
|
{ [_h]: ["POST", "/greengrass/bulk/deployments", 200] },
|
|
2556
|
-
() => StartBulkDeploymentRequest
|
|
2557
|
-
() => StartBulkDeploymentResponse
|
|
2556
|
+
() => StartBulkDeploymentRequest$,
|
|
2557
|
+
() => StartBulkDeploymentResponse$,
|
|
2558
2558
|
];
|
|
2559
|
-
var StopBulkDeployment = [
|
|
2559
|
+
var StopBulkDeployment$ = [
|
|
2560
2560
|
9,
|
|
2561
2561
|
n0,
|
|
2562
2562
|
_SBDt,
|
|
2563
2563
|
{ [_h]: ["PUT", "/greengrass/bulk/deployments/{BulkDeploymentId}/$stop", 200] },
|
|
2564
|
-
() => StopBulkDeploymentRequest
|
|
2565
|
-
() => StopBulkDeploymentResponse
|
|
2564
|
+
() => StopBulkDeploymentRequest$,
|
|
2565
|
+
() => StopBulkDeploymentResponse$,
|
|
2566
2566
|
];
|
|
2567
|
-
var TagResource = [
|
|
2567
|
+
var TagResource$ = [
|
|
2568
2568
|
9,
|
|
2569
2569
|
n0,
|
|
2570
2570
|
_TR,
|
|
2571
2571
|
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
2572
|
-
() => TagResourceRequest
|
|
2572
|
+
() => TagResourceRequest$,
|
|
2573
2573
|
() => __Unit,
|
|
2574
2574
|
];
|
|
2575
|
-
var UntagResource = [
|
|
2575
|
+
var UntagResource$ = [
|
|
2576
2576
|
9,
|
|
2577
2577
|
n0,
|
|
2578
2578
|
_UR,
|
|
2579
2579
|
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
2580
|
-
() => UntagResourceRequest
|
|
2580
|
+
() => UntagResourceRequest$,
|
|
2581
2581
|
() => __Unit,
|
|
2582
2582
|
];
|
|
2583
|
-
var UpdateConnectivityInfo = [
|
|
2583
|
+
var UpdateConnectivityInfo$ = [
|
|
2584
2584
|
9,
|
|
2585
2585
|
n0,
|
|
2586
2586
|
_UCI,
|
|
2587
2587
|
{ [_h]: ["PUT", "/greengrass/things/{ThingName}/connectivityInfo", 200] },
|
|
2588
|
-
() => UpdateConnectivityInfoRequest
|
|
2589
|
-
() => UpdateConnectivityInfoResponse
|
|
2588
|
+
() => UpdateConnectivityInfoRequest$,
|
|
2589
|
+
() => UpdateConnectivityInfoResponse$,
|
|
2590
2590
|
];
|
|
2591
|
-
var UpdateConnectorDefinition = [
|
|
2591
|
+
var UpdateConnectorDefinition$ = [
|
|
2592
2592
|
9,
|
|
2593
2593
|
n0,
|
|
2594
2594
|
_UCD,
|
|
2595
2595
|
{ [_h]: ["PUT", "/greengrass/definition/connectors/{ConnectorDefinitionId}", 200] },
|
|
2596
|
-
() => UpdateConnectorDefinitionRequest
|
|
2597
|
-
() => UpdateConnectorDefinitionResponse
|
|
2596
|
+
() => UpdateConnectorDefinitionRequest$,
|
|
2597
|
+
() => UpdateConnectorDefinitionResponse$,
|
|
2598
2598
|
];
|
|
2599
|
-
var UpdateCoreDefinition = [
|
|
2599
|
+
var UpdateCoreDefinition$ = [
|
|
2600
2600
|
9,
|
|
2601
2601
|
n0,
|
|
2602
2602
|
_UCDp,
|
|
2603
2603
|
{ [_h]: ["PUT", "/greengrass/definition/cores/{CoreDefinitionId}", 200] },
|
|
2604
|
-
() => UpdateCoreDefinitionRequest
|
|
2605
|
-
() => UpdateCoreDefinitionResponse
|
|
2604
|
+
() => UpdateCoreDefinitionRequest$,
|
|
2605
|
+
() => UpdateCoreDefinitionResponse$,
|
|
2606
2606
|
];
|
|
2607
|
-
var UpdateDeviceDefinition = [
|
|
2607
|
+
var UpdateDeviceDefinition$ = [
|
|
2608
2608
|
9,
|
|
2609
2609
|
n0,
|
|
2610
2610
|
_UDD,
|
|
2611
2611
|
{ [_h]: ["PUT", "/greengrass/definition/devices/{DeviceDefinitionId}", 200] },
|
|
2612
|
-
() => UpdateDeviceDefinitionRequest
|
|
2613
|
-
() => UpdateDeviceDefinitionResponse
|
|
2612
|
+
() => UpdateDeviceDefinitionRequest$,
|
|
2613
|
+
() => UpdateDeviceDefinitionResponse$,
|
|
2614
2614
|
];
|
|
2615
|
-
var UpdateFunctionDefinition = [
|
|
2615
|
+
var UpdateFunctionDefinition$ = [
|
|
2616
2616
|
9,
|
|
2617
2617
|
n0,
|
|
2618
2618
|
_UFD,
|
|
2619
2619
|
{ [_h]: ["PUT", "/greengrass/definition/functions/{FunctionDefinitionId}", 200] },
|
|
2620
|
-
() => UpdateFunctionDefinitionRequest
|
|
2621
|
-
() => UpdateFunctionDefinitionResponse
|
|
2620
|
+
() => UpdateFunctionDefinitionRequest$,
|
|
2621
|
+
() => UpdateFunctionDefinitionResponse$,
|
|
2622
2622
|
];
|
|
2623
|
-
var UpdateGroup = [
|
|
2623
|
+
var UpdateGroup$ = [
|
|
2624
2624
|
9,
|
|
2625
2625
|
n0,
|
|
2626
2626
|
_UG,
|
|
2627
2627
|
{ [_h]: ["PUT", "/greengrass/groups/{GroupId}", 200] },
|
|
2628
|
-
() => UpdateGroupRequest
|
|
2629
|
-
() => UpdateGroupResponse
|
|
2628
|
+
() => UpdateGroupRequest$,
|
|
2629
|
+
() => UpdateGroupResponse$,
|
|
2630
2630
|
];
|
|
2631
|
-
var UpdateGroupCertificateConfiguration = [
|
|
2631
|
+
var UpdateGroupCertificateConfiguration$ = [
|
|
2632
2632
|
9,
|
|
2633
2633
|
n0,
|
|
2634
2634
|
_UGCC,
|
|
2635
2635
|
{ [_h]: ["PUT", "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry", 200] },
|
|
2636
|
-
() => UpdateGroupCertificateConfigurationRequest
|
|
2637
|
-
() => UpdateGroupCertificateConfigurationResponse
|
|
2636
|
+
() => UpdateGroupCertificateConfigurationRequest$,
|
|
2637
|
+
() => UpdateGroupCertificateConfigurationResponse$,
|
|
2638
2638
|
];
|
|
2639
|
-
var UpdateLoggerDefinition = [
|
|
2639
|
+
var UpdateLoggerDefinition$ = [
|
|
2640
2640
|
9,
|
|
2641
2641
|
n0,
|
|
2642
2642
|
_ULD,
|
|
2643
2643
|
{ [_h]: ["PUT", "/greengrass/definition/loggers/{LoggerDefinitionId}", 200] },
|
|
2644
|
-
() => UpdateLoggerDefinitionRequest
|
|
2645
|
-
() => UpdateLoggerDefinitionResponse
|
|
2644
|
+
() => UpdateLoggerDefinitionRequest$,
|
|
2645
|
+
() => UpdateLoggerDefinitionResponse$,
|
|
2646
2646
|
];
|
|
2647
|
-
var UpdateResourceDefinition = [
|
|
2647
|
+
var UpdateResourceDefinition$ = [
|
|
2648
2648
|
9,
|
|
2649
2649
|
n0,
|
|
2650
2650
|
_URD,
|
|
2651
2651
|
{ [_h]: ["PUT", "/greengrass/definition/resources/{ResourceDefinitionId}", 200] },
|
|
2652
|
-
() => UpdateResourceDefinitionRequest
|
|
2653
|
-
() => UpdateResourceDefinitionResponse
|
|
2652
|
+
() => UpdateResourceDefinitionRequest$,
|
|
2653
|
+
() => UpdateResourceDefinitionResponse$,
|
|
2654
2654
|
];
|
|
2655
|
-
var UpdateSubscriptionDefinition = [
|
|
2655
|
+
var UpdateSubscriptionDefinition$ = [
|
|
2656
2656
|
9,
|
|
2657
2657
|
n0,
|
|
2658
2658
|
_USD,
|
|
2659
2659
|
{ [_h]: ["PUT", "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}", 200] },
|
|
2660
|
-
() => UpdateSubscriptionDefinitionRequest
|
|
2661
|
-
() => UpdateSubscriptionDefinitionResponse
|
|
2660
|
+
() => UpdateSubscriptionDefinitionRequest$,
|
|
2661
|
+
() => UpdateSubscriptionDefinitionResponse$,
|
|
2662
2662
|
];
|
|
2663
|
-
var UpdateThingRuntimeConfiguration = [
|
|
2663
|
+
var UpdateThingRuntimeConfiguration$ = [
|
|
2664
2664
|
9,
|
|
2665
2665
|
n0,
|
|
2666
2666
|
_UTRC,
|
|
2667
2667
|
{ [_h]: ["PUT", "/greengrass/things/{ThingName}/runtimeconfig", 200] },
|
|
2668
|
-
() => UpdateThingRuntimeConfigurationRequest
|
|
2669
|
-
() => UpdateThingRuntimeConfigurationResponse
|
|
2668
|
+
() => UpdateThingRuntimeConfigurationRequest$,
|
|
2669
|
+
() => UpdateThingRuntimeConfigurationResponse$,
|
|
2670
2670
|
];
|
|
2671
2671
|
|
|
2672
2672
|
class AssociateRoleToGroupCommand extends smithyClient.Command
|
|
@@ -2677,7 +2677,7 @@ class AssociateRoleToGroupCommand extends smithyClient.Command
|
|
|
2677
2677
|
})
|
|
2678
2678
|
.s("Greengrass", "AssociateRoleToGroup", {})
|
|
2679
2679
|
.n("GreengrassClient", "AssociateRoleToGroupCommand")
|
|
2680
|
-
.sc(AssociateRoleToGroup)
|
|
2680
|
+
.sc(AssociateRoleToGroup$)
|
|
2681
2681
|
.build() {
|
|
2682
2682
|
}
|
|
2683
2683
|
|
|
@@ -2689,7 +2689,7 @@ class AssociateServiceRoleToAccountCommand extends smithyClient.Command
|
|
|
2689
2689
|
})
|
|
2690
2690
|
.s("Greengrass", "AssociateServiceRoleToAccount", {})
|
|
2691
2691
|
.n("GreengrassClient", "AssociateServiceRoleToAccountCommand")
|
|
2692
|
-
.sc(AssociateServiceRoleToAccount)
|
|
2692
|
+
.sc(AssociateServiceRoleToAccount$)
|
|
2693
2693
|
.build() {
|
|
2694
2694
|
}
|
|
2695
2695
|
|
|
@@ -2701,7 +2701,7 @@ class CreateConnectorDefinitionCommand extends smithyClient.Command
|
|
|
2701
2701
|
})
|
|
2702
2702
|
.s("Greengrass", "CreateConnectorDefinition", {})
|
|
2703
2703
|
.n("GreengrassClient", "CreateConnectorDefinitionCommand")
|
|
2704
|
-
.sc(CreateConnectorDefinition)
|
|
2704
|
+
.sc(CreateConnectorDefinition$)
|
|
2705
2705
|
.build() {
|
|
2706
2706
|
}
|
|
2707
2707
|
|
|
@@ -2713,7 +2713,7 @@ class CreateConnectorDefinitionVersionCommand extends smithyClient.Command
|
|
|
2713
2713
|
})
|
|
2714
2714
|
.s("Greengrass", "CreateConnectorDefinitionVersion", {})
|
|
2715
2715
|
.n("GreengrassClient", "CreateConnectorDefinitionVersionCommand")
|
|
2716
|
-
.sc(CreateConnectorDefinitionVersion)
|
|
2716
|
+
.sc(CreateConnectorDefinitionVersion$)
|
|
2717
2717
|
.build() {
|
|
2718
2718
|
}
|
|
2719
2719
|
|
|
@@ -2725,7 +2725,7 @@ class CreateCoreDefinitionCommand extends smithyClient.Command
|
|
|
2725
2725
|
})
|
|
2726
2726
|
.s("Greengrass", "CreateCoreDefinition", {})
|
|
2727
2727
|
.n("GreengrassClient", "CreateCoreDefinitionCommand")
|
|
2728
|
-
.sc(CreateCoreDefinition)
|
|
2728
|
+
.sc(CreateCoreDefinition$)
|
|
2729
2729
|
.build() {
|
|
2730
2730
|
}
|
|
2731
2731
|
|
|
@@ -2737,7 +2737,7 @@ class CreateCoreDefinitionVersionCommand extends smithyClient.Command
|
|
|
2737
2737
|
})
|
|
2738
2738
|
.s("Greengrass", "CreateCoreDefinitionVersion", {})
|
|
2739
2739
|
.n("GreengrassClient", "CreateCoreDefinitionVersionCommand")
|
|
2740
|
-
.sc(CreateCoreDefinitionVersion)
|
|
2740
|
+
.sc(CreateCoreDefinitionVersion$)
|
|
2741
2741
|
.build() {
|
|
2742
2742
|
}
|
|
2743
2743
|
|
|
@@ -2749,7 +2749,7 @@ class CreateDeploymentCommand extends smithyClient.Command
|
|
|
2749
2749
|
})
|
|
2750
2750
|
.s("Greengrass", "CreateDeployment", {})
|
|
2751
2751
|
.n("GreengrassClient", "CreateDeploymentCommand")
|
|
2752
|
-
.sc(CreateDeployment)
|
|
2752
|
+
.sc(CreateDeployment$)
|
|
2753
2753
|
.build() {
|
|
2754
2754
|
}
|
|
2755
2755
|
|
|
@@ -2761,7 +2761,7 @@ class CreateDeviceDefinitionCommand extends smithyClient.Command
|
|
|
2761
2761
|
})
|
|
2762
2762
|
.s("Greengrass", "CreateDeviceDefinition", {})
|
|
2763
2763
|
.n("GreengrassClient", "CreateDeviceDefinitionCommand")
|
|
2764
|
-
.sc(CreateDeviceDefinition)
|
|
2764
|
+
.sc(CreateDeviceDefinition$)
|
|
2765
2765
|
.build() {
|
|
2766
2766
|
}
|
|
2767
2767
|
|
|
@@ -2773,7 +2773,7 @@ class CreateDeviceDefinitionVersionCommand extends smithyClient.Command
|
|
|
2773
2773
|
})
|
|
2774
2774
|
.s("Greengrass", "CreateDeviceDefinitionVersion", {})
|
|
2775
2775
|
.n("GreengrassClient", "CreateDeviceDefinitionVersionCommand")
|
|
2776
|
-
.sc(CreateDeviceDefinitionVersion)
|
|
2776
|
+
.sc(CreateDeviceDefinitionVersion$)
|
|
2777
2777
|
.build() {
|
|
2778
2778
|
}
|
|
2779
2779
|
|
|
@@ -2785,7 +2785,7 @@ class CreateFunctionDefinitionCommand extends smithyClient.Command
|
|
|
2785
2785
|
})
|
|
2786
2786
|
.s("Greengrass", "CreateFunctionDefinition", {})
|
|
2787
2787
|
.n("GreengrassClient", "CreateFunctionDefinitionCommand")
|
|
2788
|
-
.sc(CreateFunctionDefinition)
|
|
2788
|
+
.sc(CreateFunctionDefinition$)
|
|
2789
2789
|
.build() {
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
@@ -2797,7 +2797,7 @@ class CreateFunctionDefinitionVersionCommand extends smithyClient.Command
|
|
|
2797
2797
|
})
|
|
2798
2798
|
.s("Greengrass", "CreateFunctionDefinitionVersion", {})
|
|
2799
2799
|
.n("GreengrassClient", "CreateFunctionDefinitionVersionCommand")
|
|
2800
|
-
.sc(CreateFunctionDefinitionVersion)
|
|
2800
|
+
.sc(CreateFunctionDefinitionVersion$)
|
|
2801
2801
|
.build() {
|
|
2802
2802
|
}
|
|
2803
2803
|
|
|
@@ -2809,7 +2809,7 @@ class CreateGroupCertificateAuthorityCommand extends smithyClient.Command
|
|
|
2809
2809
|
})
|
|
2810
2810
|
.s("Greengrass", "CreateGroupCertificateAuthority", {})
|
|
2811
2811
|
.n("GreengrassClient", "CreateGroupCertificateAuthorityCommand")
|
|
2812
|
-
.sc(CreateGroupCertificateAuthority)
|
|
2812
|
+
.sc(CreateGroupCertificateAuthority$)
|
|
2813
2813
|
.build() {
|
|
2814
2814
|
}
|
|
2815
2815
|
|
|
@@ -2821,7 +2821,7 @@ class CreateGroupCommand extends smithyClient.Command
|
|
|
2821
2821
|
})
|
|
2822
2822
|
.s("Greengrass", "CreateGroup", {})
|
|
2823
2823
|
.n("GreengrassClient", "CreateGroupCommand")
|
|
2824
|
-
.sc(CreateGroup)
|
|
2824
|
+
.sc(CreateGroup$)
|
|
2825
2825
|
.build() {
|
|
2826
2826
|
}
|
|
2827
2827
|
|
|
@@ -2833,7 +2833,7 @@ class CreateGroupVersionCommand extends smithyClient.Command
|
|
|
2833
2833
|
})
|
|
2834
2834
|
.s("Greengrass", "CreateGroupVersion", {})
|
|
2835
2835
|
.n("GreengrassClient", "CreateGroupVersionCommand")
|
|
2836
|
-
.sc(CreateGroupVersion)
|
|
2836
|
+
.sc(CreateGroupVersion$)
|
|
2837
2837
|
.build() {
|
|
2838
2838
|
}
|
|
2839
2839
|
|
|
@@ -2845,7 +2845,7 @@ class CreateLoggerDefinitionCommand extends smithyClient.Command
|
|
|
2845
2845
|
})
|
|
2846
2846
|
.s("Greengrass", "CreateLoggerDefinition", {})
|
|
2847
2847
|
.n("GreengrassClient", "CreateLoggerDefinitionCommand")
|
|
2848
|
-
.sc(CreateLoggerDefinition)
|
|
2848
|
+
.sc(CreateLoggerDefinition$)
|
|
2849
2849
|
.build() {
|
|
2850
2850
|
}
|
|
2851
2851
|
|
|
@@ -2857,7 +2857,7 @@ class CreateLoggerDefinitionVersionCommand extends smithyClient.Command
|
|
|
2857
2857
|
})
|
|
2858
2858
|
.s("Greengrass", "CreateLoggerDefinitionVersion", {})
|
|
2859
2859
|
.n("GreengrassClient", "CreateLoggerDefinitionVersionCommand")
|
|
2860
|
-
.sc(CreateLoggerDefinitionVersion)
|
|
2860
|
+
.sc(CreateLoggerDefinitionVersion$)
|
|
2861
2861
|
.build() {
|
|
2862
2862
|
}
|
|
2863
2863
|
|
|
@@ -2869,7 +2869,7 @@ class CreateResourceDefinitionCommand extends smithyClient.Command
|
|
|
2869
2869
|
})
|
|
2870
2870
|
.s("Greengrass", "CreateResourceDefinition", {})
|
|
2871
2871
|
.n("GreengrassClient", "CreateResourceDefinitionCommand")
|
|
2872
|
-
.sc(CreateResourceDefinition)
|
|
2872
|
+
.sc(CreateResourceDefinition$)
|
|
2873
2873
|
.build() {
|
|
2874
2874
|
}
|
|
2875
2875
|
|
|
@@ -2881,7 +2881,7 @@ class CreateResourceDefinitionVersionCommand extends smithyClient.Command
|
|
|
2881
2881
|
})
|
|
2882
2882
|
.s("Greengrass", "CreateResourceDefinitionVersion", {})
|
|
2883
2883
|
.n("GreengrassClient", "CreateResourceDefinitionVersionCommand")
|
|
2884
|
-
.sc(CreateResourceDefinitionVersion)
|
|
2884
|
+
.sc(CreateResourceDefinitionVersion$)
|
|
2885
2885
|
.build() {
|
|
2886
2886
|
}
|
|
2887
2887
|
|
|
@@ -2893,7 +2893,7 @@ class CreateSoftwareUpdateJobCommand extends smithyClient.Command
|
|
|
2893
2893
|
})
|
|
2894
2894
|
.s("Greengrass", "CreateSoftwareUpdateJob", {})
|
|
2895
2895
|
.n("GreengrassClient", "CreateSoftwareUpdateJobCommand")
|
|
2896
|
-
.sc(CreateSoftwareUpdateJob)
|
|
2896
|
+
.sc(CreateSoftwareUpdateJob$)
|
|
2897
2897
|
.build() {
|
|
2898
2898
|
}
|
|
2899
2899
|
|
|
@@ -2905,7 +2905,7 @@ class CreateSubscriptionDefinitionCommand extends smithyClient.Command
|
|
|
2905
2905
|
})
|
|
2906
2906
|
.s("Greengrass", "CreateSubscriptionDefinition", {})
|
|
2907
2907
|
.n("GreengrassClient", "CreateSubscriptionDefinitionCommand")
|
|
2908
|
-
.sc(CreateSubscriptionDefinition)
|
|
2908
|
+
.sc(CreateSubscriptionDefinition$)
|
|
2909
2909
|
.build() {
|
|
2910
2910
|
}
|
|
2911
2911
|
|
|
@@ -2917,7 +2917,7 @@ class CreateSubscriptionDefinitionVersionCommand extends smithyClient.Command
|
|
|
2917
2917
|
})
|
|
2918
2918
|
.s("Greengrass", "CreateSubscriptionDefinitionVersion", {})
|
|
2919
2919
|
.n("GreengrassClient", "CreateSubscriptionDefinitionVersionCommand")
|
|
2920
|
-
.sc(CreateSubscriptionDefinitionVersion)
|
|
2920
|
+
.sc(CreateSubscriptionDefinitionVersion$)
|
|
2921
2921
|
.build() {
|
|
2922
2922
|
}
|
|
2923
2923
|
|
|
@@ -2929,7 +2929,7 @@ class DeleteConnectorDefinitionCommand extends smithyClient.Command
|
|
|
2929
2929
|
})
|
|
2930
2930
|
.s("Greengrass", "DeleteConnectorDefinition", {})
|
|
2931
2931
|
.n("GreengrassClient", "DeleteConnectorDefinitionCommand")
|
|
2932
|
-
.sc(DeleteConnectorDefinition)
|
|
2932
|
+
.sc(DeleteConnectorDefinition$)
|
|
2933
2933
|
.build() {
|
|
2934
2934
|
}
|
|
2935
2935
|
|
|
@@ -2941,7 +2941,7 @@ class DeleteCoreDefinitionCommand extends smithyClient.Command
|
|
|
2941
2941
|
})
|
|
2942
2942
|
.s("Greengrass", "DeleteCoreDefinition", {})
|
|
2943
2943
|
.n("GreengrassClient", "DeleteCoreDefinitionCommand")
|
|
2944
|
-
.sc(DeleteCoreDefinition)
|
|
2944
|
+
.sc(DeleteCoreDefinition$)
|
|
2945
2945
|
.build() {
|
|
2946
2946
|
}
|
|
2947
2947
|
|
|
@@ -2953,7 +2953,7 @@ class DeleteDeviceDefinitionCommand extends smithyClient.Command
|
|
|
2953
2953
|
})
|
|
2954
2954
|
.s("Greengrass", "DeleteDeviceDefinition", {})
|
|
2955
2955
|
.n("GreengrassClient", "DeleteDeviceDefinitionCommand")
|
|
2956
|
-
.sc(DeleteDeviceDefinition)
|
|
2956
|
+
.sc(DeleteDeviceDefinition$)
|
|
2957
2957
|
.build() {
|
|
2958
2958
|
}
|
|
2959
2959
|
|
|
@@ -2965,7 +2965,7 @@ class DeleteFunctionDefinitionCommand extends smithyClient.Command
|
|
|
2965
2965
|
})
|
|
2966
2966
|
.s("Greengrass", "DeleteFunctionDefinition", {})
|
|
2967
2967
|
.n("GreengrassClient", "DeleteFunctionDefinitionCommand")
|
|
2968
|
-
.sc(DeleteFunctionDefinition)
|
|
2968
|
+
.sc(DeleteFunctionDefinition$)
|
|
2969
2969
|
.build() {
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
@@ -2977,7 +2977,7 @@ class DeleteGroupCommand extends smithyClient.Command
|
|
|
2977
2977
|
})
|
|
2978
2978
|
.s("Greengrass", "DeleteGroup", {})
|
|
2979
2979
|
.n("GreengrassClient", "DeleteGroupCommand")
|
|
2980
|
-
.sc(DeleteGroup)
|
|
2980
|
+
.sc(DeleteGroup$)
|
|
2981
2981
|
.build() {
|
|
2982
2982
|
}
|
|
2983
2983
|
|
|
@@ -2989,7 +2989,7 @@ class DeleteLoggerDefinitionCommand extends smithyClient.Command
|
|
|
2989
2989
|
})
|
|
2990
2990
|
.s("Greengrass", "DeleteLoggerDefinition", {})
|
|
2991
2991
|
.n("GreengrassClient", "DeleteLoggerDefinitionCommand")
|
|
2992
|
-
.sc(DeleteLoggerDefinition)
|
|
2992
|
+
.sc(DeleteLoggerDefinition$)
|
|
2993
2993
|
.build() {
|
|
2994
2994
|
}
|
|
2995
2995
|
|
|
@@ -3001,7 +3001,7 @@ class DeleteResourceDefinitionCommand extends smithyClient.Command
|
|
|
3001
3001
|
})
|
|
3002
3002
|
.s("Greengrass", "DeleteResourceDefinition", {})
|
|
3003
3003
|
.n("GreengrassClient", "DeleteResourceDefinitionCommand")
|
|
3004
|
-
.sc(DeleteResourceDefinition)
|
|
3004
|
+
.sc(DeleteResourceDefinition$)
|
|
3005
3005
|
.build() {
|
|
3006
3006
|
}
|
|
3007
3007
|
|
|
@@ -3013,7 +3013,7 @@ class DeleteSubscriptionDefinitionCommand extends smithyClient.Command
|
|
|
3013
3013
|
})
|
|
3014
3014
|
.s("Greengrass", "DeleteSubscriptionDefinition", {})
|
|
3015
3015
|
.n("GreengrassClient", "DeleteSubscriptionDefinitionCommand")
|
|
3016
|
-
.sc(DeleteSubscriptionDefinition)
|
|
3016
|
+
.sc(DeleteSubscriptionDefinition$)
|
|
3017
3017
|
.build() {
|
|
3018
3018
|
}
|
|
3019
3019
|
|
|
@@ -3025,7 +3025,7 @@ class DisassociateRoleFromGroupCommand extends smithyClient.Command
|
|
|
3025
3025
|
})
|
|
3026
3026
|
.s("Greengrass", "DisassociateRoleFromGroup", {})
|
|
3027
3027
|
.n("GreengrassClient", "DisassociateRoleFromGroupCommand")
|
|
3028
|
-
.sc(DisassociateRoleFromGroup)
|
|
3028
|
+
.sc(DisassociateRoleFromGroup$)
|
|
3029
3029
|
.build() {
|
|
3030
3030
|
}
|
|
3031
3031
|
|
|
@@ -3037,7 +3037,7 @@ class DisassociateServiceRoleFromAccountCommand extends smithyClient.Command
|
|
|
3037
3037
|
})
|
|
3038
3038
|
.s("Greengrass", "DisassociateServiceRoleFromAccount", {})
|
|
3039
3039
|
.n("GreengrassClient", "DisassociateServiceRoleFromAccountCommand")
|
|
3040
|
-
.sc(DisassociateServiceRoleFromAccount)
|
|
3040
|
+
.sc(DisassociateServiceRoleFromAccount$)
|
|
3041
3041
|
.build() {
|
|
3042
3042
|
}
|
|
3043
3043
|
|
|
@@ -3049,7 +3049,7 @@ class GetAssociatedRoleCommand extends smithyClient.Command
|
|
|
3049
3049
|
})
|
|
3050
3050
|
.s("Greengrass", "GetAssociatedRole", {})
|
|
3051
3051
|
.n("GreengrassClient", "GetAssociatedRoleCommand")
|
|
3052
|
-
.sc(GetAssociatedRole)
|
|
3052
|
+
.sc(GetAssociatedRole$)
|
|
3053
3053
|
.build() {
|
|
3054
3054
|
}
|
|
3055
3055
|
|
|
@@ -3061,7 +3061,7 @@ class GetBulkDeploymentStatusCommand extends smithyClient.Command
|
|
|
3061
3061
|
})
|
|
3062
3062
|
.s("Greengrass", "GetBulkDeploymentStatus", {})
|
|
3063
3063
|
.n("GreengrassClient", "GetBulkDeploymentStatusCommand")
|
|
3064
|
-
.sc(GetBulkDeploymentStatus)
|
|
3064
|
+
.sc(GetBulkDeploymentStatus$)
|
|
3065
3065
|
.build() {
|
|
3066
3066
|
}
|
|
3067
3067
|
|
|
@@ -3073,7 +3073,7 @@ class GetConnectivityInfoCommand extends smithyClient.Command
|
|
|
3073
3073
|
})
|
|
3074
3074
|
.s("Greengrass", "GetConnectivityInfo", {})
|
|
3075
3075
|
.n("GreengrassClient", "GetConnectivityInfoCommand")
|
|
3076
|
-
.sc(GetConnectivityInfo)
|
|
3076
|
+
.sc(GetConnectivityInfo$)
|
|
3077
3077
|
.build() {
|
|
3078
3078
|
}
|
|
3079
3079
|
|
|
@@ -3085,7 +3085,7 @@ class GetConnectorDefinitionCommand extends smithyClient.Command
|
|
|
3085
3085
|
})
|
|
3086
3086
|
.s("Greengrass", "GetConnectorDefinition", {})
|
|
3087
3087
|
.n("GreengrassClient", "GetConnectorDefinitionCommand")
|
|
3088
|
-
.sc(GetConnectorDefinition)
|
|
3088
|
+
.sc(GetConnectorDefinition$)
|
|
3089
3089
|
.build() {
|
|
3090
3090
|
}
|
|
3091
3091
|
|
|
@@ -3097,7 +3097,7 @@ class GetConnectorDefinitionVersionCommand extends smithyClient.Command
|
|
|
3097
3097
|
})
|
|
3098
3098
|
.s("Greengrass", "GetConnectorDefinitionVersion", {})
|
|
3099
3099
|
.n("GreengrassClient", "GetConnectorDefinitionVersionCommand")
|
|
3100
|
-
.sc(GetConnectorDefinitionVersion)
|
|
3100
|
+
.sc(GetConnectorDefinitionVersion$)
|
|
3101
3101
|
.build() {
|
|
3102
3102
|
}
|
|
3103
3103
|
|
|
@@ -3109,7 +3109,7 @@ class GetCoreDefinitionCommand extends smithyClient.Command
|
|
|
3109
3109
|
})
|
|
3110
3110
|
.s("Greengrass", "GetCoreDefinition", {})
|
|
3111
3111
|
.n("GreengrassClient", "GetCoreDefinitionCommand")
|
|
3112
|
-
.sc(GetCoreDefinition)
|
|
3112
|
+
.sc(GetCoreDefinition$)
|
|
3113
3113
|
.build() {
|
|
3114
3114
|
}
|
|
3115
3115
|
|
|
@@ -3121,7 +3121,7 @@ class GetCoreDefinitionVersionCommand extends smithyClient.Command
|
|
|
3121
3121
|
})
|
|
3122
3122
|
.s("Greengrass", "GetCoreDefinitionVersion", {})
|
|
3123
3123
|
.n("GreengrassClient", "GetCoreDefinitionVersionCommand")
|
|
3124
|
-
.sc(GetCoreDefinitionVersion)
|
|
3124
|
+
.sc(GetCoreDefinitionVersion$)
|
|
3125
3125
|
.build() {
|
|
3126
3126
|
}
|
|
3127
3127
|
|
|
@@ -3133,7 +3133,7 @@ class GetDeploymentStatusCommand extends smithyClient.Command
|
|
|
3133
3133
|
})
|
|
3134
3134
|
.s("Greengrass", "GetDeploymentStatus", {})
|
|
3135
3135
|
.n("GreengrassClient", "GetDeploymentStatusCommand")
|
|
3136
|
-
.sc(GetDeploymentStatus)
|
|
3136
|
+
.sc(GetDeploymentStatus$)
|
|
3137
3137
|
.build() {
|
|
3138
3138
|
}
|
|
3139
3139
|
|
|
@@ -3145,7 +3145,7 @@ class GetDeviceDefinitionCommand extends smithyClient.Command
|
|
|
3145
3145
|
})
|
|
3146
3146
|
.s("Greengrass", "GetDeviceDefinition", {})
|
|
3147
3147
|
.n("GreengrassClient", "GetDeviceDefinitionCommand")
|
|
3148
|
-
.sc(GetDeviceDefinition)
|
|
3148
|
+
.sc(GetDeviceDefinition$)
|
|
3149
3149
|
.build() {
|
|
3150
3150
|
}
|
|
3151
3151
|
|
|
@@ -3157,7 +3157,7 @@ class GetDeviceDefinitionVersionCommand extends smithyClient.Command
|
|
|
3157
3157
|
})
|
|
3158
3158
|
.s("Greengrass", "GetDeviceDefinitionVersion", {})
|
|
3159
3159
|
.n("GreengrassClient", "GetDeviceDefinitionVersionCommand")
|
|
3160
|
-
.sc(GetDeviceDefinitionVersion)
|
|
3160
|
+
.sc(GetDeviceDefinitionVersion$)
|
|
3161
3161
|
.build() {
|
|
3162
3162
|
}
|
|
3163
3163
|
|
|
@@ -3169,7 +3169,7 @@ class GetFunctionDefinitionCommand extends smithyClient.Command
|
|
|
3169
3169
|
})
|
|
3170
3170
|
.s("Greengrass", "GetFunctionDefinition", {})
|
|
3171
3171
|
.n("GreengrassClient", "GetFunctionDefinitionCommand")
|
|
3172
|
-
.sc(GetFunctionDefinition)
|
|
3172
|
+
.sc(GetFunctionDefinition$)
|
|
3173
3173
|
.build() {
|
|
3174
3174
|
}
|
|
3175
3175
|
|
|
@@ -3181,7 +3181,7 @@ class GetFunctionDefinitionVersionCommand extends smithyClient.Command
|
|
|
3181
3181
|
})
|
|
3182
3182
|
.s("Greengrass", "GetFunctionDefinitionVersion", {})
|
|
3183
3183
|
.n("GreengrassClient", "GetFunctionDefinitionVersionCommand")
|
|
3184
|
-
.sc(GetFunctionDefinitionVersion)
|
|
3184
|
+
.sc(GetFunctionDefinitionVersion$)
|
|
3185
3185
|
.build() {
|
|
3186
3186
|
}
|
|
3187
3187
|
|
|
@@ -3193,7 +3193,7 @@ class GetGroupCertificateAuthorityCommand extends smithyClient.Command
|
|
|
3193
3193
|
})
|
|
3194
3194
|
.s("Greengrass", "GetGroupCertificateAuthority", {})
|
|
3195
3195
|
.n("GreengrassClient", "GetGroupCertificateAuthorityCommand")
|
|
3196
|
-
.sc(GetGroupCertificateAuthority)
|
|
3196
|
+
.sc(GetGroupCertificateAuthority$)
|
|
3197
3197
|
.build() {
|
|
3198
3198
|
}
|
|
3199
3199
|
|
|
@@ -3205,7 +3205,7 @@ class GetGroupCertificateConfigurationCommand extends smithyClient.Command
|
|
|
3205
3205
|
})
|
|
3206
3206
|
.s("Greengrass", "GetGroupCertificateConfiguration", {})
|
|
3207
3207
|
.n("GreengrassClient", "GetGroupCertificateConfigurationCommand")
|
|
3208
|
-
.sc(GetGroupCertificateConfiguration)
|
|
3208
|
+
.sc(GetGroupCertificateConfiguration$)
|
|
3209
3209
|
.build() {
|
|
3210
3210
|
}
|
|
3211
3211
|
|
|
@@ -3217,7 +3217,7 @@ class GetGroupCommand extends smithyClient.Command
|
|
|
3217
3217
|
})
|
|
3218
3218
|
.s("Greengrass", "GetGroup", {})
|
|
3219
3219
|
.n("GreengrassClient", "GetGroupCommand")
|
|
3220
|
-
.sc(GetGroup)
|
|
3220
|
+
.sc(GetGroup$)
|
|
3221
3221
|
.build() {
|
|
3222
3222
|
}
|
|
3223
3223
|
|
|
@@ -3229,7 +3229,7 @@ class GetGroupVersionCommand extends smithyClient.Command
|
|
|
3229
3229
|
})
|
|
3230
3230
|
.s("Greengrass", "GetGroupVersion", {})
|
|
3231
3231
|
.n("GreengrassClient", "GetGroupVersionCommand")
|
|
3232
|
-
.sc(GetGroupVersion)
|
|
3232
|
+
.sc(GetGroupVersion$)
|
|
3233
3233
|
.build() {
|
|
3234
3234
|
}
|
|
3235
3235
|
|
|
@@ -3241,7 +3241,7 @@ class GetLoggerDefinitionCommand extends smithyClient.Command
|
|
|
3241
3241
|
})
|
|
3242
3242
|
.s("Greengrass", "GetLoggerDefinition", {})
|
|
3243
3243
|
.n("GreengrassClient", "GetLoggerDefinitionCommand")
|
|
3244
|
-
.sc(GetLoggerDefinition)
|
|
3244
|
+
.sc(GetLoggerDefinition$)
|
|
3245
3245
|
.build() {
|
|
3246
3246
|
}
|
|
3247
3247
|
|
|
@@ -3253,7 +3253,7 @@ class GetLoggerDefinitionVersionCommand extends smithyClient.Command
|
|
|
3253
3253
|
})
|
|
3254
3254
|
.s("Greengrass", "GetLoggerDefinitionVersion", {})
|
|
3255
3255
|
.n("GreengrassClient", "GetLoggerDefinitionVersionCommand")
|
|
3256
|
-
.sc(GetLoggerDefinitionVersion)
|
|
3256
|
+
.sc(GetLoggerDefinitionVersion$)
|
|
3257
3257
|
.build() {
|
|
3258
3258
|
}
|
|
3259
3259
|
|
|
@@ -3265,7 +3265,7 @@ class GetResourceDefinitionCommand extends smithyClient.Command
|
|
|
3265
3265
|
})
|
|
3266
3266
|
.s("Greengrass", "GetResourceDefinition", {})
|
|
3267
3267
|
.n("GreengrassClient", "GetResourceDefinitionCommand")
|
|
3268
|
-
.sc(GetResourceDefinition)
|
|
3268
|
+
.sc(GetResourceDefinition$)
|
|
3269
3269
|
.build() {
|
|
3270
3270
|
}
|
|
3271
3271
|
|
|
@@ -3277,7 +3277,7 @@ class GetResourceDefinitionVersionCommand extends smithyClient.Command
|
|
|
3277
3277
|
})
|
|
3278
3278
|
.s("Greengrass", "GetResourceDefinitionVersion", {})
|
|
3279
3279
|
.n("GreengrassClient", "GetResourceDefinitionVersionCommand")
|
|
3280
|
-
.sc(GetResourceDefinitionVersion)
|
|
3280
|
+
.sc(GetResourceDefinitionVersion$)
|
|
3281
3281
|
.build() {
|
|
3282
3282
|
}
|
|
3283
3283
|
|
|
@@ -3289,7 +3289,7 @@ class GetServiceRoleForAccountCommand extends smithyClient.Command
|
|
|
3289
3289
|
})
|
|
3290
3290
|
.s("Greengrass", "GetServiceRoleForAccount", {})
|
|
3291
3291
|
.n("GreengrassClient", "GetServiceRoleForAccountCommand")
|
|
3292
|
-
.sc(GetServiceRoleForAccount)
|
|
3292
|
+
.sc(GetServiceRoleForAccount$)
|
|
3293
3293
|
.build() {
|
|
3294
3294
|
}
|
|
3295
3295
|
|
|
@@ -3301,7 +3301,7 @@ class GetSubscriptionDefinitionCommand extends smithyClient.Command
|
|
|
3301
3301
|
})
|
|
3302
3302
|
.s("Greengrass", "GetSubscriptionDefinition", {})
|
|
3303
3303
|
.n("GreengrassClient", "GetSubscriptionDefinitionCommand")
|
|
3304
|
-
.sc(GetSubscriptionDefinition)
|
|
3304
|
+
.sc(GetSubscriptionDefinition$)
|
|
3305
3305
|
.build() {
|
|
3306
3306
|
}
|
|
3307
3307
|
|
|
@@ -3313,7 +3313,7 @@ class GetSubscriptionDefinitionVersionCommand extends smithyClient.Command
|
|
|
3313
3313
|
})
|
|
3314
3314
|
.s("Greengrass", "GetSubscriptionDefinitionVersion", {})
|
|
3315
3315
|
.n("GreengrassClient", "GetSubscriptionDefinitionVersionCommand")
|
|
3316
|
-
.sc(GetSubscriptionDefinitionVersion)
|
|
3316
|
+
.sc(GetSubscriptionDefinitionVersion$)
|
|
3317
3317
|
.build() {
|
|
3318
3318
|
}
|
|
3319
3319
|
|
|
@@ -3325,7 +3325,7 @@ class GetThingRuntimeConfigurationCommand extends smithyClient.Command
|
|
|
3325
3325
|
})
|
|
3326
3326
|
.s("Greengrass", "GetThingRuntimeConfiguration", {})
|
|
3327
3327
|
.n("GreengrassClient", "GetThingRuntimeConfigurationCommand")
|
|
3328
|
-
.sc(GetThingRuntimeConfiguration)
|
|
3328
|
+
.sc(GetThingRuntimeConfiguration$)
|
|
3329
3329
|
.build() {
|
|
3330
3330
|
}
|
|
3331
3331
|
|
|
@@ -3337,7 +3337,7 @@ class ListBulkDeploymentDetailedReportsCommand extends smithyClient.Command
|
|
|
3337
3337
|
})
|
|
3338
3338
|
.s("Greengrass", "ListBulkDeploymentDetailedReports", {})
|
|
3339
3339
|
.n("GreengrassClient", "ListBulkDeploymentDetailedReportsCommand")
|
|
3340
|
-
.sc(ListBulkDeploymentDetailedReports)
|
|
3340
|
+
.sc(ListBulkDeploymentDetailedReports$)
|
|
3341
3341
|
.build() {
|
|
3342
3342
|
}
|
|
3343
3343
|
|
|
@@ -3349,7 +3349,7 @@ class ListBulkDeploymentsCommand extends smithyClient.Command
|
|
|
3349
3349
|
})
|
|
3350
3350
|
.s("Greengrass", "ListBulkDeployments", {})
|
|
3351
3351
|
.n("GreengrassClient", "ListBulkDeploymentsCommand")
|
|
3352
|
-
.sc(ListBulkDeployments)
|
|
3352
|
+
.sc(ListBulkDeployments$)
|
|
3353
3353
|
.build() {
|
|
3354
3354
|
}
|
|
3355
3355
|
|
|
@@ -3361,7 +3361,7 @@ class ListConnectorDefinitionsCommand extends smithyClient.Command
|
|
|
3361
3361
|
})
|
|
3362
3362
|
.s("Greengrass", "ListConnectorDefinitions", {})
|
|
3363
3363
|
.n("GreengrassClient", "ListConnectorDefinitionsCommand")
|
|
3364
|
-
.sc(ListConnectorDefinitions)
|
|
3364
|
+
.sc(ListConnectorDefinitions$)
|
|
3365
3365
|
.build() {
|
|
3366
3366
|
}
|
|
3367
3367
|
|
|
@@ -3373,7 +3373,7 @@ class ListConnectorDefinitionVersionsCommand extends smithyClient.Command
|
|
|
3373
3373
|
})
|
|
3374
3374
|
.s("Greengrass", "ListConnectorDefinitionVersions", {})
|
|
3375
3375
|
.n("GreengrassClient", "ListConnectorDefinitionVersionsCommand")
|
|
3376
|
-
.sc(ListConnectorDefinitionVersions)
|
|
3376
|
+
.sc(ListConnectorDefinitionVersions$)
|
|
3377
3377
|
.build() {
|
|
3378
3378
|
}
|
|
3379
3379
|
|
|
@@ -3385,7 +3385,7 @@ class ListCoreDefinitionsCommand extends smithyClient.Command
|
|
|
3385
3385
|
})
|
|
3386
3386
|
.s("Greengrass", "ListCoreDefinitions", {})
|
|
3387
3387
|
.n("GreengrassClient", "ListCoreDefinitionsCommand")
|
|
3388
|
-
.sc(ListCoreDefinitions)
|
|
3388
|
+
.sc(ListCoreDefinitions$)
|
|
3389
3389
|
.build() {
|
|
3390
3390
|
}
|
|
3391
3391
|
|
|
@@ -3397,7 +3397,7 @@ class ListCoreDefinitionVersionsCommand extends smithyClient.Command
|
|
|
3397
3397
|
})
|
|
3398
3398
|
.s("Greengrass", "ListCoreDefinitionVersions", {})
|
|
3399
3399
|
.n("GreengrassClient", "ListCoreDefinitionVersionsCommand")
|
|
3400
|
-
.sc(ListCoreDefinitionVersions)
|
|
3400
|
+
.sc(ListCoreDefinitionVersions$)
|
|
3401
3401
|
.build() {
|
|
3402
3402
|
}
|
|
3403
3403
|
|
|
@@ -3409,7 +3409,7 @@ class ListDeploymentsCommand extends smithyClient.Command
|
|
|
3409
3409
|
})
|
|
3410
3410
|
.s("Greengrass", "ListDeployments", {})
|
|
3411
3411
|
.n("GreengrassClient", "ListDeploymentsCommand")
|
|
3412
|
-
.sc(ListDeployments)
|
|
3412
|
+
.sc(ListDeployments$)
|
|
3413
3413
|
.build() {
|
|
3414
3414
|
}
|
|
3415
3415
|
|
|
@@ -3421,7 +3421,7 @@ class ListDeviceDefinitionsCommand extends smithyClient.Command
|
|
|
3421
3421
|
})
|
|
3422
3422
|
.s("Greengrass", "ListDeviceDefinitions", {})
|
|
3423
3423
|
.n("GreengrassClient", "ListDeviceDefinitionsCommand")
|
|
3424
|
-
.sc(ListDeviceDefinitions)
|
|
3424
|
+
.sc(ListDeviceDefinitions$)
|
|
3425
3425
|
.build() {
|
|
3426
3426
|
}
|
|
3427
3427
|
|
|
@@ -3433,7 +3433,7 @@ class ListDeviceDefinitionVersionsCommand extends smithyClient.Command
|
|
|
3433
3433
|
})
|
|
3434
3434
|
.s("Greengrass", "ListDeviceDefinitionVersions", {})
|
|
3435
3435
|
.n("GreengrassClient", "ListDeviceDefinitionVersionsCommand")
|
|
3436
|
-
.sc(ListDeviceDefinitionVersions)
|
|
3436
|
+
.sc(ListDeviceDefinitionVersions$)
|
|
3437
3437
|
.build() {
|
|
3438
3438
|
}
|
|
3439
3439
|
|
|
@@ -3445,7 +3445,7 @@ class ListFunctionDefinitionsCommand extends smithyClient.Command
|
|
|
3445
3445
|
})
|
|
3446
3446
|
.s("Greengrass", "ListFunctionDefinitions", {})
|
|
3447
3447
|
.n("GreengrassClient", "ListFunctionDefinitionsCommand")
|
|
3448
|
-
.sc(ListFunctionDefinitions)
|
|
3448
|
+
.sc(ListFunctionDefinitions$)
|
|
3449
3449
|
.build() {
|
|
3450
3450
|
}
|
|
3451
3451
|
|
|
@@ -3457,7 +3457,7 @@ class ListFunctionDefinitionVersionsCommand extends smithyClient.Command
|
|
|
3457
3457
|
})
|
|
3458
3458
|
.s("Greengrass", "ListFunctionDefinitionVersions", {})
|
|
3459
3459
|
.n("GreengrassClient", "ListFunctionDefinitionVersionsCommand")
|
|
3460
|
-
.sc(ListFunctionDefinitionVersions)
|
|
3460
|
+
.sc(ListFunctionDefinitionVersions$)
|
|
3461
3461
|
.build() {
|
|
3462
3462
|
}
|
|
3463
3463
|
|
|
@@ -3469,7 +3469,7 @@ class ListGroupCertificateAuthoritiesCommand extends smithyClient.Command
|
|
|
3469
3469
|
})
|
|
3470
3470
|
.s("Greengrass", "ListGroupCertificateAuthorities", {})
|
|
3471
3471
|
.n("GreengrassClient", "ListGroupCertificateAuthoritiesCommand")
|
|
3472
|
-
.sc(ListGroupCertificateAuthorities)
|
|
3472
|
+
.sc(ListGroupCertificateAuthorities$)
|
|
3473
3473
|
.build() {
|
|
3474
3474
|
}
|
|
3475
3475
|
|
|
@@ -3481,7 +3481,7 @@ class ListGroupsCommand extends smithyClient.Command
|
|
|
3481
3481
|
})
|
|
3482
3482
|
.s("Greengrass", "ListGroups", {})
|
|
3483
3483
|
.n("GreengrassClient", "ListGroupsCommand")
|
|
3484
|
-
.sc(ListGroups)
|
|
3484
|
+
.sc(ListGroups$)
|
|
3485
3485
|
.build() {
|
|
3486
3486
|
}
|
|
3487
3487
|
|
|
@@ -3493,7 +3493,7 @@ class ListGroupVersionsCommand extends smithyClient.Command
|
|
|
3493
3493
|
})
|
|
3494
3494
|
.s("Greengrass", "ListGroupVersions", {})
|
|
3495
3495
|
.n("GreengrassClient", "ListGroupVersionsCommand")
|
|
3496
|
-
.sc(ListGroupVersions)
|
|
3496
|
+
.sc(ListGroupVersions$)
|
|
3497
3497
|
.build() {
|
|
3498
3498
|
}
|
|
3499
3499
|
|
|
@@ -3505,7 +3505,7 @@ class ListLoggerDefinitionsCommand extends smithyClient.Command
|
|
|
3505
3505
|
})
|
|
3506
3506
|
.s("Greengrass", "ListLoggerDefinitions", {})
|
|
3507
3507
|
.n("GreengrassClient", "ListLoggerDefinitionsCommand")
|
|
3508
|
-
.sc(ListLoggerDefinitions)
|
|
3508
|
+
.sc(ListLoggerDefinitions$)
|
|
3509
3509
|
.build() {
|
|
3510
3510
|
}
|
|
3511
3511
|
|
|
@@ -3517,7 +3517,7 @@ class ListLoggerDefinitionVersionsCommand extends smithyClient.Command
|
|
|
3517
3517
|
})
|
|
3518
3518
|
.s("Greengrass", "ListLoggerDefinitionVersions", {})
|
|
3519
3519
|
.n("GreengrassClient", "ListLoggerDefinitionVersionsCommand")
|
|
3520
|
-
.sc(ListLoggerDefinitionVersions)
|
|
3520
|
+
.sc(ListLoggerDefinitionVersions$)
|
|
3521
3521
|
.build() {
|
|
3522
3522
|
}
|
|
3523
3523
|
|
|
@@ -3529,7 +3529,7 @@ class ListResourceDefinitionsCommand extends smithyClient.Command
|
|
|
3529
3529
|
})
|
|
3530
3530
|
.s("Greengrass", "ListResourceDefinitions", {})
|
|
3531
3531
|
.n("GreengrassClient", "ListResourceDefinitionsCommand")
|
|
3532
|
-
.sc(ListResourceDefinitions)
|
|
3532
|
+
.sc(ListResourceDefinitions$)
|
|
3533
3533
|
.build() {
|
|
3534
3534
|
}
|
|
3535
3535
|
|
|
@@ -3541,7 +3541,7 @@ class ListResourceDefinitionVersionsCommand extends smithyClient.Command
|
|
|
3541
3541
|
})
|
|
3542
3542
|
.s("Greengrass", "ListResourceDefinitionVersions", {})
|
|
3543
3543
|
.n("GreengrassClient", "ListResourceDefinitionVersionsCommand")
|
|
3544
|
-
.sc(ListResourceDefinitionVersions)
|
|
3544
|
+
.sc(ListResourceDefinitionVersions$)
|
|
3545
3545
|
.build() {
|
|
3546
3546
|
}
|
|
3547
3547
|
|
|
@@ -3553,7 +3553,7 @@ class ListSubscriptionDefinitionsCommand extends smithyClient.Command
|
|
|
3553
3553
|
})
|
|
3554
3554
|
.s("Greengrass", "ListSubscriptionDefinitions", {})
|
|
3555
3555
|
.n("GreengrassClient", "ListSubscriptionDefinitionsCommand")
|
|
3556
|
-
.sc(ListSubscriptionDefinitions)
|
|
3556
|
+
.sc(ListSubscriptionDefinitions$)
|
|
3557
3557
|
.build() {
|
|
3558
3558
|
}
|
|
3559
3559
|
|
|
@@ -3565,7 +3565,7 @@ class ListSubscriptionDefinitionVersionsCommand extends smithyClient.Command
|
|
|
3565
3565
|
})
|
|
3566
3566
|
.s("Greengrass", "ListSubscriptionDefinitionVersions", {})
|
|
3567
3567
|
.n("GreengrassClient", "ListSubscriptionDefinitionVersionsCommand")
|
|
3568
|
-
.sc(ListSubscriptionDefinitionVersions)
|
|
3568
|
+
.sc(ListSubscriptionDefinitionVersions$)
|
|
3569
3569
|
.build() {
|
|
3570
3570
|
}
|
|
3571
3571
|
|
|
@@ -3577,7 +3577,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3577
3577
|
})
|
|
3578
3578
|
.s("Greengrass", "ListTagsForResource", {})
|
|
3579
3579
|
.n("GreengrassClient", "ListTagsForResourceCommand")
|
|
3580
|
-
.sc(ListTagsForResource)
|
|
3580
|
+
.sc(ListTagsForResource$)
|
|
3581
3581
|
.build() {
|
|
3582
3582
|
}
|
|
3583
3583
|
|
|
@@ -3589,7 +3589,7 @@ class ResetDeploymentsCommand extends smithyClient.Command
|
|
|
3589
3589
|
})
|
|
3590
3590
|
.s("Greengrass", "ResetDeployments", {})
|
|
3591
3591
|
.n("GreengrassClient", "ResetDeploymentsCommand")
|
|
3592
|
-
.sc(ResetDeployments)
|
|
3592
|
+
.sc(ResetDeployments$)
|
|
3593
3593
|
.build() {
|
|
3594
3594
|
}
|
|
3595
3595
|
|
|
@@ -3601,7 +3601,7 @@ class StartBulkDeploymentCommand extends smithyClient.Command
|
|
|
3601
3601
|
})
|
|
3602
3602
|
.s("Greengrass", "StartBulkDeployment", {})
|
|
3603
3603
|
.n("GreengrassClient", "StartBulkDeploymentCommand")
|
|
3604
|
-
.sc(StartBulkDeployment)
|
|
3604
|
+
.sc(StartBulkDeployment$)
|
|
3605
3605
|
.build() {
|
|
3606
3606
|
}
|
|
3607
3607
|
|
|
@@ -3613,7 +3613,7 @@ class StopBulkDeploymentCommand extends smithyClient.Command
|
|
|
3613
3613
|
})
|
|
3614
3614
|
.s("Greengrass", "StopBulkDeployment", {})
|
|
3615
3615
|
.n("GreengrassClient", "StopBulkDeploymentCommand")
|
|
3616
|
-
.sc(StopBulkDeployment)
|
|
3616
|
+
.sc(StopBulkDeployment$)
|
|
3617
3617
|
.build() {
|
|
3618
3618
|
}
|
|
3619
3619
|
|
|
@@ -3625,7 +3625,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3625
3625
|
})
|
|
3626
3626
|
.s("Greengrass", "TagResource", {})
|
|
3627
3627
|
.n("GreengrassClient", "TagResourceCommand")
|
|
3628
|
-
.sc(TagResource)
|
|
3628
|
+
.sc(TagResource$)
|
|
3629
3629
|
.build() {
|
|
3630
3630
|
}
|
|
3631
3631
|
|
|
@@ -3637,7 +3637,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3637
3637
|
})
|
|
3638
3638
|
.s("Greengrass", "UntagResource", {})
|
|
3639
3639
|
.n("GreengrassClient", "UntagResourceCommand")
|
|
3640
|
-
.sc(UntagResource)
|
|
3640
|
+
.sc(UntagResource$)
|
|
3641
3641
|
.build() {
|
|
3642
3642
|
}
|
|
3643
3643
|
|
|
@@ -3649,7 +3649,7 @@ class UpdateConnectivityInfoCommand extends smithyClient.Command
|
|
|
3649
3649
|
})
|
|
3650
3650
|
.s("Greengrass", "UpdateConnectivityInfo", {})
|
|
3651
3651
|
.n("GreengrassClient", "UpdateConnectivityInfoCommand")
|
|
3652
|
-
.sc(UpdateConnectivityInfo)
|
|
3652
|
+
.sc(UpdateConnectivityInfo$)
|
|
3653
3653
|
.build() {
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
@@ -3661,7 +3661,7 @@ class UpdateConnectorDefinitionCommand extends smithyClient.Command
|
|
|
3661
3661
|
})
|
|
3662
3662
|
.s("Greengrass", "UpdateConnectorDefinition", {})
|
|
3663
3663
|
.n("GreengrassClient", "UpdateConnectorDefinitionCommand")
|
|
3664
|
-
.sc(UpdateConnectorDefinition)
|
|
3664
|
+
.sc(UpdateConnectorDefinition$)
|
|
3665
3665
|
.build() {
|
|
3666
3666
|
}
|
|
3667
3667
|
|
|
@@ -3673,7 +3673,7 @@ class UpdateCoreDefinitionCommand extends smithyClient.Command
|
|
|
3673
3673
|
})
|
|
3674
3674
|
.s("Greengrass", "UpdateCoreDefinition", {})
|
|
3675
3675
|
.n("GreengrassClient", "UpdateCoreDefinitionCommand")
|
|
3676
|
-
.sc(UpdateCoreDefinition)
|
|
3676
|
+
.sc(UpdateCoreDefinition$)
|
|
3677
3677
|
.build() {
|
|
3678
3678
|
}
|
|
3679
3679
|
|
|
@@ -3685,7 +3685,7 @@ class UpdateDeviceDefinitionCommand extends smithyClient.Command
|
|
|
3685
3685
|
})
|
|
3686
3686
|
.s("Greengrass", "UpdateDeviceDefinition", {})
|
|
3687
3687
|
.n("GreengrassClient", "UpdateDeviceDefinitionCommand")
|
|
3688
|
-
.sc(UpdateDeviceDefinition)
|
|
3688
|
+
.sc(UpdateDeviceDefinition$)
|
|
3689
3689
|
.build() {
|
|
3690
3690
|
}
|
|
3691
3691
|
|
|
@@ -3697,7 +3697,7 @@ class UpdateFunctionDefinitionCommand extends smithyClient.Command
|
|
|
3697
3697
|
})
|
|
3698
3698
|
.s("Greengrass", "UpdateFunctionDefinition", {})
|
|
3699
3699
|
.n("GreengrassClient", "UpdateFunctionDefinitionCommand")
|
|
3700
|
-
.sc(UpdateFunctionDefinition)
|
|
3700
|
+
.sc(UpdateFunctionDefinition$)
|
|
3701
3701
|
.build() {
|
|
3702
3702
|
}
|
|
3703
3703
|
|
|
@@ -3709,7 +3709,7 @@ class UpdateGroupCertificateConfigurationCommand extends smithyClient.Command
|
|
|
3709
3709
|
})
|
|
3710
3710
|
.s("Greengrass", "UpdateGroupCertificateConfiguration", {})
|
|
3711
3711
|
.n("GreengrassClient", "UpdateGroupCertificateConfigurationCommand")
|
|
3712
|
-
.sc(UpdateGroupCertificateConfiguration)
|
|
3712
|
+
.sc(UpdateGroupCertificateConfiguration$)
|
|
3713
3713
|
.build() {
|
|
3714
3714
|
}
|
|
3715
3715
|
|
|
@@ -3721,7 +3721,7 @@ class UpdateGroupCommand extends smithyClient.Command
|
|
|
3721
3721
|
})
|
|
3722
3722
|
.s("Greengrass", "UpdateGroup", {})
|
|
3723
3723
|
.n("GreengrassClient", "UpdateGroupCommand")
|
|
3724
|
-
.sc(UpdateGroup)
|
|
3724
|
+
.sc(UpdateGroup$)
|
|
3725
3725
|
.build() {
|
|
3726
3726
|
}
|
|
3727
3727
|
|
|
@@ -3733,7 +3733,7 @@ class UpdateLoggerDefinitionCommand extends smithyClient.Command
|
|
|
3733
3733
|
})
|
|
3734
3734
|
.s("Greengrass", "UpdateLoggerDefinition", {})
|
|
3735
3735
|
.n("GreengrassClient", "UpdateLoggerDefinitionCommand")
|
|
3736
|
-
.sc(UpdateLoggerDefinition)
|
|
3736
|
+
.sc(UpdateLoggerDefinition$)
|
|
3737
3737
|
.build() {
|
|
3738
3738
|
}
|
|
3739
3739
|
|
|
@@ -3745,7 +3745,7 @@ class UpdateResourceDefinitionCommand extends smithyClient.Command
|
|
|
3745
3745
|
})
|
|
3746
3746
|
.s("Greengrass", "UpdateResourceDefinition", {})
|
|
3747
3747
|
.n("GreengrassClient", "UpdateResourceDefinitionCommand")
|
|
3748
|
-
.sc(UpdateResourceDefinition)
|
|
3748
|
+
.sc(UpdateResourceDefinition$)
|
|
3749
3749
|
.build() {
|
|
3750
3750
|
}
|
|
3751
3751
|
|
|
@@ -3757,7 +3757,7 @@ class UpdateSubscriptionDefinitionCommand extends smithyClient.Command
|
|
|
3757
3757
|
})
|
|
3758
3758
|
.s("Greengrass", "UpdateSubscriptionDefinition", {})
|
|
3759
3759
|
.n("GreengrassClient", "UpdateSubscriptionDefinitionCommand")
|
|
3760
|
-
.sc(UpdateSubscriptionDefinition)
|
|
3760
|
+
.sc(UpdateSubscriptionDefinition$)
|
|
3761
3761
|
.build() {
|
|
3762
3762
|
}
|
|
3763
3763
|
|
|
@@ -3769,7 +3769,7 @@ class UpdateThingRuntimeConfigurationCommand extends smithyClient.Command
|
|
|
3769
3769
|
})
|
|
3770
3770
|
.s("Greengrass", "UpdateThingRuntimeConfiguration", {})
|
|
3771
3771
|
.n("GreengrassClient", "UpdateThingRuntimeConfigurationCommand")
|
|
3772
|
-
.sc(UpdateThingRuntimeConfiguration)
|
|
3772
|
+
.sc(UpdateThingRuntimeConfiguration$)
|
|
3773
3773
|
.build() {
|
|
3774
3774
|
}
|
|
3775
3775
|
|
|
@@ -3955,114 +3955,434 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3955
3955
|
enumerable: true,
|
|
3956
3956
|
get: function () { return smithyClient.Client; }
|
|
3957
3957
|
});
|
|
3958
|
+
exports.AssociateRoleToGroup$ = AssociateRoleToGroup$;
|
|
3958
3959
|
exports.AssociateRoleToGroupCommand = AssociateRoleToGroupCommand;
|
|
3960
|
+
exports.AssociateRoleToGroupRequest$ = AssociateRoleToGroupRequest$;
|
|
3961
|
+
exports.AssociateRoleToGroupResponse$ = AssociateRoleToGroupResponse$;
|
|
3962
|
+
exports.AssociateServiceRoleToAccount$ = AssociateServiceRoleToAccount$;
|
|
3959
3963
|
exports.AssociateServiceRoleToAccountCommand = AssociateServiceRoleToAccountCommand;
|
|
3960
|
-
exports.
|
|
3964
|
+
exports.AssociateServiceRoleToAccountRequest$ = AssociateServiceRoleToAccountRequest$;
|
|
3965
|
+
exports.AssociateServiceRoleToAccountResponse$ = AssociateServiceRoleToAccountResponse$;
|
|
3966
|
+
exports.BadRequestException = BadRequestException;
|
|
3967
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
3968
|
+
exports.BulkDeployment$ = BulkDeployment$;
|
|
3969
|
+
exports.BulkDeploymentMetrics$ = BulkDeploymentMetrics$;
|
|
3970
|
+
exports.BulkDeploymentResult$ = BulkDeploymentResult$;
|
|
3961
3971
|
exports.BulkDeploymentStatus = BulkDeploymentStatus;
|
|
3962
3972
|
exports.ConfigurationSyncStatus = ConfigurationSyncStatus;
|
|
3973
|
+
exports.ConnectivityInfo$ = ConnectivityInfo$;
|
|
3974
|
+
exports.Connector$ = Connector$;
|
|
3975
|
+
exports.ConnectorDefinitionVersion$ = ConnectorDefinitionVersion$;
|
|
3976
|
+
exports.Core$ = Core$;
|
|
3977
|
+
exports.CoreDefinitionVersion$ = CoreDefinitionVersion$;
|
|
3978
|
+
exports.CreateConnectorDefinition$ = CreateConnectorDefinition$;
|
|
3963
3979
|
exports.CreateConnectorDefinitionCommand = CreateConnectorDefinitionCommand;
|
|
3980
|
+
exports.CreateConnectorDefinitionRequest$ = CreateConnectorDefinitionRequest$;
|
|
3981
|
+
exports.CreateConnectorDefinitionResponse$ = CreateConnectorDefinitionResponse$;
|
|
3982
|
+
exports.CreateConnectorDefinitionVersion$ = CreateConnectorDefinitionVersion$;
|
|
3964
3983
|
exports.CreateConnectorDefinitionVersionCommand = CreateConnectorDefinitionVersionCommand;
|
|
3984
|
+
exports.CreateConnectorDefinitionVersionRequest$ = CreateConnectorDefinitionVersionRequest$;
|
|
3985
|
+
exports.CreateConnectorDefinitionVersionResponse$ = CreateConnectorDefinitionVersionResponse$;
|
|
3986
|
+
exports.CreateCoreDefinition$ = CreateCoreDefinition$;
|
|
3965
3987
|
exports.CreateCoreDefinitionCommand = CreateCoreDefinitionCommand;
|
|
3988
|
+
exports.CreateCoreDefinitionRequest$ = CreateCoreDefinitionRequest$;
|
|
3989
|
+
exports.CreateCoreDefinitionResponse$ = CreateCoreDefinitionResponse$;
|
|
3990
|
+
exports.CreateCoreDefinitionVersion$ = CreateCoreDefinitionVersion$;
|
|
3966
3991
|
exports.CreateCoreDefinitionVersionCommand = CreateCoreDefinitionVersionCommand;
|
|
3992
|
+
exports.CreateCoreDefinitionVersionRequest$ = CreateCoreDefinitionVersionRequest$;
|
|
3993
|
+
exports.CreateCoreDefinitionVersionResponse$ = CreateCoreDefinitionVersionResponse$;
|
|
3994
|
+
exports.CreateDeployment$ = CreateDeployment$;
|
|
3967
3995
|
exports.CreateDeploymentCommand = CreateDeploymentCommand;
|
|
3996
|
+
exports.CreateDeploymentRequest$ = CreateDeploymentRequest$;
|
|
3997
|
+
exports.CreateDeploymentResponse$ = CreateDeploymentResponse$;
|
|
3998
|
+
exports.CreateDeviceDefinition$ = CreateDeviceDefinition$;
|
|
3968
3999
|
exports.CreateDeviceDefinitionCommand = CreateDeviceDefinitionCommand;
|
|
4000
|
+
exports.CreateDeviceDefinitionRequest$ = CreateDeviceDefinitionRequest$;
|
|
4001
|
+
exports.CreateDeviceDefinitionResponse$ = CreateDeviceDefinitionResponse$;
|
|
4002
|
+
exports.CreateDeviceDefinitionVersion$ = CreateDeviceDefinitionVersion$;
|
|
3969
4003
|
exports.CreateDeviceDefinitionVersionCommand = CreateDeviceDefinitionVersionCommand;
|
|
4004
|
+
exports.CreateDeviceDefinitionVersionRequest$ = CreateDeviceDefinitionVersionRequest$;
|
|
4005
|
+
exports.CreateDeviceDefinitionVersionResponse$ = CreateDeviceDefinitionVersionResponse$;
|
|
4006
|
+
exports.CreateFunctionDefinition$ = CreateFunctionDefinition$;
|
|
3970
4007
|
exports.CreateFunctionDefinitionCommand = CreateFunctionDefinitionCommand;
|
|
4008
|
+
exports.CreateFunctionDefinitionRequest$ = CreateFunctionDefinitionRequest$;
|
|
4009
|
+
exports.CreateFunctionDefinitionResponse$ = CreateFunctionDefinitionResponse$;
|
|
4010
|
+
exports.CreateFunctionDefinitionVersion$ = CreateFunctionDefinitionVersion$;
|
|
3971
4011
|
exports.CreateFunctionDefinitionVersionCommand = CreateFunctionDefinitionVersionCommand;
|
|
4012
|
+
exports.CreateFunctionDefinitionVersionRequest$ = CreateFunctionDefinitionVersionRequest$;
|
|
4013
|
+
exports.CreateFunctionDefinitionVersionResponse$ = CreateFunctionDefinitionVersionResponse$;
|
|
4014
|
+
exports.CreateGroup$ = CreateGroup$;
|
|
4015
|
+
exports.CreateGroupCertificateAuthority$ = CreateGroupCertificateAuthority$;
|
|
3972
4016
|
exports.CreateGroupCertificateAuthorityCommand = CreateGroupCertificateAuthorityCommand;
|
|
4017
|
+
exports.CreateGroupCertificateAuthorityRequest$ = CreateGroupCertificateAuthorityRequest$;
|
|
4018
|
+
exports.CreateGroupCertificateAuthorityResponse$ = CreateGroupCertificateAuthorityResponse$;
|
|
3973
4019
|
exports.CreateGroupCommand = CreateGroupCommand;
|
|
4020
|
+
exports.CreateGroupRequest$ = CreateGroupRequest$;
|
|
4021
|
+
exports.CreateGroupResponse$ = CreateGroupResponse$;
|
|
4022
|
+
exports.CreateGroupVersion$ = CreateGroupVersion$;
|
|
3974
4023
|
exports.CreateGroupVersionCommand = CreateGroupVersionCommand;
|
|
4024
|
+
exports.CreateGroupVersionRequest$ = CreateGroupVersionRequest$;
|
|
4025
|
+
exports.CreateGroupVersionResponse$ = CreateGroupVersionResponse$;
|
|
4026
|
+
exports.CreateLoggerDefinition$ = CreateLoggerDefinition$;
|
|
3975
4027
|
exports.CreateLoggerDefinitionCommand = CreateLoggerDefinitionCommand;
|
|
4028
|
+
exports.CreateLoggerDefinitionRequest$ = CreateLoggerDefinitionRequest$;
|
|
4029
|
+
exports.CreateLoggerDefinitionResponse$ = CreateLoggerDefinitionResponse$;
|
|
4030
|
+
exports.CreateLoggerDefinitionVersion$ = CreateLoggerDefinitionVersion$;
|
|
3976
4031
|
exports.CreateLoggerDefinitionVersionCommand = CreateLoggerDefinitionVersionCommand;
|
|
4032
|
+
exports.CreateLoggerDefinitionVersionRequest$ = CreateLoggerDefinitionVersionRequest$;
|
|
4033
|
+
exports.CreateLoggerDefinitionVersionResponse$ = CreateLoggerDefinitionVersionResponse$;
|
|
4034
|
+
exports.CreateResourceDefinition$ = CreateResourceDefinition$;
|
|
3977
4035
|
exports.CreateResourceDefinitionCommand = CreateResourceDefinitionCommand;
|
|
4036
|
+
exports.CreateResourceDefinitionRequest$ = CreateResourceDefinitionRequest$;
|
|
4037
|
+
exports.CreateResourceDefinitionResponse$ = CreateResourceDefinitionResponse$;
|
|
4038
|
+
exports.CreateResourceDefinitionVersion$ = CreateResourceDefinitionVersion$;
|
|
3978
4039
|
exports.CreateResourceDefinitionVersionCommand = CreateResourceDefinitionVersionCommand;
|
|
4040
|
+
exports.CreateResourceDefinitionVersionRequest$ = CreateResourceDefinitionVersionRequest$;
|
|
4041
|
+
exports.CreateResourceDefinitionVersionResponse$ = CreateResourceDefinitionVersionResponse$;
|
|
4042
|
+
exports.CreateSoftwareUpdateJob$ = CreateSoftwareUpdateJob$;
|
|
3979
4043
|
exports.CreateSoftwareUpdateJobCommand = CreateSoftwareUpdateJobCommand;
|
|
4044
|
+
exports.CreateSoftwareUpdateJobRequest$ = CreateSoftwareUpdateJobRequest$;
|
|
4045
|
+
exports.CreateSoftwareUpdateJobResponse$ = CreateSoftwareUpdateJobResponse$;
|
|
4046
|
+
exports.CreateSubscriptionDefinition$ = CreateSubscriptionDefinition$;
|
|
3980
4047
|
exports.CreateSubscriptionDefinitionCommand = CreateSubscriptionDefinitionCommand;
|
|
4048
|
+
exports.CreateSubscriptionDefinitionRequest$ = CreateSubscriptionDefinitionRequest$;
|
|
4049
|
+
exports.CreateSubscriptionDefinitionResponse$ = CreateSubscriptionDefinitionResponse$;
|
|
4050
|
+
exports.CreateSubscriptionDefinitionVersion$ = CreateSubscriptionDefinitionVersion$;
|
|
3981
4051
|
exports.CreateSubscriptionDefinitionVersionCommand = CreateSubscriptionDefinitionVersionCommand;
|
|
4052
|
+
exports.CreateSubscriptionDefinitionVersionRequest$ = CreateSubscriptionDefinitionVersionRequest$;
|
|
4053
|
+
exports.CreateSubscriptionDefinitionVersionResponse$ = CreateSubscriptionDefinitionVersionResponse$;
|
|
4054
|
+
exports.DefinitionInformation$ = DefinitionInformation$;
|
|
4055
|
+
exports.DeleteConnectorDefinition$ = DeleteConnectorDefinition$;
|
|
3982
4056
|
exports.DeleteConnectorDefinitionCommand = DeleteConnectorDefinitionCommand;
|
|
4057
|
+
exports.DeleteConnectorDefinitionRequest$ = DeleteConnectorDefinitionRequest$;
|
|
4058
|
+
exports.DeleteConnectorDefinitionResponse$ = DeleteConnectorDefinitionResponse$;
|
|
4059
|
+
exports.DeleteCoreDefinition$ = DeleteCoreDefinition$;
|
|
3983
4060
|
exports.DeleteCoreDefinitionCommand = DeleteCoreDefinitionCommand;
|
|
4061
|
+
exports.DeleteCoreDefinitionRequest$ = DeleteCoreDefinitionRequest$;
|
|
4062
|
+
exports.DeleteCoreDefinitionResponse$ = DeleteCoreDefinitionResponse$;
|
|
4063
|
+
exports.DeleteDeviceDefinition$ = DeleteDeviceDefinition$;
|
|
3984
4064
|
exports.DeleteDeviceDefinitionCommand = DeleteDeviceDefinitionCommand;
|
|
4065
|
+
exports.DeleteDeviceDefinitionRequest$ = DeleteDeviceDefinitionRequest$;
|
|
4066
|
+
exports.DeleteDeviceDefinitionResponse$ = DeleteDeviceDefinitionResponse$;
|
|
4067
|
+
exports.DeleteFunctionDefinition$ = DeleteFunctionDefinition$;
|
|
3985
4068
|
exports.DeleteFunctionDefinitionCommand = DeleteFunctionDefinitionCommand;
|
|
4069
|
+
exports.DeleteFunctionDefinitionRequest$ = DeleteFunctionDefinitionRequest$;
|
|
4070
|
+
exports.DeleteFunctionDefinitionResponse$ = DeleteFunctionDefinitionResponse$;
|
|
4071
|
+
exports.DeleteGroup$ = DeleteGroup$;
|
|
3986
4072
|
exports.DeleteGroupCommand = DeleteGroupCommand;
|
|
4073
|
+
exports.DeleteGroupRequest$ = DeleteGroupRequest$;
|
|
4074
|
+
exports.DeleteGroupResponse$ = DeleteGroupResponse$;
|
|
4075
|
+
exports.DeleteLoggerDefinition$ = DeleteLoggerDefinition$;
|
|
3987
4076
|
exports.DeleteLoggerDefinitionCommand = DeleteLoggerDefinitionCommand;
|
|
4077
|
+
exports.DeleteLoggerDefinitionRequest$ = DeleteLoggerDefinitionRequest$;
|
|
4078
|
+
exports.DeleteLoggerDefinitionResponse$ = DeleteLoggerDefinitionResponse$;
|
|
4079
|
+
exports.DeleteResourceDefinition$ = DeleteResourceDefinition$;
|
|
3988
4080
|
exports.DeleteResourceDefinitionCommand = DeleteResourceDefinitionCommand;
|
|
4081
|
+
exports.DeleteResourceDefinitionRequest$ = DeleteResourceDefinitionRequest$;
|
|
4082
|
+
exports.DeleteResourceDefinitionResponse$ = DeleteResourceDefinitionResponse$;
|
|
4083
|
+
exports.DeleteSubscriptionDefinition$ = DeleteSubscriptionDefinition$;
|
|
3989
4084
|
exports.DeleteSubscriptionDefinitionCommand = DeleteSubscriptionDefinitionCommand;
|
|
4085
|
+
exports.DeleteSubscriptionDefinitionRequest$ = DeleteSubscriptionDefinitionRequest$;
|
|
4086
|
+
exports.DeleteSubscriptionDefinitionResponse$ = DeleteSubscriptionDefinitionResponse$;
|
|
4087
|
+
exports.Deployment$ = Deployment$;
|
|
3990
4088
|
exports.DeploymentType = DeploymentType;
|
|
4089
|
+
exports.Device$ = Device$;
|
|
4090
|
+
exports.DeviceDefinitionVersion$ = DeviceDefinitionVersion$;
|
|
4091
|
+
exports.DisassociateRoleFromGroup$ = DisassociateRoleFromGroup$;
|
|
3991
4092
|
exports.DisassociateRoleFromGroupCommand = DisassociateRoleFromGroupCommand;
|
|
4093
|
+
exports.DisassociateRoleFromGroupRequest$ = DisassociateRoleFromGroupRequest$;
|
|
4094
|
+
exports.DisassociateRoleFromGroupResponse$ = DisassociateRoleFromGroupResponse$;
|
|
4095
|
+
exports.DisassociateServiceRoleFromAccount$ = DisassociateServiceRoleFromAccount$;
|
|
3992
4096
|
exports.DisassociateServiceRoleFromAccountCommand = DisassociateServiceRoleFromAccountCommand;
|
|
4097
|
+
exports.DisassociateServiceRoleFromAccountRequest$ = DisassociateServiceRoleFromAccountRequest$;
|
|
4098
|
+
exports.DisassociateServiceRoleFromAccountResponse$ = DisassociateServiceRoleFromAccountResponse$;
|
|
3993
4099
|
exports.EncodingType = EncodingType;
|
|
4100
|
+
exports.ErrorDetail$ = ErrorDetail$;
|
|
4101
|
+
exports.Function$ = Function$;
|
|
4102
|
+
exports.FunctionConfiguration$ = FunctionConfiguration$;
|
|
4103
|
+
exports.FunctionConfigurationEnvironment$ = FunctionConfigurationEnvironment$;
|
|
4104
|
+
exports.FunctionDefaultConfig$ = FunctionDefaultConfig$;
|
|
4105
|
+
exports.FunctionDefaultExecutionConfig$ = FunctionDefaultExecutionConfig$;
|
|
4106
|
+
exports.FunctionDefinitionVersion$ = FunctionDefinitionVersion$;
|
|
4107
|
+
exports.FunctionExecutionConfig$ = FunctionExecutionConfig$;
|
|
3994
4108
|
exports.FunctionIsolationMode = FunctionIsolationMode;
|
|
4109
|
+
exports.FunctionRunAsConfig$ = FunctionRunAsConfig$;
|
|
4110
|
+
exports.GetAssociatedRole$ = GetAssociatedRole$;
|
|
3995
4111
|
exports.GetAssociatedRoleCommand = GetAssociatedRoleCommand;
|
|
4112
|
+
exports.GetAssociatedRoleRequest$ = GetAssociatedRoleRequest$;
|
|
4113
|
+
exports.GetAssociatedRoleResponse$ = GetAssociatedRoleResponse$;
|
|
4114
|
+
exports.GetBulkDeploymentStatus$ = GetBulkDeploymentStatus$;
|
|
3996
4115
|
exports.GetBulkDeploymentStatusCommand = GetBulkDeploymentStatusCommand;
|
|
4116
|
+
exports.GetBulkDeploymentStatusRequest$ = GetBulkDeploymentStatusRequest$;
|
|
4117
|
+
exports.GetBulkDeploymentStatusResponse$ = GetBulkDeploymentStatusResponse$;
|
|
4118
|
+
exports.GetConnectivityInfo$ = GetConnectivityInfo$;
|
|
3997
4119
|
exports.GetConnectivityInfoCommand = GetConnectivityInfoCommand;
|
|
4120
|
+
exports.GetConnectivityInfoRequest$ = GetConnectivityInfoRequest$;
|
|
4121
|
+
exports.GetConnectivityInfoResponse$ = GetConnectivityInfoResponse$;
|
|
4122
|
+
exports.GetConnectorDefinition$ = GetConnectorDefinition$;
|
|
3998
4123
|
exports.GetConnectorDefinitionCommand = GetConnectorDefinitionCommand;
|
|
4124
|
+
exports.GetConnectorDefinitionRequest$ = GetConnectorDefinitionRequest$;
|
|
4125
|
+
exports.GetConnectorDefinitionResponse$ = GetConnectorDefinitionResponse$;
|
|
4126
|
+
exports.GetConnectorDefinitionVersion$ = GetConnectorDefinitionVersion$;
|
|
3999
4127
|
exports.GetConnectorDefinitionVersionCommand = GetConnectorDefinitionVersionCommand;
|
|
4128
|
+
exports.GetConnectorDefinitionVersionRequest$ = GetConnectorDefinitionVersionRequest$;
|
|
4129
|
+
exports.GetConnectorDefinitionVersionResponse$ = GetConnectorDefinitionVersionResponse$;
|
|
4130
|
+
exports.GetCoreDefinition$ = GetCoreDefinition$;
|
|
4000
4131
|
exports.GetCoreDefinitionCommand = GetCoreDefinitionCommand;
|
|
4132
|
+
exports.GetCoreDefinitionRequest$ = GetCoreDefinitionRequest$;
|
|
4133
|
+
exports.GetCoreDefinitionResponse$ = GetCoreDefinitionResponse$;
|
|
4134
|
+
exports.GetCoreDefinitionVersion$ = GetCoreDefinitionVersion$;
|
|
4001
4135
|
exports.GetCoreDefinitionVersionCommand = GetCoreDefinitionVersionCommand;
|
|
4136
|
+
exports.GetCoreDefinitionVersionRequest$ = GetCoreDefinitionVersionRequest$;
|
|
4137
|
+
exports.GetCoreDefinitionVersionResponse$ = GetCoreDefinitionVersionResponse$;
|
|
4138
|
+
exports.GetDeploymentStatus$ = GetDeploymentStatus$;
|
|
4002
4139
|
exports.GetDeploymentStatusCommand = GetDeploymentStatusCommand;
|
|
4140
|
+
exports.GetDeploymentStatusRequest$ = GetDeploymentStatusRequest$;
|
|
4141
|
+
exports.GetDeploymentStatusResponse$ = GetDeploymentStatusResponse$;
|
|
4142
|
+
exports.GetDeviceDefinition$ = GetDeviceDefinition$;
|
|
4003
4143
|
exports.GetDeviceDefinitionCommand = GetDeviceDefinitionCommand;
|
|
4144
|
+
exports.GetDeviceDefinitionRequest$ = GetDeviceDefinitionRequest$;
|
|
4145
|
+
exports.GetDeviceDefinitionResponse$ = GetDeviceDefinitionResponse$;
|
|
4146
|
+
exports.GetDeviceDefinitionVersion$ = GetDeviceDefinitionVersion$;
|
|
4004
4147
|
exports.GetDeviceDefinitionVersionCommand = GetDeviceDefinitionVersionCommand;
|
|
4148
|
+
exports.GetDeviceDefinitionVersionRequest$ = GetDeviceDefinitionVersionRequest$;
|
|
4149
|
+
exports.GetDeviceDefinitionVersionResponse$ = GetDeviceDefinitionVersionResponse$;
|
|
4150
|
+
exports.GetFunctionDefinition$ = GetFunctionDefinition$;
|
|
4005
4151
|
exports.GetFunctionDefinitionCommand = GetFunctionDefinitionCommand;
|
|
4152
|
+
exports.GetFunctionDefinitionRequest$ = GetFunctionDefinitionRequest$;
|
|
4153
|
+
exports.GetFunctionDefinitionResponse$ = GetFunctionDefinitionResponse$;
|
|
4154
|
+
exports.GetFunctionDefinitionVersion$ = GetFunctionDefinitionVersion$;
|
|
4006
4155
|
exports.GetFunctionDefinitionVersionCommand = GetFunctionDefinitionVersionCommand;
|
|
4156
|
+
exports.GetFunctionDefinitionVersionRequest$ = GetFunctionDefinitionVersionRequest$;
|
|
4157
|
+
exports.GetFunctionDefinitionVersionResponse$ = GetFunctionDefinitionVersionResponse$;
|
|
4158
|
+
exports.GetGroup$ = GetGroup$;
|
|
4159
|
+
exports.GetGroupCertificateAuthority$ = GetGroupCertificateAuthority$;
|
|
4007
4160
|
exports.GetGroupCertificateAuthorityCommand = GetGroupCertificateAuthorityCommand;
|
|
4161
|
+
exports.GetGroupCertificateAuthorityRequest$ = GetGroupCertificateAuthorityRequest$;
|
|
4162
|
+
exports.GetGroupCertificateAuthorityResponse$ = GetGroupCertificateAuthorityResponse$;
|
|
4163
|
+
exports.GetGroupCertificateConfiguration$ = GetGroupCertificateConfiguration$;
|
|
4008
4164
|
exports.GetGroupCertificateConfigurationCommand = GetGroupCertificateConfigurationCommand;
|
|
4165
|
+
exports.GetGroupCertificateConfigurationRequest$ = GetGroupCertificateConfigurationRequest$;
|
|
4166
|
+
exports.GetGroupCertificateConfigurationResponse$ = GetGroupCertificateConfigurationResponse$;
|
|
4009
4167
|
exports.GetGroupCommand = GetGroupCommand;
|
|
4168
|
+
exports.GetGroupRequest$ = GetGroupRequest$;
|
|
4169
|
+
exports.GetGroupResponse$ = GetGroupResponse$;
|
|
4170
|
+
exports.GetGroupVersion$ = GetGroupVersion$;
|
|
4010
4171
|
exports.GetGroupVersionCommand = GetGroupVersionCommand;
|
|
4172
|
+
exports.GetGroupVersionRequest$ = GetGroupVersionRequest$;
|
|
4173
|
+
exports.GetGroupVersionResponse$ = GetGroupVersionResponse$;
|
|
4174
|
+
exports.GetLoggerDefinition$ = GetLoggerDefinition$;
|
|
4011
4175
|
exports.GetLoggerDefinitionCommand = GetLoggerDefinitionCommand;
|
|
4176
|
+
exports.GetLoggerDefinitionRequest$ = GetLoggerDefinitionRequest$;
|
|
4177
|
+
exports.GetLoggerDefinitionResponse$ = GetLoggerDefinitionResponse$;
|
|
4178
|
+
exports.GetLoggerDefinitionVersion$ = GetLoggerDefinitionVersion$;
|
|
4012
4179
|
exports.GetLoggerDefinitionVersionCommand = GetLoggerDefinitionVersionCommand;
|
|
4180
|
+
exports.GetLoggerDefinitionVersionRequest$ = GetLoggerDefinitionVersionRequest$;
|
|
4181
|
+
exports.GetLoggerDefinitionVersionResponse$ = GetLoggerDefinitionVersionResponse$;
|
|
4182
|
+
exports.GetResourceDefinition$ = GetResourceDefinition$;
|
|
4013
4183
|
exports.GetResourceDefinitionCommand = GetResourceDefinitionCommand;
|
|
4184
|
+
exports.GetResourceDefinitionRequest$ = GetResourceDefinitionRequest$;
|
|
4185
|
+
exports.GetResourceDefinitionResponse$ = GetResourceDefinitionResponse$;
|
|
4186
|
+
exports.GetResourceDefinitionVersion$ = GetResourceDefinitionVersion$;
|
|
4014
4187
|
exports.GetResourceDefinitionVersionCommand = GetResourceDefinitionVersionCommand;
|
|
4188
|
+
exports.GetResourceDefinitionVersionRequest$ = GetResourceDefinitionVersionRequest$;
|
|
4189
|
+
exports.GetResourceDefinitionVersionResponse$ = GetResourceDefinitionVersionResponse$;
|
|
4190
|
+
exports.GetServiceRoleForAccount$ = GetServiceRoleForAccount$;
|
|
4015
4191
|
exports.GetServiceRoleForAccountCommand = GetServiceRoleForAccountCommand;
|
|
4192
|
+
exports.GetServiceRoleForAccountRequest$ = GetServiceRoleForAccountRequest$;
|
|
4193
|
+
exports.GetServiceRoleForAccountResponse$ = GetServiceRoleForAccountResponse$;
|
|
4194
|
+
exports.GetSubscriptionDefinition$ = GetSubscriptionDefinition$;
|
|
4016
4195
|
exports.GetSubscriptionDefinitionCommand = GetSubscriptionDefinitionCommand;
|
|
4196
|
+
exports.GetSubscriptionDefinitionRequest$ = GetSubscriptionDefinitionRequest$;
|
|
4197
|
+
exports.GetSubscriptionDefinitionResponse$ = GetSubscriptionDefinitionResponse$;
|
|
4198
|
+
exports.GetSubscriptionDefinitionVersion$ = GetSubscriptionDefinitionVersion$;
|
|
4017
4199
|
exports.GetSubscriptionDefinitionVersionCommand = GetSubscriptionDefinitionVersionCommand;
|
|
4200
|
+
exports.GetSubscriptionDefinitionVersionRequest$ = GetSubscriptionDefinitionVersionRequest$;
|
|
4201
|
+
exports.GetSubscriptionDefinitionVersionResponse$ = GetSubscriptionDefinitionVersionResponse$;
|
|
4202
|
+
exports.GetThingRuntimeConfiguration$ = GetThingRuntimeConfiguration$;
|
|
4018
4203
|
exports.GetThingRuntimeConfigurationCommand = GetThingRuntimeConfigurationCommand;
|
|
4204
|
+
exports.GetThingRuntimeConfigurationRequest$ = GetThingRuntimeConfigurationRequest$;
|
|
4205
|
+
exports.GetThingRuntimeConfigurationResponse$ = GetThingRuntimeConfigurationResponse$;
|
|
4019
4206
|
exports.Greengrass = Greengrass;
|
|
4020
4207
|
exports.GreengrassClient = GreengrassClient;
|
|
4021
|
-
exports.GreengrassServiceException = GreengrassServiceException
|
|
4022
|
-
exports.
|
|
4208
|
+
exports.GreengrassServiceException = GreengrassServiceException;
|
|
4209
|
+
exports.GreengrassServiceException$ = GreengrassServiceException$;
|
|
4210
|
+
exports.GroupCertificateAuthorityProperties$ = GroupCertificateAuthorityProperties$;
|
|
4211
|
+
exports.GroupInformation$ = GroupInformation$;
|
|
4212
|
+
exports.GroupOwnerSetting$ = GroupOwnerSetting$;
|
|
4213
|
+
exports.GroupVersion$ = GroupVersion$;
|
|
4214
|
+
exports.InternalServerErrorException = InternalServerErrorException;
|
|
4215
|
+
exports.InternalServerErrorException$ = InternalServerErrorException$;
|
|
4216
|
+
exports.ListBulkDeploymentDetailedReports$ = ListBulkDeploymentDetailedReports$;
|
|
4023
4217
|
exports.ListBulkDeploymentDetailedReportsCommand = ListBulkDeploymentDetailedReportsCommand;
|
|
4218
|
+
exports.ListBulkDeploymentDetailedReportsRequest$ = ListBulkDeploymentDetailedReportsRequest$;
|
|
4219
|
+
exports.ListBulkDeploymentDetailedReportsResponse$ = ListBulkDeploymentDetailedReportsResponse$;
|
|
4220
|
+
exports.ListBulkDeployments$ = ListBulkDeployments$;
|
|
4024
4221
|
exports.ListBulkDeploymentsCommand = ListBulkDeploymentsCommand;
|
|
4222
|
+
exports.ListBulkDeploymentsRequest$ = ListBulkDeploymentsRequest$;
|
|
4223
|
+
exports.ListBulkDeploymentsResponse$ = ListBulkDeploymentsResponse$;
|
|
4224
|
+
exports.ListConnectorDefinitionVersions$ = ListConnectorDefinitionVersions$;
|
|
4025
4225
|
exports.ListConnectorDefinitionVersionsCommand = ListConnectorDefinitionVersionsCommand;
|
|
4226
|
+
exports.ListConnectorDefinitionVersionsRequest$ = ListConnectorDefinitionVersionsRequest$;
|
|
4227
|
+
exports.ListConnectorDefinitionVersionsResponse$ = ListConnectorDefinitionVersionsResponse$;
|
|
4228
|
+
exports.ListConnectorDefinitions$ = ListConnectorDefinitions$;
|
|
4026
4229
|
exports.ListConnectorDefinitionsCommand = ListConnectorDefinitionsCommand;
|
|
4230
|
+
exports.ListConnectorDefinitionsRequest$ = ListConnectorDefinitionsRequest$;
|
|
4231
|
+
exports.ListConnectorDefinitionsResponse$ = ListConnectorDefinitionsResponse$;
|
|
4232
|
+
exports.ListCoreDefinitionVersions$ = ListCoreDefinitionVersions$;
|
|
4027
4233
|
exports.ListCoreDefinitionVersionsCommand = ListCoreDefinitionVersionsCommand;
|
|
4234
|
+
exports.ListCoreDefinitionVersionsRequest$ = ListCoreDefinitionVersionsRequest$;
|
|
4235
|
+
exports.ListCoreDefinitionVersionsResponse$ = ListCoreDefinitionVersionsResponse$;
|
|
4236
|
+
exports.ListCoreDefinitions$ = ListCoreDefinitions$;
|
|
4028
4237
|
exports.ListCoreDefinitionsCommand = ListCoreDefinitionsCommand;
|
|
4238
|
+
exports.ListCoreDefinitionsRequest$ = ListCoreDefinitionsRequest$;
|
|
4239
|
+
exports.ListCoreDefinitionsResponse$ = ListCoreDefinitionsResponse$;
|
|
4240
|
+
exports.ListDeployments$ = ListDeployments$;
|
|
4029
4241
|
exports.ListDeploymentsCommand = ListDeploymentsCommand;
|
|
4242
|
+
exports.ListDeploymentsRequest$ = ListDeploymentsRequest$;
|
|
4243
|
+
exports.ListDeploymentsResponse$ = ListDeploymentsResponse$;
|
|
4244
|
+
exports.ListDeviceDefinitionVersions$ = ListDeviceDefinitionVersions$;
|
|
4030
4245
|
exports.ListDeviceDefinitionVersionsCommand = ListDeviceDefinitionVersionsCommand;
|
|
4246
|
+
exports.ListDeviceDefinitionVersionsRequest$ = ListDeviceDefinitionVersionsRequest$;
|
|
4247
|
+
exports.ListDeviceDefinitionVersionsResponse$ = ListDeviceDefinitionVersionsResponse$;
|
|
4248
|
+
exports.ListDeviceDefinitions$ = ListDeviceDefinitions$;
|
|
4031
4249
|
exports.ListDeviceDefinitionsCommand = ListDeviceDefinitionsCommand;
|
|
4250
|
+
exports.ListDeviceDefinitionsRequest$ = ListDeviceDefinitionsRequest$;
|
|
4251
|
+
exports.ListDeviceDefinitionsResponse$ = ListDeviceDefinitionsResponse$;
|
|
4252
|
+
exports.ListFunctionDefinitionVersions$ = ListFunctionDefinitionVersions$;
|
|
4032
4253
|
exports.ListFunctionDefinitionVersionsCommand = ListFunctionDefinitionVersionsCommand;
|
|
4254
|
+
exports.ListFunctionDefinitionVersionsRequest$ = ListFunctionDefinitionVersionsRequest$;
|
|
4255
|
+
exports.ListFunctionDefinitionVersionsResponse$ = ListFunctionDefinitionVersionsResponse$;
|
|
4256
|
+
exports.ListFunctionDefinitions$ = ListFunctionDefinitions$;
|
|
4033
4257
|
exports.ListFunctionDefinitionsCommand = ListFunctionDefinitionsCommand;
|
|
4258
|
+
exports.ListFunctionDefinitionsRequest$ = ListFunctionDefinitionsRequest$;
|
|
4259
|
+
exports.ListFunctionDefinitionsResponse$ = ListFunctionDefinitionsResponse$;
|
|
4260
|
+
exports.ListGroupCertificateAuthorities$ = ListGroupCertificateAuthorities$;
|
|
4034
4261
|
exports.ListGroupCertificateAuthoritiesCommand = ListGroupCertificateAuthoritiesCommand;
|
|
4262
|
+
exports.ListGroupCertificateAuthoritiesRequest$ = ListGroupCertificateAuthoritiesRequest$;
|
|
4263
|
+
exports.ListGroupCertificateAuthoritiesResponse$ = ListGroupCertificateAuthoritiesResponse$;
|
|
4264
|
+
exports.ListGroupVersions$ = ListGroupVersions$;
|
|
4035
4265
|
exports.ListGroupVersionsCommand = ListGroupVersionsCommand;
|
|
4266
|
+
exports.ListGroupVersionsRequest$ = ListGroupVersionsRequest$;
|
|
4267
|
+
exports.ListGroupVersionsResponse$ = ListGroupVersionsResponse$;
|
|
4268
|
+
exports.ListGroups$ = ListGroups$;
|
|
4036
4269
|
exports.ListGroupsCommand = ListGroupsCommand;
|
|
4270
|
+
exports.ListGroupsRequest$ = ListGroupsRequest$;
|
|
4271
|
+
exports.ListGroupsResponse$ = ListGroupsResponse$;
|
|
4272
|
+
exports.ListLoggerDefinitionVersions$ = ListLoggerDefinitionVersions$;
|
|
4037
4273
|
exports.ListLoggerDefinitionVersionsCommand = ListLoggerDefinitionVersionsCommand;
|
|
4274
|
+
exports.ListLoggerDefinitionVersionsRequest$ = ListLoggerDefinitionVersionsRequest$;
|
|
4275
|
+
exports.ListLoggerDefinitionVersionsResponse$ = ListLoggerDefinitionVersionsResponse$;
|
|
4276
|
+
exports.ListLoggerDefinitions$ = ListLoggerDefinitions$;
|
|
4038
4277
|
exports.ListLoggerDefinitionsCommand = ListLoggerDefinitionsCommand;
|
|
4278
|
+
exports.ListLoggerDefinitionsRequest$ = ListLoggerDefinitionsRequest$;
|
|
4279
|
+
exports.ListLoggerDefinitionsResponse$ = ListLoggerDefinitionsResponse$;
|
|
4280
|
+
exports.ListResourceDefinitionVersions$ = ListResourceDefinitionVersions$;
|
|
4039
4281
|
exports.ListResourceDefinitionVersionsCommand = ListResourceDefinitionVersionsCommand;
|
|
4282
|
+
exports.ListResourceDefinitionVersionsRequest$ = ListResourceDefinitionVersionsRequest$;
|
|
4283
|
+
exports.ListResourceDefinitionVersionsResponse$ = ListResourceDefinitionVersionsResponse$;
|
|
4284
|
+
exports.ListResourceDefinitions$ = ListResourceDefinitions$;
|
|
4040
4285
|
exports.ListResourceDefinitionsCommand = ListResourceDefinitionsCommand;
|
|
4286
|
+
exports.ListResourceDefinitionsRequest$ = ListResourceDefinitionsRequest$;
|
|
4287
|
+
exports.ListResourceDefinitionsResponse$ = ListResourceDefinitionsResponse$;
|
|
4288
|
+
exports.ListSubscriptionDefinitionVersions$ = ListSubscriptionDefinitionVersions$;
|
|
4041
4289
|
exports.ListSubscriptionDefinitionVersionsCommand = ListSubscriptionDefinitionVersionsCommand;
|
|
4290
|
+
exports.ListSubscriptionDefinitionVersionsRequest$ = ListSubscriptionDefinitionVersionsRequest$;
|
|
4291
|
+
exports.ListSubscriptionDefinitionVersionsResponse$ = ListSubscriptionDefinitionVersionsResponse$;
|
|
4292
|
+
exports.ListSubscriptionDefinitions$ = ListSubscriptionDefinitions$;
|
|
4042
4293
|
exports.ListSubscriptionDefinitionsCommand = ListSubscriptionDefinitionsCommand;
|
|
4294
|
+
exports.ListSubscriptionDefinitionsRequest$ = ListSubscriptionDefinitionsRequest$;
|
|
4295
|
+
exports.ListSubscriptionDefinitionsResponse$ = ListSubscriptionDefinitionsResponse$;
|
|
4296
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
4043
4297
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4298
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4299
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4300
|
+
exports.LocalDeviceResourceData$ = LocalDeviceResourceData$;
|
|
4301
|
+
exports.LocalVolumeResourceData$ = LocalVolumeResourceData$;
|
|
4302
|
+
exports.Logger$ = Logger$;
|
|
4044
4303
|
exports.LoggerComponent = LoggerComponent;
|
|
4304
|
+
exports.LoggerDefinitionVersion$ = LoggerDefinitionVersion$;
|
|
4045
4305
|
exports.LoggerLevel = LoggerLevel;
|
|
4046
4306
|
exports.LoggerType = LoggerType;
|
|
4047
4307
|
exports.Permission = Permission;
|
|
4308
|
+
exports.ResetDeployments$ = ResetDeployments$;
|
|
4048
4309
|
exports.ResetDeploymentsCommand = ResetDeploymentsCommand;
|
|
4310
|
+
exports.ResetDeploymentsRequest$ = ResetDeploymentsRequest$;
|
|
4311
|
+
exports.ResetDeploymentsResponse$ = ResetDeploymentsResponse$;
|
|
4312
|
+
exports.Resource$ = Resource$;
|
|
4313
|
+
exports.ResourceAccessPolicy$ = ResourceAccessPolicy$;
|
|
4314
|
+
exports.ResourceDataContainer$ = ResourceDataContainer$;
|
|
4315
|
+
exports.ResourceDefinitionVersion$ = ResourceDefinitionVersion$;
|
|
4316
|
+
exports.ResourceDownloadOwnerSetting$ = ResourceDownloadOwnerSetting$;
|
|
4317
|
+
exports.RuntimeConfiguration$ = RuntimeConfiguration$;
|
|
4318
|
+
exports.S3MachineLearningModelResourceData$ = S3MachineLearningModelResourceData$;
|
|
4319
|
+
exports.SageMakerMachineLearningModelResourceData$ = SageMakerMachineLearningModelResourceData$;
|
|
4320
|
+
exports.SecretsManagerSecretResourceData$ = SecretsManagerSecretResourceData$;
|
|
4049
4321
|
exports.SoftwareToUpdate = SoftwareToUpdate;
|
|
4322
|
+
exports.StartBulkDeployment$ = StartBulkDeployment$;
|
|
4050
4323
|
exports.StartBulkDeploymentCommand = StartBulkDeploymentCommand;
|
|
4324
|
+
exports.StartBulkDeploymentRequest$ = StartBulkDeploymentRequest$;
|
|
4325
|
+
exports.StartBulkDeploymentResponse$ = StartBulkDeploymentResponse$;
|
|
4326
|
+
exports.StopBulkDeployment$ = StopBulkDeployment$;
|
|
4051
4327
|
exports.StopBulkDeploymentCommand = StopBulkDeploymentCommand;
|
|
4328
|
+
exports.StopBulkDeploymentRequest$ = StopBulkDeploymentRequest$;
|
|
4329
|
+
exports.StopBulkDeploymentResponse$ = StopBulkDeploymentResponse$;
|
|
4330
|
+
exports.Subscription$ = Subscription$;
|
|
4331
|
+
exports.SubscriptionDefinitionVersion$ = SubscriptionDefinitionVersion$;
|
|
4332
|
+
exports.TagResource$ = TagResource$;
|
|
4052
4333
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4334
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4053
4335
|
exports.Telemetry = Telemetry;
|
|
4336
|
+
exports.TelemetryConfiguration$ = TelemetryConfiguration$;
|
|
4337
|
+
exports.TelemetryConfigurationUpdate$ = TelemetryConfigurationUpdate$;
|
|
4338
|
+
exports.UntagResource$ = UntagResource$;
|
|
4054
4339
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4340
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4055
4341
|
exports.UpdateAgentLogLevel = UpdateAgentLogLevel;
|
|
4342
|
+
exports.UpdateConnectivityInfo$ = UpdateConnectivityInfo$;
|
|
4056
4343
|
exports.UpdateConnectivityInfoCommand = UpdateConnectivityInfoCommand;
|
|
4344
|
+
exports.UpdateConnectivityInfoRequest$ = UpdateConnectivityInfoRequest$;
|
|
4345
|
+
exports.UpdateConnectivityInfoResponse$ = UpdateConnectivityInfoResponse$;
|
|
4346
|
+
exports.UpdateConnectorDefinition$ = UpdateConnectorDefinition$;
|
|
4057
4347
|
exports.UpdateConnectorDefinitionCommand = UpdateConnectorDefinitionCommand;
|
|
4348
|
+
exports.UpdateConnectorDefinitionRequest$ = UpdateConnectorDefinitionRequest$;
|
|
4349
|
+
exports.UpdateConnectorDefinitionResponse$ = UpdateConnectorDefinitionResponse$;
|
|
4350
|
+
exports.UpdateCoreDefinition$ = UpdateCoreDefinition$;
|
|
4058
4351
|
exports.UpdateCoreDefinitionCommand = UpdateCoreDefinitionCommand;
|
|
4352
|
+
exports.UpdateCoreDefinitionRequest$ = UpdateCoreDefinitionRequest$;
|
|
4353
|
+
exports.UpdateCoreDefinitionResponse$ = UpdateCoreDefinitionResponse$;
|
|
4354
|
+
exports.UpdateDeviceDefinition$ = UpdateDeviceDefinition$;
|
|
4059
4355
|
exports.UpdateDeviceDefinitionCommand = UpdateDeviceDefinitionCommand;
|
|
4356
|
+
exports.UpdateDeviceDefinitionRequest$ = UpdateDeviceDefinitionRequest$;
|
|
4357
|
+
exports.UpdateDeviceDefinitionResponse$ = UpdateDeviceDefinitionResponse$;
|
|
4358
|
+
exports.UpdateFunctionDefinition$ = UpdateFunctionDefinition$;
|
|
4060
4359
|
exports.UpdateFunctionDefinitionCommand = UpdateFunctionDefinitionCommand;
|
|
4360
|
+
exports.UpdateFunctionDefinitionRequest$ = UpdateFunctionDefinitionRequest$;
|
|
4361
|
+
exports.UpdateFunctionDefinitionResponse$ = UpdateFunctionDefinitionResponse$;
|
|
4362
|
+
exports.UpdateGroup$ = UpdateGroup$;
|
|
4363
|
+
exports.UpdateGroupCertificateConfiguration$ = UpdateGroupCertificateConfiguration$;
|
|
4061
4364
|
exports.UpdateGroupCertificateConfigurationCommand = UpdateGroupCertificateConfigurationCommand;
|
|
4365
|
+
exports.UpdateGroupCertificateConfigurationRequest$ = UpdateGroupCertificateConfigurationRequest$;
|
|
4366
|
+
exports.UpdateGroupCertificateConfigurationResponse$ = UpdateGroupCertificateConfigurationResponse$;
|
|
4062
4367
|
exports.UpdateGroupCommand = UpdateGroupCommand;
|
|
4368
|
+
exports.UpdateGroupRequest$ = UpdateGroupRequest$;
|
|
4369
|
+
exports.UpdateGroupResponse$ = UpdateGroupResponse$;
|
|
4370
|
+
exports.UpdateLoggerDefinition$ = UpdateLoggerDefinition$;
|
|
4063
4371
|
exports.UpdateLoggerDefinitionCommand = UpdateLoggerDefinitionCommand;
|
|
4372
|
+
exports.UpdateLoggerDefinitionRequest$ = UpdateLoggerDefinitionRequest$;
|
|
4373
|
+
exports.UpdateLoggerDefinitionResponse$ = UpdateLoggerDefinitionResponse$;
|
|
4374
|
+
exports.UpdateResourceDefinition$ = UpdateResourceDefinition$;
|
|
4064
4375
|
exports.UpdateResourceDefinitionCommand = UpdateResourceDefinitionCommand;
|
|
4376
|
+
exports.UpdateResourceDefinitionRequest$ = UpdateResourceDefinitionRequest$;
|
|
4377
|
+
exports.UpdateResourceDefinitionResponse$ = UpdateResourceDefinitionResponse$;
|
|
4378
|
+
exports.UpdateSubscriptionDefinition$ = UpdateSubscriptionDefinition$;
|
|
4065
4379
|
exports.UpdateSubscriptionDefinitionCommand = UpdateSubscriptionDefinitionCommand;
|
|
4380
|
+
exports.UpdateSubscriptionDefinitionRequest$ = UpdateSubscriptionDefinitionRequest$;
|
|
4381
|
+
exports.UpdateSubscriptionDefinitionResponse$ = UpdateSubscriptionDefinitionResponse$;
|
|
4066
4382
|
exports.UpdateTargetsArchitecture = UpdateTargetsArchitecture;
|
|
4067
4383
|
exports.UpdateTargetsOperatingSystem = UpdateTargetsOperatingSystem;
|
|
4384
|
+
exports.UpdateThingRuntimeConfiguration$ = UpdateThingRuntimeConfiguration$;
|
|
4068
4385
|
exports.UpdateThingRuntimeConfigurationCommand = UpdateThingRuntimeConfigurationCommand;
|
|
4386
|
+
exports.UpdateThingRuntimeConfigurationRequest$ = UpdateThingRuntimeConfigurationRequest$;
|
|
4387
|
+
exports.UpdateThingRuntimeConfigurationResponse$ = UpdateThingRuntimeConfigurationResponse$;
|
|
4388
|
+
exports.VersionInformation$ = VersionInformation$;
|