@aws-sdk/client-greengrassv2 3.928.0 → 3.929.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 +1621 -1496
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/GreengrassV2Client.js +2 -0
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -9
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +3 -9
- package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +3 -9
- package/dist-es/commands/CancelDeploymentCommand.js +3 -9
- package/dist-es/commands/CreateComponentVersionCommand.js +3 -9
- package/dist-es/commands/CreateDeploymentCommand.js +3 -9
- package/dist-es/commands/DeleteComponentCommand.js +3 -9
- package/dist-es/commands/DeleteCoreDeviceCommand.js +3 -9
- package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
- package/dist-es/commands/DescribeComponentCommand.js +3 -9
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -9
- package/dist-es/commands/GetComponentCommand.js +3 -9
- package/dist-es/commands/GetComponentVersionArtifactCommand.js +3 -9
- package/dist-es/commands/GetConnectivityInfoCommand.js +3 -9
- package/dist-es/commands/GetCoreDeviceCommand.js +3 -9
- package/dist-es/commands/GetDeploymentCommand.js +3 -9
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -9
- package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +3 -9
- package/dist-es/commands/ListComponentVersionsCommand.js +3 -9
- package/dist-es/commands/ListComponentsCommand.js +3 -9
- package/dist-es/commands/ListCoreDevicesCommand.js +3 -9
- package/dist-es/commands/ListDeploymentsCommand.js +3 -9
- package/dist-es/commands/ListEffectiveDeploymentsCommand.js +3 -9
- package/dist-es/commands/ListInstalledComponentsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ResolveComponentCandidatesCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1561 -0
- package/dist-types/GreengrassV2Client.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +169 -0
- package/dist-types/ts3.4/GreengrassV2Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +175 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1283
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -263
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -353
|
@@ -0,0 +1,1561 @@
|
|
|
1
|
+
const _AA = "AssociatedAt";
|
|
2
|
+
const _ACD = "AssociatedClientDevice";
|
|
3
|
+
const _ACDL = "AssociatedClientDeviceList";
|
|
4
|
+
const _ACDWCDE = "AssociateClientDeviceWithCoreDeviceEntry";
|
|
5
|
+
const _ACDWCDEE = "AssociateClientDeviceWithCoreDeviceErrorEntry";
|
|
6
|
+
const _ACDWCDEL = "AssociateClientDeviceWithCoreDeviceEntryList";
|
|
7
|
+
const _ACDWCDELs = "AssociateClientDeviceWithCoreDeviceErrorList";
|
|
8
|
+
const _ADE = "AccessDeniedException";
|
|
9
|
+
const _ASRTA = "AssociateServiceRoleToAccount";
|
|
10
|
+
const _ASRTAR = "AssociateServiceRoleToAccountRequest";
|
|
11
|
+
const _ASRTARs = "AssociateServiceRoleToAccountResponse";
|
|
12
|
+
const _BACDWCD = "BatchAssociateClientDeviceWithCoreDevice";
|
|
13
|
+
const _BACDWCDR = "BatchAssociateClientDeviceWithCoreDeviceRequest";
|
|
14
|
+
const _BACDWCDRa = "BatchAssociateClientDeviceWithCoreDeviceResponse";
|
|
15
|
+
const _BDCDFCD = "BatchDisassociateClientDeviceFromCoreDevice";
|
|
16
|
+
const _BDCDFCDR = "BatchDisassociateClientDeviceFromCoreDeviceRequest";
|
|
17
|
+
const _BDCDFCDRa = "BatchDisassociateClientDeviceFromCoreDeviceResponse";
|
|
18
|
+
const _C = "Component";
|
|
19
|
+
const _CC = "ComponentCandidate";
|
|
20
|
+
const _CCL = "ComponentCandidateList";
|
|
21
|
+
const _CCS = "CloudComponentStatus";
|
|
22
|
+
const _CCU = "ComponentConfigurationUpdate";
|
|
23
|
+
const _CCV = "CreateComponentVersion";
|
|
24
|
+
const _CCVR = "CreateComponentVersionRequest";
|
|
25
|
+
const _CCVRr = "CreateComponentVersionResponse";
|
|
26
|
+
const _CD = "CoreDevice";
|
|
27
|
+
const _CDL = "CoreDevicesList";
|
|
28
|
+
const _CDM = "ComponentDependencyMap";
|
|
29
|
+
const _CDR = "CancelDeploymentRequest";
|
|
30
|
+
const _CDRa = "CancelDeploymentResponse";
|
|
31
|
+
const _CDRo = "ComponentDependencyRequirement";
|
|
32
|
+
const _CDRr = "CreateDeploymentRequest";
|
|
33
|
+
const _CDRre = "CreateDeploymentResponse";
|
|
34
|
+
const _CDS = "ComponentDeploymentSpecification";
|
|
35
|
+
const _CDSo = "ComponentDeploymentSpecifications";
|
|
36
|
+
const _CDa = "CancelDeployment";
|
|
37
|
+
const _CDr = "CreateDeployment";
|
|
38
|
+
const _CE = "ConflictException";
|
|
39
|
+
const _CI = "ConnectivityInfo";
|
|
40
|
+
const _CL = "ComponentList";
|
|
41
|
+
const _CLV = "ComponentLatestVersion";
|
|
42
|
+
const _CP = "ComponentPlatform";
|
|
43
|
+
const _CPL = "ComponentPlatformList";
|
|
44
|
+
const _CRW = "ComponentRunWith";
|
|
45
|
+
const _CVL = "ComponentVersionList";
|
|
46
|
+
const _CVLI = "ComponentVersionListItem";
|
|
47
|
+
const _D = "Deployment";
|
|
48
|
+
const _DA = "DisassociatedAt";
|
|
49
|
+
const _DC = "DeleteComponent";
|
|
50
|
+
const _DCD = "DeleteCoreDevice";
|
|
51
|
+
const _DCDFCDE = "DisassociateClientDeviceFromCoreDeviceEntry";
|
|
52
|
+
const _DCDFCDEE = "DisassociateClientDeviceFromCoreDeviceErrorEntry";
|
|
53
|
+
const _DCDFCDEL = "DisassociateClientDeviceFromCoreDeviceEntryList";
|
|
54
|
+
const _DCDFCDELi = "DisassociateClientDeviceFromCoreDeviceErrorList";
|
|
55
|
+
const _DCDR = "DeleteCoreDeviceRequest";
|
|
56
|
+
const _DCR = "DeleteComponentRequest";
|
|
57
|
+
const _DCRe = "DescribeComponentRequest";
|
|
58
|
+
const _DCRes = "DescribeComponentResponse";
|
|
59
|
+
const _DCUP = "DeploymentComponentUpdatePolicy";
|
|
60
|
+
const _DCVP = "DeploymentConfigurationValidationPolicy";
|
|
61
|
+
const _DCe = "DescribeComponent";
|
|
62
|
+
const _DD = "DeleteDeployment";
|
|
63
|
+
const _DDR = "DeleteDeploymentRequest";
|
|
64
|
+
const _DITJC = "DeploymentIoTJobConfiguration";
|
|
65
|
+
const _DL = "DeploymentList";
|
|
66
|
+
const _DP = "DeploymentPolicies";
|
|
67
|
+
const _DSRFA = "DisassociateServiceRoleFromAccount";
|
|
68
|
+
const _DSRFAR = "DisassociateServiceRoleFromAccountRequest";
|
|
69
|
+
const _DSRFARi = "DisassociateServiceRoleFromAccountResponse";
|
|
70
|
+
const _ED = "EffectiveDeployment";
|
|
71
|
+
const _EDL = "EffectiveDeploymentsList";
|
|
72
|
+
const _EDSD = "EffectiveDeploymentStatusDetails";
|
|
73
|
+
const _GC = "GetComponent";
|
|
74
|
+
const _GCD = "GetCoreDevice";
|
|
75
|
+
const _GCDR = "GetCoreDeviceRequest";
|
|
76
|
+
const _GCDRe = "GetCoreDeviceResponse";
|
|
77
|
+
const _GCI = "GetConnectivityInfo";
|
|
78
|
+
const _GCIR = "GetConnectivityInfoRequest";
|
|
79
|
+
const _GCIRe = "GetConnectivityInfoResponse";
|
|
80
|
+
const _GCR = "GetComponentRequest";
|
|
81
|
+
const _GCRe = "GetComponentResponse";
|
|
82
|
+
const _GCVA = "GetComponentVersionArtifact";
|
|
83
|
+
const _GCVAR = "GetComponentVersionArtifactRequest";
|
|
84
|
+
const _GCVARe = "GetComponentVersionArtifactResponse";
|
|
85
|
+
const _GD = "GetDeployment";
|
|
86
|
+
const _GDR = "GetDeploymentRequest";
|
|
87
|
+
const _GDRe = "GetDeploymentResponse";
|
|
88
|
+
const _GSRFA = "GetServiceRoleForAccount";
|
|
89
|
+
const _GSRFAR = "GetServiceRoleForAccountRequest";
|
|
90
|
+
const _GSRFARe = "GetServiceRoleForAccountResponse";
|
|
91
|
+
const _HA = "HostAddress";
|
|
92
|
+
const _I = "Id";
|
|
93
|
+
const _IC = "InstalledComponent";
|
|
94
|
+
const _ICL = "InstalledComponentList";
|
|
95
|
+
const _ISE = "InternalServerException";
|
|
96
|
+
const _ITJAC = "IoTJobAbortConfig";
|
|
97
|
+
const _ITJACL = "IoTJobAbortCriteriaList";
|
|
98
|
+
const _ITJACo = "IoTJobAbortCriteria";
|
|
99
|
+
const _ITJERC = "IoTJobExecutionsRolloutConfig";
|
|
100
|
+
const _ITJERR = "IoTJobExponentialRolloutRate";
|
|
101
|
+
const _ITJRIC = "IoTJobRateIncreaseCriteria";
|
|
102
|
+
const _ITJTC = "IoTJobTimeoutConfig";
|
|
103
|
+
const _LC = "ListComponents";
|
|
104
|
+
const _LCD = "ListCoreDevices";
|
|
105
|
+
const _LCDAWCD = "ListClientDevicesAssociatedWithCoreDevice";
|
|
106
|
+
const _LCDAWCDR = "ListClientDevicesAssociatedWithCoreDeviceRequest";
|
|
107
|
+
const _LCDAWCDRi = "ListClientDevicesAssociatedWithCoreDeviceResponse";
|
|
108
|
+
const _LCDR = "ListCoreDevicesRequest";
|
|
109
|
+
const _LCDRi = "ListCoreDevicesResponse";
|
|
110
|
+
const _LCP = "LambdaContainerParams";
|
|
111
|
+
const _LCR = "ListComponentsRequest";
|
|
112
|
+
const _LCRi = "ListComponentsResponse";
|
|
113
|
+
const _LCV = "ListComponentVersions";
|
|
114
|
+
const _LCVR = "ListComponentVersionsRequest";
|
|
115
|
+
const _LCVRi = "ListComponentVersionsResponse";
|
|
116
|
+
const _LD = "ListDeployments";
|
|
117
|
+
const _LDL = "LambdaDeviceList";
|
|
118
|
+
const _LDM = "LambdaDeviceMount";
|
|
119
|
+
const _LDR = "ListDeploymentsRequest";
|
|
120
|
+
const _LDRi = "ListDeploymentsResponse";
|
|
121
|
+
const _LED = "ListEffectiveDeployments";
|
|
122
|
+
const _LEDR = "ListEffectiveDeploymentsRequest";
|
|
123
|
+
const _LEDRi = "ListEffectiveDeploymentsResponse";
|
|
124
|
+
const _LEP = "LambdaExecutionParameters";
|
|
125
|
+
const _LES = "LambdaEventSource";
|
|
126
|
+
const _LESL = "LambdaEventSourceList";
|
|
127
|
+
const _LFRS = "LambdaFunctionRecipeSource";
|
|
128
|
+
const _LIC = "ListInstalledComponents";
|
|
129
|
+
const _LICR = "ListInstalledComponentsRequest";
|
|
130
|
+
const _LICRi = "ListInstalledComponentsResponse";
|
|
131
|
+
const _LLPP = "LambdaLinuxProcessParams";
|
|
132
|
+
const _LTFR = "ListTagsForResource";
|
|
133
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
134
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
135
|
+
const _LVL = "LambdaVolumeList";
|
|
136
|
+
const _LVM = "LambdaVolumeMount";
|
|
137
|
+
const _M = "Metadata";
|
|
138
|
+
const _Me = "Message";
|
|
139
|
+
const _PN = "PortNumber";
|
|
140
|
+
const _RA = "RoleArn";
|
|
141
|
+
const _RAIPE = "RequestAlreadyInProgressException";
|
|
142
|
+
const _RA_ = "Retry-After";
|
|
143
|
+
const _RCC = "ResolveComponentCandidates";
|
|
144
|
+
const _RCCR = "ResolveComponentCandidatesRequest";
|
|
145
|
+
const _RCCRe = "ResolveComponentCandidatesResponse";
|
|
146
|
+
const _RCV = "ResolvedComponentVersion";
|
|
147
|
+
const _RCVL = "ResolvedComponentVersionsList";
|
|
148
|
+
const _RNFE = "ResourceNotFoundException";
|
|
149
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
150
|
+
const _SRL = "SystemResourceLimits";
|
|
151
|
+
const _TE = "ThrottlingException";
|
|
152
|
+
const _TN = "ThingName";
|
|
153
|
+
const _TR = "TagResource";
|
|
154
|
+
const _TRR = "TagResourceRequest";
|
|
155
|
+
const _TRRa = "TagResourceResponse";
|
|
156
|
+
const _UCI = "UpdateConnectivityInfo";
|
|
157
|
+
const _UCIR = "UpdateConnectivityInfoRequest";
|
|
158
|
+
const _UCIRp = "UpdateConnectivityInfoResponse";
|
|
159
|
+
const _UR = "UntagResource";
|
|
160
|
+
const _URR = "UntagResourceRequest";
|
|
161
|
+
const _URRn = "UntagResourceResponse";
|
|
162
|
+
const _V = "Version";
|
|
163
|
+
const _VE = "ValidationException";
|
|
164
|
+
const _VEF = "ValidationExceptionField";
|
|
165
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
166
|
+
const _a = "arn";
|
|
167
|
+
const _aA = "associatedAt";
|
|
168
|
+
const _aC = "abortConfig";
|
|
169
|
+
const _aCD = "associatedClientDevices";
|
|
170
|
+
const _aGO = "addGroupOwner";
|
|
171
|
+
const _aN = "artifactName";
|
|
172
|
+
const _aT = "associationTimestamp";
|
|
173
|
+
const _ac = "action";
|
|
174
|
+
const _ar = "architecture";
|
|
175
|
+
const _at = "attributes";
|
|
176
|
+
const _bRPM = "baseRatePerMinute";
|
|
177
|
+
const _c = "client";
|
|
178
|
+
const _cC = "componentCandidates";
|
|
179
|
+
const _cD = "componentDependencies";
|
|
180
|
+
const _cDES = "coreDeviceExecutionStatus";
|
|
181
|
+
const _cDTN = "coreDeviceThingName";
|
|
182
|
+
const _cDo = "coreDevices";
|
|
183
|
+
const _cI = "connectivityInfo";
|
|
184
|
+
const _cIL = "connectivityInfoList";
|
|
185
|
+
const _cL = "criteriaList";
|
|
186
|
+
const _cLP = "componentLambdaParameters";
|
|
187
|
+
const _cN = "componentName";
|
|
188
|
+
const _cP = "componentPlatforms";
|
|
189
|
+
const _cPo = "containerParams";
|
|
190
|
+
const _cS = "componentState";
|
|
191
|
+
const _cT = "creationTimestamp";
|
|
192
|
+
const _cTl = "clientToken";
|
|
193
|
+
const _cU = "configurationUpdate";
|
|
194
|
+
const _cUP = "componentUpdatePolicy";
|
|
195
|
+
const _cV = "componentVersion";
|
|
196
|
+
const _cVP = "configurationValidationPolicy";
|
|
197
|
+
const _cVo = "coreVersion";
|
|
198
|
+
const _cVom = "componentVersions";
|
|
199
|
+
const _co = "code";
|
|
200
|
+
const _com = "components";
|
|
201
|
+
const _cp = "cpus";
|
|
202
|
+
const _d = "description";
|
|
203
|
+
const _dA = "disassociatedAt";
|
|
204
|
+
const _dI = "deploymentId";
|
|
205
|
+
const _dN = "deploymentName";
|
|
206
|
+
const _dP = "deploymentPolicies";
|
|
207
|
+
const _dPe = "destinationPath";
|
|
208
|
+
const _dS = "deploymentStatus";
|
|
209
|
+
const _dT = "dependencyType";
|
|
210
|
+
const _de = "devices";
|
|
211
|
+
const _dep = "deployments";
|
|
212
|
+
const _e = "error";
|
|
213
|
+
const _eA = "execArgs";
|
|
214
|
+
const _eD = "effectiveDeployments";
|
|
215
|
+
const _eE = "errorEntries";
|
|
216
|
+
const _eR = "exponentialRate";
|
|
217
|
+
const _eS = "errorStack";
|
|
218
|
+
const _eSv = "eventSources";
|
|
219
|
+
const _eT = "errorTypes";
|
|
220
|
+
const _eV = "environmentVariables";
|
|
221
|
+
const _en = "entries";
|
|
222
|
+
const _er = "errors";
|
|
223
|
+
const _f = "fields";
|
|
224
|
+
const _fHP = "failureHandlingPolicy";
|
|
225
|
+
const _fT = "failureType";
|
|
226
|
+
const _h = "http";
|
|
227
|
+
const _hA = "hostAddress";
|
|
228
|
+
const _hE = "httpError";
|
|
229
|
+
const _hF = "historyFilter";
|
|
230
|
+
const _hH = "httpHeader";
|
|
231
|
+
const _hL = "httpLabel";
|
|
232
|
+
const _hQ = "httpQuery";
|
|
233
|
+
const _i = "id";
|
|
234
|
+
const _iC = "installedComponents";
|
|
235
|
+
const _iET = "iotEndpointType";
|
|
236
|
+
const _iF = "incrementFactor";
|
|
237
|
+
const _iJA = "iotJobArn";
|
|
238
|
+
const _iJC = "iotJobConfiguration";
|
|
239
|
+
const _iJI = "iotJobId";
|
|
240
|
+
const _iLFT = "isLatestForTarget";
|
|
241
|
+
const _iM = "isolationMode";
|
|
242
|
+
const _iPET = "inputPayloadEncodingType";
|
|
243
|
+
const _iPTIM = "inProgressTimeoutInMinutes";
|
|
244
|
+
const _iR = "inlineRecipe";
|
|
245
|
+
const _iRs = "isRoot";
|
|
246
|
+
const _jERC = "jobExecutionsRolloutConfig";
|
|
247
|
+
const _jN = "jsonName";
|
|
248
|
+
const _lA = "lambdaArn";
|
|
249
|
+
const _lF = "lambdaFunction";
|
|
250
|
+
const _lIS = "lastInstallationSource";
|
|
251
|
+
const _lPP = "linuxProcessParams";
|
|
252
|
+
const _lRT = "lastReportedTimestamp";
|
|
253
|
+
const _lS = "lifecycleState";
|
|
254
|
+
const _lSC = "lifecycleStatusCodes";
|
|
255
|
+
const _lSCT = "lastStatusChangeTimestamp";
|
|
256
|
+
const _lSD = "lifecycleStateDetails";
|
|
257
|
+
const _lSUT = "lastStatusUpdateTimestamp";
|
|
258
|
+
const _lV = "latestVersion";
|
|
259
|
+
const _m = "message";
|
|
260
|
+
const _mIC = "maxInstancesCount";
|
|
261
|
+
const _mITIS = "maxIdleTimeInSeconds";
|
|
262
|
+
const _mNOET = "minNumberOfExecutedThings";
|
|
263
|
+
const _mPM = "maximumPerMinute";
|
|
264
|
+
const _mQS = "maxQueueSize";
|
|
265
|
+
const _mR = "maxResults";
|
|
266
|
+
const _mROS = "mountROSysfs";
|
|
267
|
+
const _mSIKB = "memorySizeInKB";
|
|
268
|
+
const _mT = "modifiedTimestamp";
|
|
269
|
+
const _me = "merge";
|
|
270
|
+
const _mem = "memory";
|
|
271
|
+
const _met = "metadata";
|
|
272
|
+
const _n = "name";
|
|
273
|
+
const _nONT = "numberOfNotifiedThings";
|
|
274
|
+
const _nOST = "numberOfSucceededThings";
|
|
275
|
+
const _nT = "nextToken";
|
|
276
|
+
const _p = "publisher";
|
|
277
|
+
const _pN = "portNumber";
|
|
278
|
+
const _pSU = "preSignedUrl";
|
|
279
|
+
const _pTA = "parentTargetArn";
|
|
280
|
+
const _pU = "posixUser";
|
|
281
|
+
const _pa = "path";
|
|
282
|
+
const _pe = "permission";
|
|
283
|
+
const _pi = "pinned";
|
|
284
|
+
const _pl = "platforms";
|
|
285
|
+
const _pla = "platform";
|
|
286
|
+
const _qC = "quotaCode";
|
|
287
|
+
const _r = "reset";
|
|
288
|
+
const _rA = "roleArn";
|
|
289
|
+
const _rAS = "retryAfterSeconds";
|
|
290
|
+
const _rAe = "resourceArn";
|
|
291
|
+
const _rCV = "resolvedComponentVersions";
|
|
292
|
+
const _rI = "resourceId";
|
|
293
|
+
const _rIC = "rateIncreaseCriteria";
|
|
294
|
+
const _rIe = "revisionId";
|
|
295
|
+
const _rOF = "recipeOutputFormat";
|
|
296
|
+
const _rT = "resourceType";
|
|
297
|
+
const _rW = "runWith";
|
|
298
|
+
const _re = "reason";
|
|
299
|
+
const _rec = "recipe";
|
|
300
|
+
const _ru = "runtime";
|
|
301
|
+
const _s = "status";
|
|
302
|
+
const _sC = "serviceCode";
|
|
303
|
+
const _sD = "statusDetails";
|
|
304
|
+
const _sET = "s3EndpointType";
|
|
305
|
+
const _sP = "sourcePath";
|
|
306
|
+
const _sRL = "systemResourceLimits";
|
|
307
|
+
const _sTIS = "statusTimeoutInSeconds";
|
|
308
|
+
const _sc = "scope";
|
|
309
|
+
const _se = "server";
|
|
310
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.greengrassv2";
|
|
311
|
+
const _t = "tags";
|
|
312
|
+
const _tA = "targetArn";
|
|
313
|
+
const _tC = "timeoutConfig";
|
|
314
|
+
const _tF = "topologyFilter";
|
|
315
|
+
const _tGA = "thingGroupArn";
|
|
316
|
+
const _tIS = "timeoutInSeconds";
|
|
317
|
+
const _tK = "tagKeys";
|
|
318
|
+
const _tN = "thingName";
|
|
319
|
+
const _tP = "thresholdPercentage";
|
|
320
|
+
const _to = "topic";
|
|
321
|
+
const _ty = "type";
|
|
322
|
+
const _v = "volumes";
|
|
323
|
+
const _vG = "vendorGuidance";
|
|
324
|
+
const _vGM = "vendorGuidanceMessage";
|
|
325
|
+
const _vR = "versionRequirements";
|
|
326
|
+
const _vRe = "versionRequirement";
|
|
327
|
+
const _ve = "version";
|
|
328
|
+
const _wU = "windowsUser";
|
|
329
|
+
const _xaiet = "x-amz-iot-endpoint-type";
|
|
330
|
+
const n0 = "com.amazonaws.greengrassv2";
|
|
331
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
332
|
+
import { GreengrassV2ServiceException as __GreengrassV2ServiceException } from "../models/GreengrassV2ServiceException";
|
|
333
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, RequestAlreadyInProgressException as __RequestAlreadyInProgressException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
334
|
+
export var AccessDeniedException = [
|
|
335
|
+
-3,
|
|
336
|
+
n0,
|
|
337
|
+
_ADE,
|
|
338
|
+
{
|
|
339
|
+
[_e]: _c,
|
|
340
|
+
[_hE]: 403,
|
|
341
|
+
},
|
|
342
|
+
[_m],
|
|
343
|
+
[0],
|
|
344
|
+
];
|
|
345
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
346
|
+
export var AssociateClientDeviceWithCoreDeviceEntry = [3, n0, _ACDWCDE, 0, [_tN], [0]];
|
|
347
|
+
export var AssociateClientDeviceWithCoreDeviceErrorEntry = [
|
|
348
|
+
3,
|
|
349
|
+
n0,
|
|
350
|
+
_ACDWCDEE,
|
|
351
|
+
0,
|
|
352
|
+
[_tN, _co, _m],
|
|
353
|
+
[0, 0, 0],
|
|
354
|
+
];
|
|
355
|
+
export var AssociatedClientDevice = [3, n0, _ACD, 0, [_tN, _aT], [0, 4]];
|
|
356
|
+
export var AssociateServiceRoleToAccountRequest = [
|
|
357
|
+
3,
|
|
358
|
+
n0,
|
|
359
|
+
_ASRTAR,
|
|
360
|
+
0,
|
|
361
|
+
[_rA],
|
|
362
|
+
[
|
|
363
|
+
[
|
|
364
|
+
0,
|
|
365
|
+
{
|
|
366
|
+
[_jN]: _RA,
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
],
|
|
370
|
+
];
|
|
371
|
+
export var AssociateServiceRoleToAccountResponse = [
|
|
372
|
+
3,
|
|
373
|
+
n0,
|
|
374
|
+
_ASRTARs,
|
|
375
|
+
0,
|
|
376
|
+
[_aA],
|
|
377
|
+
[
|
|
378
|
+
[
|
|
379
|
+
0,
|
|
380
|
+
{
|
|
381
|
+
[_jN]: _AA,
|
|
382
|
+
},
|
|
383
|
+
],
|
|
384
|
+
],
|
|
385
|
+
];
|
|
386
|
+
export var BatchAssociateClientDeviceWithCoreDeviceRequest = [
|
|
387
|
+
3,
|
|
388
|
+
n0,
|
|
389
|
+
_BACDWCDR,
|
|
390
|
+
0,
|
|
391
|
+
[_en, _cDTN],
|
|
392
|
+
[() => AssociateClientDeviceWithCoreDeviceEntryList, [0, 1]],
|
|
393
|
+
];
|
|
394
|
+
export var BatchAssociateClientDeviceWithCoreDeviceResponse = [
|
|
395
|
+
3,
|
|
396
|
+
n0,
|
|
397
|
+
_BACDWCDRa,
|
|
398
|
+
0,
|
|
399
|
+
[_eE],
|
|
400
|
+
[() => AssociateClientDeviceWithCoreDeviceErrorList],
|
|
401
|
+
];
|
|
402
|
+
export var BatchDisassociateClientDeviceFromCoreDeviceRequest = [
|
|
403
|
+
3,
|
|
404
|
+
n0,
|
|
405
|
+
_BDCDFCDR,
|
|
406
|
+
0,
|
|
407
|
+
[_en, _cDTN],
|
|
408
|
+
[() => DisassociateClientDeviceFromCoreDeviceEntryList, [0, 1]],
|
|
409
|
+
];
|
|
410
|
+
export var BatchDisassociateClientDeviceFromCoreDeviceResponse = [
|
|
411
|
+
3,
|
|
412
|
+
n0,
|
|
413
|
+
_BDCDFCDRa,
|
|
414
|
+
0,
|
|
415
|
+
[_eE],
|
|
416
|
+
[() => DisassociateClientDeviceFromCoreDeviceErrorList],
|
|
417
|
+
];
|
|
418
|
+
export var CancelDeploymentRequest = [3, n0, _CDR, 0, [_dI], [[0, 1]]];
|
|
419
|
+
export var CancelDeploymentResponse = [3, n0, _CDRa, 0, [_m], [0]];
|
|
420
|
+
export var CloudComponentStatus = [
|
|
421
|
+
3,
|
|
422
|
+
n0,
|
|
423
|
+
_CCS,
|
|
424
|
+
0,
|
|
425
|
+
[_cS, _m, _er, _vG, _vGM],
|
|
426
|
+
[0, 0, 128 | 0, 0, 0],
|
|
427
|
+
];
|
|
428
|
+
export var Component = [3, n0, _C, 0, [_a, _cN, _lV], [0, 0, () => ComponentLatestVersion]];
|
|
429
|
+
export var ComponentCandidate = [3, n0, _CC, 0, [_cN, _cV, _vR], [0, 0, 128 | 0]];
|
|
430
|
+
export var ComponentConfigurationUpdate = [3, n0, _CCU, 0, [_me, _r], [0, 64 | 0]];
|
|
431
|
+
export var ComponentDependencyRequirement = [3, n0, _CDRo, 0, [_vRe, _dT], [0, 0]];
|
|
432
|
+
export var ComponentDeploymentSpecification = [
|
|
433
|
+
3,
|
|
434
|
+
n0,
|
|
435
|
+
_CDS,
|
|
436
|
+
0,
|
|
437
|
+
[_cV, _cU, _rW],
|
|
438
|
+
[0, () => ComponentConfigurationUpdate, () => ComponentRunWith],
|
|
439
|
+
];
|
|
440
|
+
export var ComponentLatestVersion = [
|
|
441
|
+
3,
|
|
442
|
+
n0,
|
|
443
|
+
_CLV,
|
|
444
|
+
0,
|
|
445
|
+
[_a, _cV, _cT, _d, _p, _pl],
|
|
446
|
+
[0, 0, 4, 0, 0, () => ComponentPlatformList],
|
|
447
|
+
];
|
|
448
|
+
export var ComponentPlatform = [3, n0, _CP, 0, [_n, _at], [0, 128 | 0]];
|
|
449
|
+
export var ComponentRunWith = [
|
|
450
|
+
3,
|
|
451
|
+
n0,
|
|
452
|
+
_CRW,
|
|
453
|
+
0,
|
|
454
|
+
[_pU, _sRL, _wU],
|
|
455
|
+
[0, () => SystemResourceLimits, 0],
|
|
456
|
+
];
|
|
457
|
+
export var ComponentVersionListItem = [3, n0, _CVLI, 0, [_cN, _cV, _a], [0, 0, 0]];
|
|
458
|
+
export var ConflictException = [
|
|
459
|
+
-3,
|
|
460
|
+
n0,
|
|
461
|
+
_CE,
|
|
462
|
+
{
|
|
463
|
+
[_e]: _c,
|
|
464
|
+
[_hE]: 409,
|
|
465
|
+
},
|
|
466
|
+
[_m, _rI, _rT],
|
|
467
|
+
[0, 0, 0],
|
|
468
|
+
];
|
|
469
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
470
|
+
export var ConnectivityInfo = [
|
|
471
|
+
3,
|
|
472
|
+
n0,
|
|
473
|
+
_CI,
|
|
474
|
+
0,
|
|
475
|
+
[_i, _hA, _pN, _met],
|
|
476
|
+
[
|
|
477
|
+
[
|
|
478
|
+
0,
|
|
479
|
+
{
|
|
480
|
+
[_jN]: _I,
|
|
481
|
+
},
|
|
482
|
+
],
|
|
483
|
+
[
|
|
484
|
+
0,
|
|
485
|
+
{
|
|
486
|
+
[_jN]: _HA,
|
|
487
|
+
},
|
|
488
|
+
],
|
|
489
|
+
[
|
|
490
|
+
1,
|
|
491
|
+
{
|
|
492
|
+
[_jN]: _PN,
|
|
493
|
+
},
|
|
494
|
+
],
|
|
495
|
+
[
|
|
496
|
+
0,
|
|
497
|
+
{
|
|
498
|
+
[_jN]: _M,
|
|
499
|
+
},
|
|
500
|
+
],
|
|
501
|
+
],
|
|
502
|
+
];
|
|
503
|
+
export var CoreDevice = [3, n0, _CD, 0, [_cDTN, _s, _lSUT, _pla, _ar, _ru], [0, 0, 4, 0, 0, 0]];
|
|
504
|
+
export var CreateComponentVersionRequest = [
|
|
505
|
+
3,
|
|
506
|
+
n0,
|
|
507
|
+
_CCVR,
|
|
508
|
+
0,
|
|
509
|
+
[_iR, _lF, _t, _cTl],
|
|
510
|
+
[21, () => LambdaFunctionRecipeSource, 128 | 0, [0, 4]],
|
|
511
|
+
];
|
|
512
|
+
export var CreateComponentVersionResponse = [
|
|
513
|
+
3,
|
|
514
|
+
n0,
|
|
515
|
+
_CCVRr,
|
|
516
|
+
0,
|
|
517
|
+
[_a, _cN, _cV, _cT, _s],
|
|
518
|
+
[0, 0, 0, 4, () => CloudComponentStatus],
|
|
519
|
+
];
|
|
520
|
+
export var CreateDeploymentRequest = [
|
|
521
|
+
3,
|
|
522
|
+
n0,
|
|
523
|
+
_CDRr,
|
|
524
|
+
0,
|
|
525
|
+
[_tA, _dN, _com, _iJC, _dP, _pTA, _t, _cTl],
|
|
526
|
+
[
|
|
527
|
+
0,
|
|
528
|
+
0,
|
|
529
|
+
() => ComponentDeploymentSpecifications,
|
|
530
|
+
() => DeploymentIoTJobConfiguration,
|
|
531
|
+
() => DeploymentPolicies,
|
|
532
|
+
0,
|
|
533
|
+
128 | 0,
|
|
534
|
+
[0, 4],
|
|
535
|
+
],
|
|
536
|
+
];
|
|
537
|
+
export var CreateDeploymentResponse = [3, n0, _CDRre, 0, [_dI, _iJI, _iJA], [0, 0, 0]];
|
|
538
|
+
export var DeleteComponentRequest = [3, n0, _DCR, 0, [_a], [[0, 1]]];
|
|
539
|
+
export var DeleteCoreDeviceRequest = [3, n0, _DCDR, 0, [_cDTN], [[0, 1]]];
|
|
540
|
+
export var DeleteDeploymentRequest = [3, n0, _DDR, 0, [_dI], [[0, 1]]];
|
|
541
|
+
export var Deployment = [
|
|
542
|
+
3,
|
|
543
|
+
n0,
|
|
544
|
+
_D,
|
|
545
|
+
0,
|
|
546
|
+
[_tA, _rIe, _dI, _dN, _cT, _dS, _iLFT, _pTA],
|
|
547
|
+
[0, 0, 0, 0, 4, 0, 2, 0],
|
|
548
|
+
];
|
|
549
|
+
export var DeploymentComponentUpdatePolicy = [3, n0, _DCUP, 0, [_tIS, _ac], [1, 0]];
|
|
550
|
+
export var DeploymentConfigurationValidationPolicy = [3, n0, _DCVP, 0, [_tIS], [1]];
|
|
551
|
+
export var DeploymentIoTJobConfiguration = [
|
|
552
|
+
3,
|
|
553
|
+
n0,
|
|
554
|
+
_DITJC,
|
|
555
|
+
0,
|
|
556
|
+
[_jERC, _aC, _tC],
|
|
557
|
+
[() => IoTJobExecutionsRolloutConfig, () => IoTJobAbortConfig, () => IoTJobTimeoutConfig],
|
|
558
|
+
];
|
|
559
|
+
export var DeploymentPolicies = [
|
|
560
|
+
3,
|
|
561
|
+
n0,
|
|
562
|
+
_DP,
|
|
563
|
+
0,
|
|
564
|
+
[_fHP, _cUP, _cVP],
|
|
565
|
+
[0, () => DeploymentComponentUpdatePolicy, () => DeploymentConfigurationValidationPolicy],
|
|
566
|
+
];
|
|
567
|
+
export var DescribeComponentRequest = [3, n0, _DCRe, 0, [_a], [[0, 1]]];
|
|
568
|
+
export var DescribeComponentResponse = [
|
|
569
|
+
3,
|
|
570
|
+
n0,
|
|
571
|
+
_DCRes,
|
|
572
|
+
0,
|
|
573
|
+
[_a, _cN, _cV, _cT, _p, _d, _s, _pl, _t],
|
|
574
|
+
[0, 0, 0, 4, 0, 0, () => CloudComponentStatus, () => ComponentPlatformList, 128 | 0],
|
|
575
|
+
];
|
|
576
|
+
export var DisassociateClientDeviceFromCoreDeviceEntry = [3, n0, _DCDFCDE, 0, [_tN], [0]];
|
|
577
|
+
export var DisassociateClientDeviceFromCoreDeviceErrorEntry = [
|
|
578
|
+
3,
|
|
579
|
+
n0,
|
|
580
|
+
_DCDFCDEE,
|
|
581
|
+
0,
|
|
582
|
+
[_tN, _co, _m],
|
|
583
|
+
[0, 0, 0],
|
|
584
|
+
];
|
|
585
|
+
export var DisassociateServiceRoleFromAccountRequest = [3, n0, _DSRFAR, 0, [], []];
|
|
586
|
+
export var DisassociateServiceRoleFromAccountResponse = [
|
|
587
|
+
3,
|
|
588
|
+
n0,
|
|
589
|
+
_DSRFARi,
|
|
590
|
+
0,
|
|
591
|
+
[_dA],
|
|
592
|
+
[
|
|
593
|
+
[
|
|
594
|
+
0,
|
|
595
|
+
{
|
|
596
|
+
[_jN]: _DA,
|
|
597
|
+
},
|
|
598
|
+
],
|
|
599
|
+
],
|
|
600
|
+
];
|
|
601
|
+
export var EffectiveDeployment = [
|
|
602
|
+
3,
|
|
603
|
+
n0,
|
|
604
|
+
_ED,
|
|
605
|
+
0,
|
|
606
|
+
[_dI, _dN, _iJI, _iJA, _d, _tA, _cDES, _re, _cT, _mT, _sD],
|
|
607
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, () => EffectiveDeploymentStatusDetails],
|
|
608
|
+
];
|
|
609
|
+
export var EffectiveDeploymentStatusDetails = [3, n0, _EDSD, 0, [_eS, _eT], [64 | 0, 64 | 0]];
|
|
610
|
+
export var GetComponentRequest = [
|
|
611
|
+
3,
|
|
612
|
+
n0,
|
|
613
|
+
_GCR,
|
|
614
|
+
0,
|
|
615
|
+
[_rOF, _a],
|
|
616
|
+
[
|
|
617
|
+
[
|
|
618
|
+
0,
|
|
619
|
+
{
|
|
620
|
+
[_hQ]: _rOF,
|
|
621
|
+
},
|
|
622
|
+
],
|
|
623
|
+
[0, 1],
|
|
624
|
+
],
|
|
625
|
+
];
|
|
626
|
+
export var GetComponentResponse = [3, n0, _GCRe, 0, [_rOF, _rec, _t], [0, 21, 128 | 0]];
|
|
627
|
+
export var GetComponentVersionArtifactRequest = [
|
|
628
|
+
3,
|
|
629
|
+
n0,
|
|
630
|
+
_GCVAR,
|
|
631
|
+
0,
|
|
632
|
+
[_a, _aN, _sET, _iET],
|
|
633
|
+
[
|
|
634
|
+
[0, 1],
|
|
635
|
+
[0, 1],
|
|
636
|
+
[
|
|
637
|
+
0,
|
|
638
|
+
{
|
|
639
|
+
[_hQ]: _sET,
|
|
640
|
+
},
|
|
641
|
+
],
|
|
642
|
+
[
|
|
643
|
+
0,
|
|
644
|
+
{
|
|
645
|
+
[_hH]: _xaiet,
|
|
646
|
+
},
|
|
647
|
+
],
|
|
648
|
+
],
|
|
649
|
+
];
|
|
650
|
+
export var GetComponentVersionArtifactResponse = [3, n0, _GCVARe, 0, [_pSU], [0]];
|
|
651
|
+
export var GetConnectivityInfoRequest = [3, n0, _GCIR, 0, [_tN], [[0, 1]]];
|
|
652
|
+
export var GetConnectivityInfoResponse = [
|
|
653
|
+
3,
|
|
654
|
+
n0,
|
|
655
|
+
_GCIRe,
|
|
656
|
+
0,
|
|
657
|
+
[_cI, _m],
|
|
658
|
+
[
|
|
659
|
+
[
|
|
660
|
+
() => connectivityInfoList,
|
|
661
|
+
{
|
|
662
|
+
[_jN]: _CI,
|
|
663
|
+
},
|
|
664
|
+
],
|
|
665
|
+
[
|
|
666
|
+
0,
|
|
667
|
+
{
|
|
668
|
+
[_jN]: _Me,
|
|
669
|
+
},
|
|
670
|
+
],
|
|
671
|
+
],
|
|
672
|
+
];
|
|
673
|
+
export var GetCoreDeviceRequest = [3, n0, _GCDR, 0, [_cDTN], [[0, 1]]];
|
|
674
|
+
export var GetCoreDeviceResponse = [
|
|
675
|
+
3,
|
|
676
|
+
n0,
|
|
677
|
+
_GCDRe,
|
|
678
|
+
0,
|
|
679
|
+
[_cDTN, _cVo, _pla, _ar, _ru, _s, _lSUT, _t],
|
|
680
|
+
[0, 0, 0, 0, 0, 0, 4, 128 | 0],
|
|
681
|
+
];
|
|
682
|
+
export var GetDeploymentRequest = [3, n0, _GDR, 0, [_dI], [[0, 1]]];
|
|
683
|
+
export var GetDeploymentResponse = [
|
|
684
|
+
3,
|
|
685
|
+
n0,
|
|
686
|
+
_GDRe,
|
|
687
|
+
0,
|
|
688
|
+
[_tA, _rIe, _dI, _dN, _dS, _iJI, _iJA, _com, _dP, _iJC, _cT, _iLFT, _pTA, _t],
|
|
689
|
+
[
|
|
690
|
+
0,
|
|
691
|
+
0,
|
|
692
|
+
0,
|
|
693
|
+
0,
|
|
694
|
+
0,
|
|
695
|
+
0,
|
|
696
|
+
0,
|
|
697
|
+
() => ComponentDeploymentSpecifications,
|
|
698
|
+
() => DeploymentPolicies,
|
|
699
|
+
() => DeploymentIoTJobConfiguration,
|
|
700
|
+
4,
|
|
701
|
+
2,
|
|
702
|
+
0,
|
|
703
|
+
128 | 0,
|
|
704
|
+
],
|
|
705
|
+
];
|
|
706
|
+
export var GetServiceRoleForAccountRequest = [3, n0, _GSRFAR, 0, [], []];
|
|
707
|
+
export var GetServiceRoleForAccountResponse = [
|
|
708
|
+
3,
|
|
709
|
+
n0,
|
|
710
|
+
_GSRFARe,
|
|
711
|
+
0,
|
|
712
|
+
[_aA, _rA],
|
|
713
|
+
[
|
|
714
|
+
[
|
|
715
|
+
0,
|
|
716
|
+
{
|
|
717
|
+
[_jN]: _AA,
|
|
718
|
+
},
|
|
719
|
+
],
|
|
720
|
+
[
|
|
721
|
+
0,
|
|
722
|
+
{
|
|
723
|
+
[_jN]: _RA,
|
|
724
|
+
},
|
|
725
|
+
],
|
|
726
|
+
],
|
|
727
|
+
];
|
|
728
|
+
export var InstalledComponent = [
|
|
729
|
+
3,
|
|
730
|
+
n0,
|
|
731
|
+
_IC,
|
|
732
|
+
0,
|
|
733
|
+
[_cN, _cV, _lS, _lSD, _iRs, _lSCT, _lRT, _lIS, _lSC],
|
|
734
|
+
[0, 0, 0, 0, 2, 4, 4, 0, 64 | 0],
|
|
735
|
+
];
|
|
736
|
+
export var InternalServerException = [
|
|
737
|
+
-3,
|
|
738
|
+
n0,
|
|
739
|
+
_ISE,
|
|
740
|
+
{
|
|
741
|
+
[_e]: _se,
|
|
742
|
+
[_hE]: 500,
|
|
743
|
+
},
|
|
744
|
+
[_m, _rAS],
|
|
745
|
+
[
|
|
746
|
+
0,
|
|
747
|
+
[
|
|
748
|
+
1,
|
|
749
|
+
{
|
|
750
|
+
[_hH]: _RA_,
|
|
751
|
+
},
|
|
752
|
+
],
|
|
753
|
+
],
|
|
754
|
+
];
|
|
755
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
756
|
+
export var IoTJobAbortConfig = [3, n0, _ITJAC, 0, [_cL], [() => IoTJobAbortCriteriaList]];
|
|
757
|
+
export var IoTJobAbortCriteria = [3, n0, _ITJACo, 0, [_fT, _ac, _tP, _mNOET], [0, 0, 1, 1]];
|
|
758
|
+
export var IoTJobExecutionsRolloutConfig = [
|
|
759
|
+
3,
|
|
760
|
+
n0,
|
|
761
|
+
_ITJERC,
|
|
762
|
+
0,
|
|
763
|
+
[_eR, _mPM],
|
|
764
|
+
[() => IoTJobExponentialRolloutRate, 1],
|
|
765
|
+
];
|
|
766
|
+
export var IoTJobExponentialRolloutRate = [
|
|
767
|
+
3,
|
|
768
|
+
n0,
|
|
769
|
+
_ITJERR,
|
|
770
|
+
0,
|
|
771
|
+
[_bRPM, _iF, _rIC],
|
|
772
|
+
[1, 1, () => IoTJobRateIncreaseCriteria],
|
|
773
|
+
];
|
|
774
|
+
export var IoTJobRateIncreaseCriteria = [3, n0, _ITJRIC, 0, [_nONT, _nOST], [1, 1]];
|
|
775
|
+
export var IoTJobTimeoutConfig = [3, n0, _ITJTC, 0, [_iPTIM], [1]];
|
|
776
|
+
export var LambdaContainerParams = [
|
|
777
|
+
3,
|
|
778
|
+
n0,
|
|
779
|
+
_LCP,
|
|
780
|
+
0,
|
|
781
|
+
[_mSIKB, _mROS, _v, _de],
|
|
782
|
+
[1, 2, () => LambdaVolumeList, () => LambdaDeviceList],
|
|
783
|
+
];
|
|
784
|
+
export var LambdaDeviceMount = [3, n0, _LDM, 0, [_pa, _pe, _aGO], [0, 0, 2]];
|
|
785
|
+
export var LambdaEventSource = [3, n0, _LES, 0, [_to, _ty], [0, 0]];
|
|
786
|
+
export var LambdaExecutionParameters = [
|
|
787
|
+
3,
|
|
788
|
+
n0,
|
|
789
|
+
_LEP,
|
|
790
|
+
0,
|
|
791
|
+
[_eSv, _mQS, _mIC, _mITIS, _tIS, _sTIS, _pi, _iPET, _eA, _eV, _lPP],
|
|
792
|
+
[() => LambdaEventSourceList, 1, 1, 1, 1, 1, 2, 0, 64 | 0, 128 | 0, () => LambdaLinuxProcessParams],
|
|
793
|
+
];
|
|
794
|
+
export var LambdaFunctionRecipeSource = [
|
|
795
|
+
3,
|
|
796
|
+
n0,
|
|
797
|
+
_LFRS,
|
|
798
|
+
0,
|
|
799
|
+
[_lA, _cN, _cV, _cP, _cD, _cLP],
|
|
800
|
+
[0, 0, 0, () => ComponentPlatformList, () => ComponentDependencyMap, () => LambdaExecutionParameters],
|
|
801
|
+
];
|
|
802
|
+
export var LambdaLinuxProcessParams = [
|
|
803
|
+
3,
|
|
804
|
+
n0,
|
|
805
|
+
_LLPP,
|
|
806
|
+
0,
|
|
807
|
+
[_iM, _cPo],
|
|
808
|
+
[0, () => LambdaContainerParams],
|
|
809
|
+
];
|
|
810
|
+
export var LambdaVolumeMount = [3, n0, _LVM, 0, [_sP, _dPe, _pe, _aGO], [0, 0, 0, 2]];
|
|
811
|
+
export var ListClientDevicesAssociatedWithCoreDeviceRequest = [
|
|
812
|
+
3,
|
|
813
|
+
n0,
|
|
814
|
+
_LCDAWCDR,
|
|
815
|
+
0,
|
|
816
|
+
[_cDTN, _mR, _nT],
|
|
817
|
+
[
|
|
818
|
+
[0, 1],
|
|
819
|
+
[
|
|
820
|
+
1,
|
|
821
|
+
{
|
|
822
|
+
[_hQ]: _mR,
|
|
823
|
+
},
|
|
824
|
+
],
|
|
825
|
+
[
|
|
826
|
+
0,
|
|
827
|
+
{
|
|
828
|
+
[_hQ]: _nT,
|
|
829
|
+
},
|
|
830
|
+
],
|
|
831
|
+
],
|
|
832
|
+
];
|
|
833
|
+
export var ListClientDevicesAssociatedWithCoreDeviceResponse = [
|
|
834
|
+
3,
|
|
835
|
+
n0,
|
|
836
|
+
_LCDAWCDRi,
|
|
837
|
+
0,
|
|
838
|
+
[_aCD, _nT],
|
|
839
|
+
[() => AssociatedClientDeviceList, 0],
|
|
840
|
+
];
|
|
841
|
+
export var ListComponentsRequest = [
|
|
842
|
+
3,
|
|
843
|
+
n0,
|
|
844
|
+
_LCR,
|
|
845
|
+
0,
|
|
846
|
+
[_sc, _mR, _nT],
|
|
847
|
+
[
|
|
848
|
+
[
|
|
849
|
+
0,
|
|
850
|
+
{
|
|
851
|
+
[_hQ]: _sc,
|
|
852
|
+
},
|
|
853
|
+
],
|
|
854
|
+
[
|
|
855
|
+
1,
|
|
856
|
+
{
|
|
857
|
+
[_hQ]: _mR,
|
|
858
|
+
},
|
|
859
|
+
],
|
|
860
|
+
[
|
|
861
|
+
0,
|
|
862
|
+
{
|
|
863
|
+
[_hQ]: _nT,
|
|
864
|
+
},
|
|
865
|
+
],
|
|
866
|
+
],
|
|
867
|
+
];
|
|
868
|
+
export var ListComponentsResponse = [3, n0, _LCRi, 0, [_com, _nT], [() => ComponentList, 0]];
|
|
869
|
+
export var ListComponentVersionsRequest = [
|
|
870
|
+
3,
|
|
871
|
+
n0,
|
|
872
|
+
_LCVR,
|
|
873
|
+
0,
|
|
874
|
+
[_a, _mR, _nT],
|
|
875
|
+
[
|
|
876
|
+
[0, 1],
|
|
877
|
+
[
|
|
878
|
+
1,
|
|
879
|
+
{
|
|
880
|
+
[_hQ]: _mR,
|
|
881
|
+
},
|
|
882
|
+
],
|
|
883
|
+
[
|
|
884
|
+
0,
|
|
885
|
+
{
|
|
886
|
+
[_hQ]: _nT,
|
|
887
|
+
},
|
|
888
|
+
],
|
|
889
|
+
],
|
|
890
|
+
];
|
|
891
|
+
export var ListComponentVersionsResponse = [
|
|
892
|
+
3,
|
|
893
|
+
n0,
|
|
894
|
+
_LCVRi,
|
|
895
|
+
0,
|
|
896
|
+
[_cVom, _nT],
|
|
897
|
+
[() => ComponentVersionList, 0],
|
|
898
|
+
];
|
|
899
|
+
export var ListCoreDevicesRequest = [
|
|
900
|
+
3,
|
|
901
|
+
n0,
|
|
902
|
+
_LCDR,
|
|
903
|
+
0,
|
|
904
|
+
[_tGA, _s, _mR, _nT, _ru],
|
|
905
|
+
[
|
|
906
|
+
[
|
|
907
|
+
0,
|
|
908
|
+
{
|
|
909
|
+
[_hQ]: _tGA,
|
|
910
|
+
},
|
|
911
|
+
],
|
|
912
|
+
[
|
|
913
|
+
0,
|
|
914
|
+
{
|
|
915
|
+
[_hQ]: _s,
|
|
916
|
+
},
|
|
917
|
+
],
|
|
918
|
+
[
|
|
919
|
+
1,
|
|
920
|
+
{
|
|
921
|
+
[_hQ]: _mR,
|
|
922
|
+
},
|
|
923
|
+
],
|
|
924
|
+
[
|
|
925
|
+
0,
|
|
926
|
+
{
|
|
927
|
+
[_hQ]: _nT,
|
|
928
|
+
},
|
|
929
|
+
],
|
|
930
|
+
[
|
|
931
|
+
0,
|
|
932
|
+
{
|
|
933
|
+
[_hQ]: _ru,
|
|
934
|
+
},
|
|
935
|
+
],
|
|
936
|
+
],
|
|
937
|
+
];
|
|
938
|
+
export var ListCoreDevicesResponse = [3, n0, _LCDRi, 0, [_cDo, _nT], [() => CoreDevicesList, 0]];
|
|
939
|
+
export var ListDeploymentsRequest = [
|
|
940
|
+
3,
|
|
941
|
+
n0,
|
|
942
|
+
_LDR,
|
|
943
|
+
0,
|
|
944
|
+
[_tA, _hF, _pTA, _mR, _nT],
|
|
945
|
+
[
|
|
946
|
+
[
|
|
947
|
+
0,
|
|
948
|
+
{
|
|
949
|
+
[_hQ]: _tA,
|
|
950
|
+
},
|
|
951
|
+
],
|
|
952
|
+
[
|
|
953
|
+
0,
|
|
954
|
+
{
|
|
955
|
+
[_hQ]: _hF,
|
|
956
|
+
},
|
|
957
|
+
],
|
|
958
|
+
[
|
|
959
|
+
0,
|
|
960
|
+
{
|
|
961
|
+
[_hQ]: _pTA,
|
|
962
|
+
},
|
|
963
|
+
],
|
|
964
|
+
[
|
|
965
|
+
1,
|
|
966
|
+
{
|
|
967
|
+
[_hQ]: _mR,
|
|
968
|
+
},
|
|
969
|
+
],
|
|
970
|
+
[
|
|
971
|
+
0,
|
|
972
|
+
{
|
|
973
|
+
[_hQ]: _nT,
|
|
974
|
+
},
|
|
975
|
+
],
|
|
976
|
+
],
|
|
977
|
+
];
|
|
978
|
+
export var ListDeploymentsResponse = [3, n0, _LDRi, 0, [_dep, _nT], [() => DeploymentList, 0]];
|
|
979
|
+
export var ListEffectiveDeploymentsRequest = [
|
|
980
|
+
3,
|
|
981
|
+
n0,
|
|
982
|
+
_LEDR,
|
|
983
|
+
0,
|
|
984
|
+
[_cDTN, _mR, _nT],
|
|
985
|
+
[
|
|
986
|
+
[0, 1],
|
|
987
|
+
[
|
|
988
|
+
1,
|
|
989
|
+
{
|
|
990
|
+
[_hQ]: _mR,
|
|
991
|
+
},
|
|
992
|
+
],
|
|
993
|
+
[
|
|
994
|
+
0,
|
|
995
|
+
{
|
|
996
|
+
[_hQ]: _nT,
|
|
997
|
+
},
|
|
998
|
+
],
|
|
999
|
+
],
|
|
1000
|
+
];
|
|
1001
|
+
export var ListEffectiveDeploymentsResponse = [
|
|
1002
|
+
3,
|
|
1003
|
+
n0,
|
|
1004
|
+
_LEDRi,
|
|
1005
|
+
0,
|
|
1006
|
+
[_eD, _nT],
|
|
1007
|
+
[() => EffectiveDeploymentsList, 0],
|
|
1008
|
+
];
|
|
1009
|
+
export var ListInstalledComponentsRequest = [
|
|
1010
|
+
3,
|
|
1011
|
+
n0,
|
|
1012
|
+
_LICR,
|
|
1013
|
+
0,
|
|
1014
|
+
[_cDTN, _mR, _nT, _tF],
|
|
1015
|
+
[
|
|
1016
|
+
[0, 1],
|
|
1017
|
+
[
|
|
1018
|
+
1,
|
|
1019
|
+
{
|
|
1020
|
+
[_hQ]: _mR,
|
|
1021
|
+
},
|
|
1022
|
+
],
|
|
1023
|
+
[
|
|
1024
|
+
0,
|
|
1025
|
+
{
|
|
1026
|
+
[_hQ]: _nT,
|
|
1027
|
+
},
|
|
1028
|
+
],
|
|
1029
|
+
[
|
|
1030
|
+
0,
|
|
1031
|
+
{
|
|
1032
|
+
[_hQ]: _tF,
|
|
1033
|
+
},
|
|
1034
|
+
],
|
|
1035
|
+
],
|
|
1036
|
+
];
|
|
1037
|
+
export var ListInstalledComponentsResponse = [
|
|
1038
|
+
3,
|
|
1039
|
+
n0,
|
|
1040
|
+
_LICRi,
|
|
1041
|
+
0,
|
|
1042
|
+
[_iC, _nT],
|
|
1043
|
+
[() => InstalledComponentList, 0],
|
|
1044
|
+
];
|
|
1045
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
1046
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1047
|
+
export var RequestAlreadyInProgressException = [
|
|
1048
|
+
-3,
|
|
1049
|
+
n0,
|
|
1050
|
+
_RAIPE,
|
|
1051
|
+
{
|
|
1052
|
+
[_e]: _c,
|
|
1053
|
+
[_hE]: 400,
|
|
1054
|
+
},
|
|
1055
|
+
[_m],
|
|
1056
|
+
[0],
|
|
1057
|
+
];
|
|
1058
|
+
TypeRegistry.for(n0).registerError(RequestAlreadyInProgressException, __RequestAlreadyInProgressException);
|
|
1059
|
+
export var ResolveComponentCandidatesRequest = [
|
|
1060
|
+
3,
|
|
1061
|
+
n0,
|
|
1062
|
+
_RCCR,
|
|
1063
|
+
0,
|
|
1064
|
+
[_pla, _cC],
|
|
1065
|
+
[() => ComponentPlatform, () => ComponentCandidateList],
|
|
1066
|
+
];
|
|
1067
|
+
export var ResolveComponentCandidatesResponse = [
|
|
1068
|
+
3,
|
|
1069
|
+
n0,
|
|
1070
|
+
_RCCRe,
|
|
1071
|
+
0,
|
|
1072
|
+
[_rCV],
|
|
1073
|
+
[() => ResolvedComponentVersionsList],
|
|
1074
|
+
];
|
|
1075
|
+
export var ResolvedComponentVersion = [
|
|
1076
|
+
3,
|
|
1077
|
+
n0,
|
|
1078
|
+
_RCV,
|
|
1079
|
+
0,
|
|
1080
|
+
[_a, _cN, _cV, _rec, _vG, _m],
|
|
1081
|
+
[0, 0, 0, 21, 0, 0],
|
|
1082
|
+
];
|
|
1083
|
+
export var ResourceNotFoundException = [
|
|
1084
|
+
-3,
|
|
1085
|
+
n0,
|
|
1086
|
+
_RNFE,
|
|
1087
|
+
{
|
|
1088
|
+
[_e]: _c,
|
|
1089
|
+
[_hE]: 404,
|
|
1090
|
+
},
|
|
1091
|
+
[_m, _rI, _rT],
|
|
1092
|
+
[0, 0, 0],
|
|
1093
|
+
];
|
|
1094
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1095
|
+
export var ServiceQuotaExceededException = [
|
|
1096
|
+
-3,
|
|
1097
|
+
n0,
|
|
1098
|
+
_SQEE,
|
|
1099
|
+
{
|
|
1100
|
+
[_e]: _c,
|
|
1101
|
+
[_hE]: 402,
|
|
1102
|
+
},
|
|
1103
|
+
[_m, _rI, _rT, _qC, _sC],
|
|
1104
|
+
[0, 0, 0, 0, 0],
|
|
1105
|
+
];
|
|
1106
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1107
|
+
export var SystemResourceLimits = [3, n0, _SRL, 0, [_mem, _cp], [1, 1]];
|
|
1108
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
1109
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1110
|
+
export var ThrottlingException = [
|
|
1111
|
+
-3,
|
|
1112
|
+
n0,
|
|
1113
|
+
_TE,
|
|
1114
|
+
{
|
|
1115
|
+
[_e]: _c,
|
|
1116
|
+
[_hE]: 429,
|
|
1117
|
+
},
|
|
1118
|
+
[_m, _qC, _sC, _rAS],
|
|
1119
|
+
[
|
|
1120
|
+
0,
|
|
1121
|
+
0,
|
|
1122
|
+
0,
|
|
1123
|
+
[
|
|
1124
|
+
1,
|
|
1125
|
+
{
|
|
1126
|
+
[_hH]: _RA_,
|
|
1127
|
+
},
|
|
1128
|
+
],
|
|
1129
|
+
],
|
|
1130
|
+
];
|
|
1131
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1132
|
+
export var UntagResourceRequest = [
|
|
1133
|
+
3,
|
|
1134
|
+
n0,
|
|
1135
|
+
_URR,
|
|
1136
|
+
0,
|
|
1137
|
+
[_rAe, _tK],
|
|
1138
|
+
[
|
|
1139
|
+
[0, 1],
|
|
1140
|
+
[
|
|
1141
|
+
64 | 0,
|
|
1142
|
+
{
|
|
1143
|
+
[_hQ]: _tK,
|
|
1144
|
+
},
|
|
1145
|
+
],
|
|
1146
|
+
],
|
|
1147
|
+
];
|
|
1148
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1149
|
+
export var UpdateConnectivityInfoRequest = [
|
|
1150
|
+
3,
|
|
1151
|
+
n0,
|
|
1152
|
+
_UCIR,
|
|
1153
|
+
0,
|
|
1154
|
+
[_tN, _cI],
|
|
1155
|
+
[
|
|
1156
|
+
[
|
|
1157
|
+
0,
|
|
1158
|
+
{
|
|
1159
|
+
[_jN]: _TN,
|
|
1160
|
+
[_hL]: 1,
|
|
1161
|
+
},
|
|
1162
|
+
],
|
|
1163
|
+
[
|
|
1164
|
+
() => connectivityInfoList,
|
|
1165
|
+
{
|
|
1166
|
+
[_jN]: _CI,
|
|
1167
|
+
},
|
|
1168
|
+
],
|
|
1169
|
+
],
|
|
1170
|
+
];
|
|
1171
|
+
export var UpdateConnectivityInfoResponse = [
|
|
1172
|
+
3,
|
|
1173
|
+
n0,
|
|
1174
|
+
_UCIRp,
|
|
1175
|
+
0,
|
|
1176
|
+
[_ve, _m],
|
|
1177
|
+
[
|
|
1178
|
+
[
|
|
1179
|
+
0,
|
|
1180
|
+
{
|
|
1181
|
+
[_jN]: _V,
|
|
1182
|
+
},
|
|
1183
|
+
],
|
|
1184
|
+
[
|
|
1185
|
+
0,
|
|
1186
|
+
{
|
|
1187
|
+
[_jN]: _Me,
|
|
1188
|
+
},
|
|
1189
|
+
],
|
|
1190
|
+
],
|
|
1191
|
+
];
|
|
1192
|
+
export var ValidationException = [
|
|
1193
|
+
-3,
|
|
1194
|
+
n0,
|
|
1195
|
+
_VE,
|
|
1196
|
+
{
|
|
1197
|
+
[_e]: _c,
|
|
1198
|
+
[_hE]: 400,
|
|
1199
|
+
},
|
|
1200
|
+
[_m, _re, _f],
|
|
1201
|
+
[0, 0, () => ValidationExceptionFieldList],
|
|
1202
|
+
];
|
|
1203
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1204
|
+
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
1205
|
+
export var __Unit = "unit";
|
|
1206
|
+
export var GreengrassV2ServiceException = [-3, _sm, "GreengrassV2ServiceException", 0, [], []];
|
|
1207
|
+
TypeRegistry.for(_sm).registerError(GreengrassV2ServiceException, __GreengrassV2ServiceException);
|
|
1208
|
+
export var AssociateClientDeviceWithCoreDeviceEntryList = [
|
|
1209
|
+
1,
|
|
1210
|
+
n0,
|
|
1211
|
+
_ACDWCDEL,
|
|
1212
|
+
0,
|
|
1213
|
+
() => AssociateClientDeviceWithCoreDeviceEntry,
|
|
1214
|
+
];
|
|
1215
|
+
export var AssociateClientDeviceWithCoreDeviceErrorList = [
|
|
1216
|
+
1,
|
|
1217
|
+
n0,
|
|
1218
|
+
_ACDWCDELs,
|
|
1219
|
+
0,
|
|
1220
|
+
() => AssociateClientDeviceWithCoreDeviceErrorEntry,
|
|
1221
|
+
];
|
|
1222
|
+
export var AssociatedClientDeviceList = [1, n0, _ACDL, 0, () => AssociatedClientDevice];
|
|
1223
|
+
export var ComponentCandidateList = [1, n0, _CCL, 0, () => ComponentCandidate];
|
|
1224
|
+
export var ComponentConfigurationPathList = 64 | 0;
|
|
1225
|
+
export var ComponentList = [1, n0, _CL, 0, () => Component];
|
|
1226
|
+
export var ComponentPlatformList = [1, n0, _CPL, 0, () => ComponentPlatform];
|
|
1227
|
+
export var ComponentVersionList = [1, n0, _CVL, 0, () => ComponentVersionListItem];
|
|
1228
|
+
export var connectivityInfoList = [1, n0, _cIL, 0, [() => ConnectivityInfo, 0]];
|
|
1229
|
+
export var CoreDevicesList = [1, n0, _CDL, 0, () => CoreDevice];
|
|
1230
|
+
export var DeploymentList = [1, n0, _DL, 0, () => Deployment];
|
|
1231
|
+
export var DisassociateClientDeviceFromCoreDeviceEntryList = [
|
|
1232
|
+
1,
|
|
1233
|
+
n0,
|
|
1234
|
+
_DCDFCDEL,
|
|
1235
|
+
0,
|
|
1236
|
+
() => DisassociateClientDeviceFromCoreDeviceEntry,
|
|
1237
|
+
];
|
|
1238
|
+
export var DisassociateClientDeviceFromCoreDeviceErrorList = [
|
|
1239
|
+
1,
|
|
1240
|
+
n0,
|
|
1241
|
+
_DCDFCDELi,
|
|
1242
|
+
0,
|
|
1243
|
+
() => DisassociateClientDeviceFromCoreDeviceErrorEntry,
|
|
1244
|
+
];
|
|
1245
|
+
export var EffectiveDeploymentErrorStack = 64 | 0;
|
|
1246
|
+
export var EffectiveDeploymentErrorTypeList = 64 | 0;
|
|
1247
|
+
export var EffectiveDeploymentsList = [1, n0, _EDL, 0, () => EffectiveDeployment];
|
|
1248
|
+
export var InstalledComponentLifecycleStatusCodeList = 64 | 0;
|
|
1249
|
+
export var InstalledComponentList = [1, n0, _ICL, 0, () => InstalledComponent];
|
|
1250
|
+
export var IoTJobAbortCriteriaList = [1, n0, _ITJACL, 0, () => IoTJobAbortCriteria];
|
|
1251
|
+
export var LambdaDeviceList = [1, n0, _LDL, 0, () => LambdaDeviceMount];
|
|
1252
|
+
export var LambdaEventSourceList = [1, n0, _LESL, 0, () => LambdaEventSource];
|
|
1253
|
+
export var LambdaExecArgsList = 64 | 0;
|
|
1254
|
+
export var LambdaVolumeList = [1, n0, _LVL, 0, () => LambdaVolumeMount];
|
|
1255
|
+
export var ResolvedComponentVersionsList = [1, n0, _RCVL, 0, () => ResolvedComponentVersion];
|
|
1256
|
+
export var TagKeyList = 64 | 0;
|
|
1257
|
+
export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
1258
|
+
export var ComponentDependencyMap = [2, n0, _CDM, 0, 0, () => ComponentDependencyRequirement];
|
|
1259
|
+
export var ComponentDeploymentSpecifications = [
|
|
1260
|
+
2,
|
|
1261
|
+
n0,
|
|
1262
|
+
_CDSo,
|
|
1263
|
+
0,
|
|
1264
|
+
0,
|
|
1265
|
+
() => ComponentDeploymentSpecification,
|
|
1266
|
+
];
|
|
1267
|
+
export var ComponentVersionRequirementMap = 128 | 0;
|
|
1268
|
+
export var LambdaEnvironmentVariables = 128 | 0;
|
|
1269
|
+
export var PlatformAttributesMap = 128 | 0;
|
|
1270
|
+
export var StringMap = 128 | 0;
|
|
1271
|
+
export var TagMap = 128 | 0;
|
|
1272
|
+
export var AssociateServiceRoleToAccount = [
|
|
1273
|
+
9,
|
|
1274
|
+
n0,
|
|
1275
|
+
_ASRTA,
|
|
1276
|
+
{
|
|
1277
|
+
[_h]: ["PUT", "/greengrass/servicerole", 200],
|
|
1278
|
+
},
|
|
1279
|
+
() => AssociateServiceRoleToAccountRequest,
|
|
1280
|
+
() => AssociateServiceRoleToAccountResponse,
|
|
1281
|
+
];
|
|
1282
|
+
export var BatchAssociateClientDeviceWithCoreDevice = [
|
|
1283
|
+
9,
|
|
1284
|
+
n0,
|
|
1285
|
+
_BACDWCD,
|
|
1286
|
+
{
|
|
1287
|
+
[_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices", 200],
|
|
1288
|
+
},
|
|
1289
|
+
() => BatchAssociateClientDeviceWithCoreDeviceRequest,
|
|
1290
|
+
() => BatchAssociateClientDeviceWithCoreDeviceResponse,
|
|
1291
|
+
];
|
|
1292
|
+
export var BatchDisassociateClientDeviceFromCoreDevice = [
|
|
1293
|
+
9,
|
|
1294
|
+
n0,
|
|
1295
|
+
_BDCDFCD,
|
|
1296
|
+
{
|
|
1297
|
+
[_h]: ["POST", "/greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices", 200],
|
|
1298
|
+
},
|
|
1299
|
+
() => BatchDisassociateClientDeviceFromCoreDeviceRequest,
|
|
1300
|
+
() => BatchDisassociateClientDeviceFromCoreDeviceResponse,
|
|
1301
|
+
];
|
|
1302
|
+
export var CancelDeployment = [
|
|
1303
|
+
9,
|
|
1304
|
+
n0,
|
|
1305
|
+
_CDa,
|
|
1306
|
+
{
|
|
1307
|
+
[_h]: ["POST", "/greengrass/v2/deployments/{deploymentId}/cancel", 200],
|
|
1308
|
+
},
|
|
1309
|
+
() => CancelDeploymentRequest,
|
|
1310
|
+
() => CancelDeploymentResponse,
|
|
1311
|
+
];
|
|
1312
|
+
export var CreateComponentVersion = [
|
|
1313
|
+
9,
|
|
1314
|
+
n0,
|
|
1315
|
+
_CCV,
|
|
1316
|
+
{
|
|
1317
|
+
[_h]: ["POST", "/greengrass/v2/createComponentVersion", 201],
|
|
1318
|
+
},
|
|
1319
|
+
() => CreateComponentVersionRequest,
|
|
1320
|
+
() => CreateComponentVersionResponse,
|
|
1321
|
+
];
|
|
1322
|
+
export var CreateDeployment = [
|
|
1323
|
+
9,
|
|
1324
|
+
n0,
|
|
1325
|
+
_CDr,
|
|
1326
|
+
{
|
|
1327
|
+
[_h]: ["POST", "/greengrass/v2/deployments", 201],
|
|
1328
|
+
},
|
|
1329
|
+
() => CreateDeploymentRequest,
|
|
1330
|
+
() => CreateDeploymentResponse,
|
|
1331
|
+
];
|
|
1332
|
+
export var DeleteComponent = [
|
|
1333
|
+
9,
|
|
1334
|
+
n0,
|
|
1335
|
+
_DC,
|
|
1336
|
+
{
|
|
1337
|
+
[_h]: ["DELETE", "/greengrass/v2/components/{arn}", 204],
|
|
1338
|
+
},
|
|
1339
|
+
() => DeleteComponentRequest,
|
|
1340
|
+
() => __Unit,
|
|
1341
|
+
];
|
|
1342
|
+
export var DeleteCoreDevice = [
|
|
1343
|
+
9,
|
|
1344
|
+
n0,
|
|
1345
|
+
_DCD,
|
|
1346
|
+
{
|
|
1347
|
+
[_h]: ["DELETE", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 204],
|
|
1348
|
+
},
|
|
1349
|
+
() => DeleteCoreDeviceRequest,
|
|
1350
|
+
() => __Unit,
|
|
1351
|
+
];
|
|
1352
|
+
export var DeleteDeployment = [
|
|
1353
|
+
9,
|
|
1354
|
+
n0,
|
|
1355
|
+
_DD,
|
|
1356
|
+
{
|
|
1357
|
+
[_h]: ["DELETE", "/greengrass/v2/deployments/{deploymentId}", 204],
|
|
1358
|
+
},
|
|
1359
|
+
() => DeleteDeploymentRequest,
|
|
1360
|
+
() => __Unit,
|
|
1361
|
+
];
|
|
1362
|
+
export var DescribeComponent = [
|
|
1363
|
+
9,
|
|
1364
|
+
n0,
|
|
1365
|
+
_DCe,
|
|
1366
|
+
{
|
|
1367
|
+
[_h]: ["GET", "/greengrass/v2/components/{arn}/metadata", 200],
|
|
1368
|
+
},
|
|
1369
|
+
() => DescribeComponentRequest,
|
|
1370
|
+
() => DescribeComponentResponse,
|
|
1371
|
+
];
|
|
1372
|
+
export var DisassociateServiceRoleFromAccount = [
|
|
1373
|
+
9,
|
|
1374
|
+
n0,
|
|
1375
|
+
_DSRFA,
|
|
1376
|
+
{
|
|
1377
|
+
[_h]: ["DELETE", "/greengrass/servicerole", 200],
|
|
1378
|
+
},
|
|
1379
|
+
() => DisassociateServiceRoleFromAccountRequest,
|
|
1380
|
+
() => DisassociateServiceRoleFromAccountResponse,
|
|
1381
|
+
];
|
|
1382
|
+
export var GetComponent = [
|
|
1383
|
+
9,
|
|
1384
|
+
n0,
|
|
1385
|
+
_GC,
|
|
1386
|
+
{
|
|
1387
|
+
[_h]: ["GET", "/greengrass/v2/components/{arn}", 200],
|
|
1388
|
+
},
|
|
1389
|
+
() => GetComponentRequest,
|
|
1390
|
+
() => GetComponentResponse,
|
|
1391
|
+
];
|
|
1392
|
+
export var GetComponentVersionArtifact = [
|
|
1393
|
+
9,
|
|
1394
|
+
n0,
|
|
1395
|
+
_GCVA,
|
|
1396
|
+
{
|
|
1397
|
+
[_h]: ["GET", "/greengrass/v2/components/{arn}/artifacts/{artifactName+}", 200],
|
|
1398
|
+
},
|
|
1399
|
+
() => GetComponentVersionArtifactRequest,
|
|
1400
|
+
() => GetComponentVersionArtifactResponse,
|
|
1401
|
+
];
|
|
1402
|
+
export var GetConnectivityInfo = [
|
|
1403
|
+
9,
|
|
1404
|
+
n0,
|
|
1405
|
+
_GCI,
|
|
1406
|
+
{
|
|
1407
|
+
[_h]: ["GET", "/greengrass/things/{thingName}/connectivityInfo", 200],
|
|
1408
|
+
},
|
|
1409
|
+
() => GetConnectivityInfoRequest,
|
|
1410
|
+
() => GetConnectivityInfoResponse,
|
|
1411
|
+
];
|
|
1412
|
+
export var GetCoreDevice = [
|
|
1413
|
+
9,
|
|
1414
|
+
n0,
|
|
1415
|
+
_GCD,
|
|
1416
|
+
{
|
|
1417
|
+
[_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}", 200],
|
|
1418
|
+
},
|
|
1419
|
+
() => GetCoreDeviceRequest,
|
|
1420
|
+
() => GetCoreDeviceResponse,
|
|
1421
|
+
];
|
|
1422
|
+
export var GetDeployment = [
|
|
1423
|
+
9,
|
|
1424
|
+
n0,
|
|
1425
|
+
_GD,
|
|
1426
|
+
{
|
|
1427
|
+
[_h]: ["GET", "/greengrass/v2/deployments/{deploymentId}", 200],
|
|
1428
|
+
},
|
|
1429
|
+
() => GetDeploymentRequest,
|
|
1430
|
+
() => GetDeploymentResponse,
|
|
1431
|
+
];
|
|
1432
|
+
export var GetServiceRoleForAccount = [
|
|
1433
|
+
9,
|
|
1434
|
+
n0,
|
|
1435
|
+
_GSRFA,
|
|
1436
|
+
{
|
|
1437
|
+
[_h]: ["GET", "/greengrass/servicerole", 200],
|
|
1438
|
+
},
|
|
1439
|
+
() => GetServiceRoleForAccountRequest,
|
|
1440
|
+
() => GetServiceRoleForAccountResponse,
|
|
1441
|
+
];
|
|
1442
|
+
export var ListClientDevicesAssociatedWithCoreDevice = [
|
|
1443
|
+
9,
|
|
1444
|
+
n0,
|
|
1445
|
+
_LCDAWCD,
|
|
1446
|
+
{
|
|
1447
|
+
[_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/associatedClientDevices", 200],
|
|
1448
|
+
},
|
|
1449
|
+
() => ListClientDevicesAssociatedWithCoreDeviceRequest,
|
|
1450
|
+
() => ListClientDevicesAssociatedWithCoreDeviceResponse,
|
|
1451
|
+
];
|
|
1452
|
+
export var ListComponents = [
|
|
1453
|
+
9,
|
|
1454
|
+
n0,
|
|
1455
|
+
_LC,
|
|
1456
|
+
{
|
|
1457
|
+
[_h]: ["GET", "/greengrass/v2/components", 200],
|
|
1458
|
+
},
|
|
1459
|
+
() => ListComponentsRequest,
|
|
1460
|
+
() => ListComponentsResponse,
|
|
1461
|
+
];
|
|
1462
|
+
export var ListComponentVersions = [
|
|
1463
|
+
9,
|
|
1464
|
+
n0,
|
|
1465
|
+
_LCV,
|
|
1466
|
+
{
|
|
1467
|
+
[_h]: ["GET", "/greengrass/v2/components/{arn}/versions", 200],
|
|
1468
|
+
},
|
|
1469
|
+
() => ListComponentVersionsRequest,
|
|
1470
|
+
() => ListComponentVersionsResponse,
|
|
1471
|
+
];
|
|
1472
|
+
export var ListCoreDevices = [
|
|
1473
|
+
9,
|
|
1474
|
+
n0,
|
|
1475
|
+
_LCD,
|
|
1476
|
+
{
|
|
1477
|
+
[_h]: ["GET", "/greengrass/v2/coreDevices", 200],
|
|
1478
|
+
},
|
|
1479
|
+
() => ListCoreDevicesRequest,
|
|
1480
|
+
() => ListCoreDevicesResponse,
|
|
1481
|
+
];
|
|
1482
|
+
export var ListDeployments = [
|
|
1483
|
+
9,
|
|
1484
|
+
n0,
|
|
1485
|
+
_LD,
|
|
1486
|
+
{
|
|
1487
|
+
[_h]: ["GET", "/greengrass/v2/deployments", 200],
|
|
1488
|
+
},
|
|
1489
|
+
() => ListDeploymentsRequest,
|
|
1490
|
+
() => ListDeploymentsResponse,
|
|
1491
|
+
];
|
|
1492
|
+
export var ListEffectiveDeployments = [
|
|
1493
|
+
9,
|
|
1494
|
+
n0,
|
|
1495
|
+
_LED,
|
|
1496
|
+
{
|
|
1497
|
+
[_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/effectiveDeployments", 200],
|
|
1498
|
+
},
|
|
1499
|
+
() => ListEffectiveDeploymentsRequest,
|
|
1500
|
+
() => ListEffectiveDeploymentsResponse,
|
|
1501
|
+
];
|
|
1502
|
+
export var ListInstalledComponents = [
|
|
1503
|
+
9,
|
|
1504
|
+
n0,
|
|
1505
|
+
_LIC,
|
|
1506
|
+
{
|
|
1507
|
+
[_h]: ["GET", "/greengrass/v2/coreDevices/{coreDeviceThingName}/installedComponents", 200],
|
|
1508
|
+
},
|
|
1509
|
+
() => ListInstalledComponentsRequest,
|
|
1510
|
+
() => ListInstalledComponentsResponse,
|
|
1511
|
+
];
|
|
1512
|
+
export var ListTagsForResource = [
|
|
1513
|
+
9,
|
|
1514
|
+
n0,
|
|
1515
|
+
_LTFR,
|
|
1516
|
+
{
|
|
1517
|
+
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1518
|
+
},
|
|
1519
|
+
() => ListTagsForResourceRequest,
|
|
1520
|
+
() => ListTagsForResourceResponse,
|
|
1521
|
+
];
|
|
1522
|
+
export var ResolveComponentCandidates = [
|
|
1523
|
+
9,
|
|
1524
|
+
n0,
|
|
1525
|
+
_RCC,
|
|
1526
|
+
{
|
|
1527
|
+
[_h]: ["POST", "/greengrass/v2/resolveComponentCandidates", 200],
|
|
1528
|
+
},
|
|
1529
|
+
() => ResolveComponentCandidatesRequest,
|
|
1530
|
+
() => ResolveComponentCandidatesResponse,
|
|
1531
|
+
];
|
|
1532
|
+
export var TagResource = [
|
|
1533
|
+
9,
|
|
1534
|
+
n0,
|
|
1535
|
+
_TR,
|
|
1536
|
+
{
|
|
1537
|
+
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1538
|
+
},
|
|
1539
|
+
() => TagResourceRequest,
|
|
1540
|
+
() => TagResourceResponse,
|
|
1541
|
+
];
|
|
1542
|
+
export var UntagResource = [
|
|
1543
|
+
9,
|
|
1544
|
+
n0,
|
|
1545
|
+
_UR,
|
|
1546
|
+
{
|
|
1547
|
+
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1548
|
+
},
|
|
1549
|
+
() => UntagResourceRequest,
|
|
1550
|
+
() => UntagResourceResponse,
|
|
1551
|
+
];
|
|
1552
|
+
export var UpdateConnectivityInfo = [
|
|
1553
|
+
9,
|
|
1554
|
+
n0,
|
|
1555
|
+
_UCI,
|
|
1556
|
+
{
|
|
1557
|
+
[_h]: ["PUT", "/greengrass/things/{thingName}/connectivityInfo", 200],
|
|
1558
|
+
},
|
|
1559
|
+
() => UpdateConnectivityInfoRequest,
|
|
1560
|
+
() => UpdateConnectivityInfoResponse,
|
|
1561
|
+
];
|