@aws-sdk/client-greengrass 3.279.0 → 3.282.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/README.md +739 -0
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +6 -0
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +6 -0
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +6 -0
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +6 -0
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +6 -0
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -0
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +6 -0
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +6 -0
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -0
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -203,3 +203,742 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
203
203
|
This SDK is distributed under the
|
|
204
204
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
205
205
|
see LICENSE for more information.
|
|
206
|
+
|
|
207
|
+
## Client Commands (Operations List)
|
|
208
|
+
|
|
209
|
+
<details>
|
|
210
|
+
<summary>
|
|
211
|
+
AssociateRoleToGroup
|
|
212
|
+
</summary>
|
|
213
|
+
|
|
214
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/associateroletogroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/associateroletogroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/associateroletogroupcommandoutput.html)
|
|
215
|
+
|
|
216
|
+
</details>
|
|
217
|
+
<details>
|
|
218
|
+
<summary>
|
|
219
|
+
AssociateServiceRoleToAccount
|
|
220
|
+
</summary>
|
|
221
|
+
|
|
222
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/associateserviceroletoaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/associateserviceroletoaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/associateserviceroletoaccountcommandoutput.html)
|
|
223
|
+
|
|
224
|
+
</details>
|
|
225
|
+
<details>
|
|
226
|
+
<summary>
|
|
227
|
+
CreateConnectorDefinition
|
|
228
|
+
</summary>
|
|
229
|
+
|
|
230
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createconnectordefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createconnectordefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createconnectordefinitioncommandoutput.html)
|
|
231
|
+
|
|
232
|
+
</details>
|
|
233
|
+
<details>
|
|
234
|
+
<summary>
|
|
235
|
+
CreateConnectorDefinitionVersion
|
|
236
|
+
</summary>
|
|
237
|
+
|
|
238
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createconnectordefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createconnectordefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createconnectordefinitionversioncommandoutput.html)
|
|
239
|
+
|
|
240
|
+
</details>
|
|
241
|
+
<details>
|
|
242
|
+
<summary>
|
|
243
|
+
CreateCoreDefinition
|
|
244
|
+
</summary>
|
|
245
|
+
|
|
246
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createcoredefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createcoredefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createcoredefinitioncommandoutput.html)
|
|
247
|
+
|
|
248
|
+
</details>
|
|
249
|
+
<details>
|
|
250
|
+
<summary>
|
|
251
|
+
CreateCoreDefinitionVersion
|
|
252
|
+
</summary>
|
|
253
|
+
|
|
254
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createcoredefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createcoredefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createcoredefinitionversioncommandoutput.html)
|
|
255
|
+
|
|
256
|
+
</details>
|
|
257
|
+
<details>
|
|
258
|
+
<summary>
|
|
259
|
+
CreateDeployment
|
|
260
|
+
</summary>
|
|
261
|
+
|
|
262
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createdeploymentcommandoutput.html)
|
|
263
|
+
|
|
264
|
+
</details>
|
|
265
|
+
<details>
|
|
266
|
+
<summary>
|
|
267
|
+
CreateDeviceDefinition
|
|
268
|
+
</summary>
|
|
269
|
+
|
|
270
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createdevicedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createdevicedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createdevicedefinitioncommandoutput.html)
|
|
271
|
+
|
|
272
|
+
</details>
|
|
273
|
+
<details>
|
|
274
|
+
<summary>
|
|
275
|
+
CreateDeviceDefinitionVersion
|
|
276
|
+
</summary>
|
|
277
|
+
|
|
278
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createdevicedefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createdevicedefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createdevicedefinitionversioncommandoutput.html)
|
|
279
|
+
|
|
280
|
+
</details>
|
|
281
|
+
<details>
|
|
282
|
+
<summary>
|
|
283
|
+
CreateFunctionDefinition
|
|
284
|
+
</summary>
|
|
285
|
+
|
|
286
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createfunctiondefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createfunctiondefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createfunctiondefinitioncommandoutput.html)
|
|
287
|
+
|
|
288
|
+
</details>
|
|
289
|
+
<details>
|
|
290
|
+
<summary>
|
|
291
|
+
CreateFunctionDefinitionVersion
|
|
292
|
+
</summary>
|
|
293
|
+
|
|
294
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createfunctiondefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createfunctiondefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createfunctiondefinitionversioncommandoutput.html)
|
|
295
|
+
|
|
296
|
+
</details>
|
|
297
|
+
<details>
|
|
298
|
+
<summary>
|
|
299
|
+
CreateGroup
|
|
300
|
+
</summary>
|
|
301
|
+
|
|
302
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/creategroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/creategroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/creategroupcommandoutput.html)
|
|
303
|
+
|
|
304
|
+
</details>
|
|
305
|
+
<details>
|
|
306
|
+
<summary>
|
|
307
|
+
CreateGroupCertificateAuthority
|
|
308
|
+
</summary>
|
|
309
|
+
|
|
310
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/creategroupcertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/creategroupcertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/creategroupcertificateauthoritycommandoutput.html)
|
|
311
|
+
|
|
312
|
+
</details>
|
|
313
|
+
<details>
|
|
314
|
+
<summary>
|
|
315
|
+
CreateGroupVersion
|
|
316
|
+
</summary>
|
|
317
|
+
|
|
318
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/creategroupversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/creategroupversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/creategroupversioncommandoutput.html)
|
|
319
|
+
|
|
320
|
+
</details>
|
|
321
|
+
<details>
|
|
322
|
+
<summary>
|
|
323
|
+
CreateLoggerDefinition
|
|
324
|
+
</summary>
|
|
325
|
+
|
|
326
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createloggerdefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createloggerdefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createloggerdefinitioncommandoutput.html)
|
|
327
|
+
|
|
328
|
+
</details>
|
|
329
|
+
<details>
|
|
330
|
+
<summary>
|
|
331
|
+
CreateLoggerDefinitionVersion
|
|
332
|
+
</summary>
|
|
333
|
+
|
|
334
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createloggerdefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createloggerdefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createloggerdefinitionversioncommandoutput.html)
|
|
335
|
+
|
|
336
|
+
</details>
|
|
337
|
+
<details>
|
|
338
|
+
<summary>
|
|
339
|
+
CreateResourceDefinition
|
|
340
|
+
</summary>
|
|
341
|
+
|
|
342
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createresourcedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createresourcedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createresourcedefinitioncommandoutput.html)
|
|
343
|
+
|
|
344
|
+
</details>
|
|
345
|
+
<details>
|
|
346
|
+
<summary>
|
|
347
|
+
CreateResourceDefinitionVersion
|
|
348
|
+
</summary>
|
|
349
|
+
|
|
350
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createresourcedefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createresourcedefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createresourcedefinitionversioncommandoutput.html)
|
|
351
|
+
|
|
352
|
+
</details>
|
|
353
|
+
<details>
|
|
354
|
+
<summary>
|
|
355
|
+
CreateSoftwareUpdateJob
|
|
356
|
+
</summary>
|
|
357
|
+
|
|
358
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createsoftwareupdatejobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createsoftwareupdatejobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createsoftwareupdatejobcommandoutput.html)
|
|
359
|
+
|
|
360
|
+
</details>
|
|
361
|
+
<details>
|
|
362
|
+
<summary>
|
|
363
|
+
CreateSubscriptionDefinition
|
|
364
|
+
</summary>
|
|
365
|
+
|
|
366
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createsubscriptiondefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createsubscriptiondefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createsubscriptiondefinitioncommandoutput.html)
|
|
367
|
+
|
|
368
|
+
</details>
|
|
369
|
+
<details>
|
|
370
|
+
<summary>
|
|
371
|
+
CreateSubscriptionDefinitionVersion
|
|
372
|
+
</summary>
|
|
373
|
+
|
|
374
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/createsubscriptiondefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createsubscriptiondefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/createsubscriptiondefinitionversioncommandoutput.html)
|
|
375
|
+
|
|
376
|
+
</details>
|
|
377
|
+
<details>
|
|
378
|
+
<summary>
|
|
379
|
+
DeleteConnectorDefinition
|
|
380
|
+
</summary>
|
|
381
|
+
|
|
382
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/deleteconnectordefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deleteconnectordefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deleteconnectordefinitioncommandoutput.html)
|
|
383
|
+
|
|
384
|
+
</details>
|
|
385
|
+
<details>
|
|
386
|
+
<summary>
|
|
387
|
+
DeleteCoreDefinition
|
|
388
|
+
</summary>
|
|
389
|
+
|
|
390
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/deletecoredefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletecoredefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletecoredefinitioncommandoutput.html)
|
|
391
|
+
|
|
392
|
+
</details>
|
|
393
|
+
<details>
|
|
394
|
+
<summary>
|
|
395
|
+
DeleteDeviceDefinition
|
|
396
|
+
</summary>
|
|
397
|
+
|
|
398
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/deletedevicedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletedevicedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletedevicedefinitioncommandoutput.html)
|
|
399
|
+
|
|
400
|
+
</details>
|
|
401
|
+
<details>
|
|
402
|
+
<summary>
|
|
403
|
+
DeleteFunctionDefinition
|
|
404
|
+
</summary>
|
|
405
|
+
|
|
406
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/deletefunctiondefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletefunctiondefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletefunctiondefinitioncommandoutput.html)
|
|
407
|
+
|
|
408
|
+
</details>
|
|
409
|
+
<details>
|
|
410
|
+
<summary>
|
|
411
|
+
DeleteGroup
|
|
412
|
+
</summary>
|
|
413
|
+
|
|
414
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/deletegroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletegroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletegroupcommandoutput.html)
|
|
415
|
+
|
|
416
|
+
</details>
|
|
417
|
+
<details>
|
|
418
|
+
<summary>
|
|
419
|
+
DeleteLoggerDefinition
|
|
420
|
+
</summary>
|
|
421
|
+
|
|
422
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/deleteloggerdefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deleteloggerdefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deleteloggerdefinitioncommandoutput.html)
|
|
423
|
+
|
|
424
|
+
</details>
|
|
425
|
+
<details>
|
|
426
|
+
<summary>
|
|
427
|
+
DeleteResourceDefinition
|
|
428
|
+
</summary>
|
|
429
|
+
|
|
430
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/deleteresourcedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deleteresourcedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deleteresourcedefinitioncommandoutput.html)
|
|
431
|
+
|
|
432
|
+
</details>
|
|
433
|
+
<details>
|
|
434
|
+
<summary>
|
|
435
|
+
DeleteSubscriptionDefinition
|
|
436
|
+
</summary>
|
|
437
|
+
|
|
438
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/deletesubscriptiondefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletesubscriptiondefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/deletesubscriptiondefinitioncommandoutput.html)
|
|
439
|
+
|
|
440
|
+
</details>
|
|
441
|
+
<details>
|
|
442
|
+
<summary>
|
|
443
|
+
DisassociateRoleFromGroup
|
|
444
|
+
</summary>
|
|
445
|
+
|
|
446
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/disassociaterolefromgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/disassociaterolefromgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/disassociaterolefromgroupcommandoutput.html)
|
|
447
|
+
|
|
448
|
+
</details>
|
|
449
|
+
<details>
|
|
450
|
+
<summary>
|
|
451
|
+
DisassociateServiceRoleFromAccount
|
|
452
|
+
</summary>
|
|
453
|
+
|
|
454
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/disassociateservicerolefromaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/disassociateservicerolefromaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/disassociateservicerolefromaccountcommandoutput.html)
|
|
455
|
+
|
|
456
|
+
</details>
|
|
457
|
+
<details>
|
|
458
|
+
<summary>
|
|
459
|
+
GetAssociatedRole
|
|
460
|
+
</summary>
|
|
461
|
+
|
|
462
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getassociatedrolecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getassociatedrolecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getassociatedrolecommandoutput.html)
|
|
463
|
+
|
|
464
|
+
</details>
|
|
465
|
+
<details>
|
|
466
|
+
<summary>
|
|
467
|
+
GetBulkDeploymentStatus
|
|
468
|
+
</summary>
|
|
469
|
+
|
|
470
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getbulkdeploymentstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getbulkdeploymentstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getbulkdeploymentstatuscommandoutput.html)
|
|
471
|
+
|
|
472
|
+
</details>
|
|
473
|
+
<details>
|
|
474
|
+
<summary>
|
|
475
|
+
GetConnectivityInfo
|
|
476
|
+
</summary>
|
|
477
|
+
|
|
478
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getconnectivityinfocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getconnectivityinfocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getconnectivityinfocommandoutput.html)
|
|
479
|
+
|
|
480
|
+
</details>
|
|
481
|
+
<details>
|
|
482
|
+
<summary>
|
|
483
|
+
GetConnectorDefinition
|
|
484
|
+
</summary>
|
|
485
|
+
|
|
486
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getconnectordefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getconnectordefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getconnectordefinitioncommandoutput.html)
|
|
487
|
+
|
|
488
|
+
</details>
|
|
489
|
+
<details>
|
|
490
|
+
<summary>
|
|
491
|
+
GetConnectorDefinitionVersion
|
|
492
|
+
</summary>
|
|
493
|
+
|
|
494
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getconnectordefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getconnectordefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getconnectordefinitionversioncommandoutput.html)
|
|
495
|
+
|
|
496
|
+
</details>
|
|
497
|
+
<details>
|
|
498
|
+
<summary>
|
|
499
|
+
GetCoreDefinition
|
|
500
|
+
</summary>
|
|
501
|
+
|
|
502
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getcoredefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getcoredefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getcoredefinitioncommandoutput.html)
|
|
503
|
+
|
|
504
|
+
</details>
|
|
505
|
+
<details>
|
|
506
|
+
<summary>
|
|
507
|
+
GetCoreDefinitionVersion
|
|
508
|
+
</summary>
|
|
509
|
+
|
|
510
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getcoredefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getcoredefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getcoredefinitionversioncommandoutput.html)
|
|
511
|
+
|
|
512
|
+
</details>
|
|
513
|
+
<details>
|
|
514
|
+
<summary>
|
|
515
|
+
GetDeploymentStatus
|
|
516
|
+
</summary>
|
|
517
|
+
|
|
518
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getdeploymentstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getdeploymentstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getdeploymentstatuscommandoutput.html)
|
|
519
|
+
|
|
520
|
+
</details>
|
|
521
|
+
<details>
|
|
522
|
+
<summary>
|
|
523
|
+
GetDeviceDefinition
|
|
524
|
+
</summary>
|
|
525
|
+
|
|
526
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getdevicedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getdevicedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getdevicedefinitioncommandoutput.html)
|
|
527
|
+
|
|
528
|
+
</details>
|
|
529
|
+
<details>
|
|
530
|
+
<summary>
|
|
531
|
+
GetDeviceDefinitionVersion
|
|
532
|
+
</summary>
|
|
533
|
+
|
|
534
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getdevicedefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getdevicedefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getdevicedefinitionversioncommandoutput.html)
|
|
535
|
+
|
|
536
|
+
</details>
|
|
537
|
+
<details>
|
|
538
|
+
<summary>
|
|
539
|
+
GetFunctionDefinition
|
|
540
|
+
</summary>
|
|
541
|
+
|
|
542
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getfunctiondefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getfunctiondefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getfunctiondefinitioncommandoutput.html)
|
|
543
|
+
|
|
544
|
+
</details>
|
|
545
|
+
<details>
|
|
546
|
+
<summary>
|
|
547
|
+
GetFunctionDefinitionVersion
|
|
548
|
+
</summary>
|
|
549
|
+
|
|
550
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getfunctiondefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getfunctiondefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getfunctiondefinitionversioncommandoutput.html)
|
|
551
|
+
|
|
552
|
+
</details>
|
|
553
|
+
<details>
|
|
554
|
+
<summary>
|
|
555
|
+
GetGroup
|
|
556
|
+
</summary>
|
|
557
|
+
|
|
558
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getgroupcommandoutput.html)
|
|
559
|
+
|
|
560
|
+
</details>
|
|
561
|
+
<details>
|
|
562
|
+
<summary>
|
|
563
|
+
GetGroupCertificateAuthority
|
|
564
|
+
</summary>
|
|
565
|
+
|
|
566
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getgroupcertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getgroupcertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getgroupcertificateauthoritycommandoutput.html)
|
|
567
|
+
|
|
568
|
+
</details>
|
|
569
|
+
<details>
|
|
570
|
+
<summary>
|
|
571
|
+
GetGroupCertificateConfiguration
|
|
572
|
+
</summary>
|
|
573
|
+
|
|
574
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getgroupcertificateconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getgroupcertificateconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getgroupcertificateconfigurationcommandoutput.html)
|
|
575
|
+
|
|
576
|
+
</details>
|
|
577
|
+
<details>
|
|
578
|
+
<summary>
|
|
579
|
+
GetGroupVersion
|
|
580
|
+
</summary>
|
|
581
|
+
|
|
582
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getgroupversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getgroupversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getgroupversioncommandoutput.html)
|
|
583
|
+
|
|
584
|
+
</details>
|
|
585
|
+
<details>
|
|
586
|
+
<summary>
|
|
587
|
+
GetLoggerDefinition
|
|
588
|
+
</summary>
|
|
589
|
+
|
|
590
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getloggerdefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getloggerdefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getloggerdefinitioncommandoutput.html)
|
|
591
|
+
|
|
592
|
+
</details>
|
|
593
|
+
<details>
|
|
594
|
+
<summary>
|
|
595
|
+
GetLoggerDefinitionVersion
|
|
596
|
+
</summary>
|
|
597
|
+
|
|
598
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getloggerdefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getloggerdefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getloggerdefinitionversioncommandoutput.html)
|
|
599
|
+
|
|
600
|
+
</details>
|
|
601
|
+
<details>
|
|
602
|
+
<summary>
|
|
603
|
+
GetResourceDefinition
|
|
604
|
+
</summary>
|
|
605
|
+
|
|
606
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getresourcedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getresourcedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getresourcedefinitioncommandoutput.html)
|
|
607
|
+
|
|
608
|
+
</details>
|
|
609
|
+
<details>
|
|
610
|
+
<summary>
|
|
611
|
+
GetResourceDefinitionVersion
|
|
612
|
+
</summary>
|
|
613
|
+
|
|
614
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getresourcedefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getresourcedefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getresourcedefinitionversioncommandoutput.html)
|
|
615
|
+
|
|
616
|
+
</details>
|
|
617
|
+
<details>
|
|
618
|
+
<summary>
|
|
619
|
+
GetServiceRoleForAccount
|
|
620
|
+
</summary>
|
|
621
|
+
|
|
622
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getserviceroleforaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getserviceroleforaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getserviceroleforaccountcommandoutput.html)
|
|
623
|
+
|
|
624
|
+
</details>
|
|
625
|
+
<details>
|
|
626
|
+
<summary>
|
|
627
|
+
GetSubscriptionDefinition
|
|
628
|
+
</summary>
|
|
629
|
+
|
|
630
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getsubscriptiondefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getsubscriptiondefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getsubscriptiondefinitioncommandoutput.html)
|
|
631
|
+
|
|
632
|
+
</details>
|
|
633
|
+
<details>
|
|
634
|
+
<summary>
|
|
635
|
+
GetSubscriptionDefinitionVersion
|
|
636
|
+
</summary>
|
|
637
|
+
|
|
638
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getsubscriptiondefinitionversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getsubscriptiondefinitionversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getsubscriptiondefinitionversioncommandoutput.html)
|
|
639
|
+
|
|
640
|
+
</details>
|
|
641
|
+
<details>
|
|
642
|
+
<summary>
|
|
643
|
+
GetThingRuntimeConfiguration
|
|
644
|
+
</summary>
|
|
645
|
+
|
|
646
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/getthingruntimeconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getthingruntimeconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/getthingruntimeconfigurationcommandoutput.html)
|
|
647
|
+
|
|
648
|
+
</details>
|
|
649
|
+
<details>
|
|
650
|
+
<summary>
|
|
651
|
+
ListBulkDeploymentDetailedReports
|
|
652
|
+
</summary>
|
|
653
|
+
|
|
654
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listbulkdeploymentdetailedreportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listbulkdeploymentdetailedreportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listbulkdeploymentdetailedreportscommandoutput.html)
|
|
655
|
+
|
|
656
|
+
</details>
|
|
657
|
+
<details>
|
|
658
|
+
<summary>
|
|
659
|
+
ListBulkDeployments
|
|
660
|
+
</summary>
|
|
661
|
+
|
|
662
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listbulkdeploymentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listbulkdeploymentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listbulkdeploymentscommandoutput.html)
|
|
663
|
+
|
|
664
|
+
</details>
|
|
665
|
+
<details>
|
|
666
|
+
<summary>
|
|
667
|
+
ListConnectorDefinitions
|
|
668
|
+
</summary>
|
|
669
|
+
|
|
670
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listconnectordefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listconnectordefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listconnectordefinitionscommandoutput.html)
|
|
671
|
+
|
|
672
|
+
</details>
|
|
673
|
+
<details>
|
|
674
|
+
<summary>
|
|
675
|
+
ListConnectorDefinitionVersions
|
|
676
|
+
</summary>
|
|
677
|
+
|
|
678
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listconnectordefinitionversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listconnectordefinitionversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listconnectordefinitionversionscommandoutput.html)
|
|
679
|
+
|
|
680
|
+
</details>
|
|
681
|
+
<details>
|
|
682
|
+
<summary>
|
|
683
|
+
ListCoreDefinitions
|
|
684
|
+
</summary>
|
|
685
|
+
|
|
686
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listcoredefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listcoredefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listcoredefinitionscommandoutput.html)
|
|
687
|
+
|
|
688
|
+
</details>
|
|
689
|
+
<details>
|
|
690
|
+
<summary>
|
|
691
|
+
ListCoreDefinitionVersions
|
|
692
|
+
</summary>
|
|
693
|
+
|
|
694
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listcoredefinitionversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listcoredefinitionversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listcoredefinitionversionscommandoutput.html)
|
|
695
|
+
|
|
696
|
+
</details>
|
|
697
|
+
<details>
|
|
698
|
+
<summary>
|
|
699
|
+
ListDeployments
|
|
700
|
+
</summary>
|
|
701
|
+
|
|
702
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listdeploymentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listdeploymentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listdeploymentscommandoutput.html)
|
|
703
|
+
|
|
704
|
+
</details>
|
|
705
|
+
<details>
|
|
706
|
+
<summary>
|
|
707
|
+
ListDeviceDefinitions
|
|
708
|
+
</summary>
|
|
709
|
+
|
|
710
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listdevicedefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listdevicedefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listdevicedefinitionscommandoutput.html)
|
|
711
|
+
|
|
712
|
+
</details>
|
|
713
|
+
<details>
|
|
714
|
+
<summary>
|
|
715
|
+
ListDeviceDefinitionVersions
|
|
716
|
+
</summary>
|
|
717
|
+
|
|
718
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listdevicedefinitionversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listdevicedefinitionversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listdevicedefinitionversionscommandoutput.html)
|
|
719
|
+
|
|
720
|
+
</details>
|
|
721
|
+
<details>
|
|
722
|
+
<summary>
|
|
723
|
+
ListFunctionDefinitions
|
|
724
|
+
</summary>
|
|
725
|
+
|
|
726
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listfunctiondefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listfunctiondefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listfunctiondefinitionscommandoutput.html)
|
|
727
|
+
|
|
728
|
+
</details>
|
|
729
|
+
<details>
|
|
730
|
+
<summary>
|
|
731
|
+
ListFunctionDefinitionVersions
|
|
732
|
+
</summary>
|
|
733
|
+
|
|
734
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listfunctiondefinitionversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listfunctiondefinitionversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listfunctiondefinitionversionscommandoutput.html)
|
|
735
|
+
|
|
736
|
+
</details>
|
|
737
|
+
<details>
|
|
738
|
+
<summary>
|
|
739
|
+
ListGroupCertificateAuthorities
|
|
740
|
+
</summary>
|
|
741
|
+
|
|
742
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listgroupcertificateauthoritiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listgroupcertificateauthoritiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listgroupcertificateauthoritiescommandoutput.html)
|
|
743
|
+
|
|
744
|
+
</details>
|
|
745
|
+
<details>
|
|
746
|
+
<summary>
|
|
747
|
+
ListGroups
|
|
748
|
+
</summary>
|
|
749
|
+
|
|
750
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listgroupscommandoutput.html)
|
|
751
|
+
|
|
752
|
+
</details>
|
|
753
|
+
<details>
|
|
754
|
+
<summary>
|
|
755
|
+
ListGroupVersions
|
|
756
|
+
</summary>
|
|
757
|
+
|
|
758
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listgroupversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listgroupversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listgroupversionscommandoutput.html)
|
|
759
|
+
|
|
760
|
+
</details>
|
|
761
|
+
<details>
|
|
762
|
+
<summary>
|
|
763
|
+
ListLoggerDefinitions
|
|
764
|
+
</summary>
|
|
765
|
+
|
|
766
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listloggerdefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listloggerdefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listloggerdefinitionscommandoutput.html)
|
|
767
|
+
|
|
768
|
+
</details>
|
|
769
|
+
<details>
|
|
770
|
+
<summary>
|
|
771
|
+
ListLoggerDefinitionVersions
|
|
772
|
+
</summary>
|
|
773
|
+
|
|
774
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listloggerdefinitionversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listloggerdefinitionversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listloggerdefinitionversionscommandoutput.html)
|
|
775
|
+
|
|
776
|
+
</details>
|
|
777
|
+
<details>
|
|
778
|
+
<summary>
|
|
779
|
+
ListResourceDefinitions
|
|
780
|
+
</summary>
|
|
781
|
+
|
|
782
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listresourcedefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listresourcedefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listresourcedefinitionscommandoutput.html)
|
|
783
|
+
|
|
784
|
+
</details>
|
|
785
|
+
<details>
|
|
786
|
+
<summary>
|
|
787
|
+
ListResourceDefinitionVersions
|
|
788
|
+
</summary>
|
|
789
|
+
|
|
790
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listresourcedefinitionversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listresourcedefinitionversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listresourcedefinitionversionscommandoutput.html)
|
|
791
|
+
|
|
792
|
+
</details>
|
|
793
|
+
<details>
|
|
794
|
+
<summary>
|
|
795
|
+
ListSubscriptionDefinitions
|
|
796
|
+
</summary>
|
|
797
|
+
|
|
798
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listsubscriptiondefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listsubscriptiondefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listsubscriptiondefinitionscommandoutput.html)
|
|
799
|
+
|
|
800
|
+
</details>
|
|
801
|
+
<details>
|
|
802
|
+
<summary>
|
|
803
|
+
ListSubscriptionDefinitionVersions
|
|
804
|
+
</summary>
|
|
805
|
+
|
|
806
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listsubscriptiondefinitionversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listsubscriptiondefinitionversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listsubscriptiondefinitionversionscommandoutput.html)
|
|
807
|
+
|
|
808
|
+
</details>
|
|
809
|
+
<details>
|
|
810
|
+
<summary>
|
|
811
|
+
ListTagsForResource
|
|
812
|
+
</summary>
|
|
813
|
+
|
|
814
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/listtagsforresourcecommandoutput.html)
|
|
815
|
+
|
|
816
|
+
</details>
|
|
817
|
+
<details>
|
|
818
|
+
<summary>
|
|
819
|
+
ResetDeployments
|
|
820
|
+
</summary>
|
|
821
|
+
|
|
822
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/resetdeploymentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/resetdeploymentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/resetdeploymentscommandoutput.html)
|
|
823
|
+
|
|
824
|
+
</details>
|
|
825
|
+
<details>
|
|
826
|
+
<summary>
|
|
827
|
+
StartBulkDeployment
|
|
828
|
+
</summary>
|
|
829
|
+
|
|
830
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/startbulkdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/startbulkdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/startbulkdeploymentcommandoutput.html)
|
|
831
|
+
|
|
832
|
+
</details>
|
|
833
|
+
<details>
|
|
834
|
+
<summary>
|
|
835
|
+
StopBulkDeployment
|
|
836
|
+
</summary>
|
|
837
|
+
|
|
838
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/stopbulkdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/stopbulkdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/stopbulkdeploymentcommandoutput.html)
|
|
839
|
+
|
|
840
|
+
</details>
|
|
841
|
+
<details>
|
|
842
|
+
<summary>
|
|
843
|
+
TagResource
|
|
844
|
+
</summary>
|
|
845
|
+
|
|
846
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/tagresourcecommandoutput.html)
|
|
847
|
+
|
|
848
|
+
</details>
|
|
849
|
+
<details>
|
|
850
|
+
<summary>
|
|
851
|
+
UntagResource
|
|
852
|
+
</summary>
|
|
853
|
+
|
|
854
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/untagresourcecommandoutput.html)
|
|
855
|
+
|
|
856
|
+
</details>
|
|
857
|
+
<details>
|
|
858
|
+
<summary>
|
|
859
|
+
UpdateConnectivityInfo
|
|
860
|
+
</summary>
|
|
861
|
+
|
|
862
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updateconnectivityinfocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updateconnectivityinfocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updateconnectivityinfocommandoutput.html)
|
|
863
|
+
|
|
864
|
+
</details>
|
|
865
|
+
<details>
|
|
866
|
+
<summary>
|
|
867
|
+
UpdateConnectorDefinition
|
|
868
|
+
</summary>
|
|
869
|
+
|
|
870
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updateconnectordefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updateconnectordefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updateconnectordefinitioncommandoutput.html)
|
|
871
|
+
|
|
872
|
+
</details>
|
|
873
|
+
<details>
|
|
874
|
+
<summary>
|
|
875
|
+
UpdateCoreDefinition
|
|
876
|
+
</summary>
|
|
877
|
+
|
|
878
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updatecoredefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatecoredefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatecoredefinitioncommandoutput.html)
|
|
879
|
+
|
|
880
|
+
</details>
|
|
881
|
+
<details>
|
|
882
|
+
<summary>
|
|
883
|
+
UpdateDeviceDefinition
|
|
884
|
+
</summary>
|
|
885
|
+
|
|
886
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updatedevicedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatedevicedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatedevicedefinitioncommandoutput.html)
|
|
887
|
+
|
|
888
|
+
</details>
|
|
889
|
+
<details>
|
|
890
|
+
<summary>
|
|
891
|
+
UpdateFunctionDefinition
|
|
892
|
+
</summary>
|
|
893
|
+
|
|
894
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updatefunctiondefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatefunctiondefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatefunctiondefinitioncommandoutput.html)
|
|
895
|
+
|
|
896
|
+
</details>
|
|
897
|
+
<details>
|
|
898
|
+
<summary>
|
|
899
|
+
UpdateGroup
|
|
900
|
+
</summary>
|
|
901
|
+
|
|
902
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updategroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updategroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updategroupcommandoutput.html)
|
|
903
|
+
|
|
904
|
+
</details>
|
|
905
|
+
<details>
|
|
906
|
+
<summary>
|
|
907
|
+
UpdateGroupCertificateConfiguration
|
|
908
|
+
</summary>
|
|
909
|
+
|
|
910
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updategroupcertificateconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updategroupcertificateconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updategroupcertificateconfigurationcommandoutput.html)
|
|
911
|
+
|
|
912
|
+
</details>
|
|
913
|
+
<details>
|
|
914
|
+
<summary>
|
|
915
|
+
UpdateLoggerDefinition
|
|
916
|
+
</summary>
|
|
917
|
+
|
|
918
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updateloggerdefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updateloggerdefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updateloggerdefinitioncommandoutput.html)
|
|
919
|
+
|
|
920
|
+
</details>
|
|
921
|
+
<details>
|
|
922
|
+
<summary>
|
|
923
|
+
UpdateResourceDefinition
|
|
924
|
+
</summary>
|
|
925
|
+
|
|
926
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updateresourcedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updateresourcedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updateresourcedefinitioncommandoutput.html)
|
|
927
|
+
|
|
928
|
+
</details>
|
|
929
|
+
<details>
|
|
930
|
+
<summary>
|
|
931
|
+
UpdateSubscriptionDefinition
|
|
932
|
+
</summary>
|
|
933
|
+
|
|
934
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updatesubscriptiondefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatesubscriptiondefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatesubscriptiondefinitioncommandoutput.html)
|
|
935
|
+
|
|
936
|
+
</details>
|
|
937
|
+
<details>
|
|
938
|
+
<summary>
|
|
939
|
+
UpdateThingRuntimeConfiguration
|
|
940
|
+
</summary>
|
|
941
|
+
|
|
942
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/classes/updatethingruntimeconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatethingruntimeconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-greengrass/interfaces/updatethingruntimeconfigurationcommandoutput.html)
|
|
943
|
+
|
|
944
|
+
</details>
|