aws-sdk 2.810.0 → 2.814.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.
Files changed (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,1069 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2020-11-30",
5
+ "endpointPrefix": "greengrass",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "AWS GreengrassV2",
9
+ "serviceFullName": "AWS IoT Greengrass V2",
10
+ "serviceId": "GreengrassV2",
11
+ "signatureVersion": "v4",
12
+ "uid": "greengrassv2-2020-11-30"
13
+ },
14
+ "operations": {
15
+ "CancelDeployment": {
16
+ "http": {
17
+ "requestUri": "/greengrass/v2/deployments/{deploymentId}/cancel"
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "required": [
22
+ "deploymentId"
23
+ ],
24
+ "members": {
25
+ "deploymentId": {
26
+ "location": "uri",
27
+ "locationName": "deploymentId"
28
+ }
29
+ }
30
+ },
31
+ "output": {
32
+ "type": "structure",
33
+ "members": {
34
+ "message": {}
35
+ }
36
+ }
37
+ },
38
+ "CreateComponentVersion": {
39
+ "http": {
40
+ "requestUri": "/greengrass/v2/createComponentVersion",
41
+ "responseCode": 201
42
+ },
43
+ "input": {
44
+ "type": "structure",
45
+ "members": {
46
+ "inlineRecipe": {
47
+ "type": "blob"
48
+ },
49
+ "lambdaFunction": {
50
+ "type": "structure",
51
+ "required": [
52
+ "lambdaArn"
53
+ ],
54
+ "members": {
55
+ "lambdaArn": {},
56
+ "componentName": {},
57
+ "componentVersion": {},
58
+ "componentPlatforms": {
59
+ "shape": "Sa"
60
+ },
61
+ "componentDependencies": {
62
+ "type": "map",
63
+ "key": {},
64
+ "value": {
65
+ "type": "structure",
66
+ "members": {
67
+ "versionRequirement": {},
68
+ "dependencyType": {}
69
+ }
70
+ }
71
+ },
72
+ "componentLambdaParameters": {
73
+ "type": "structure",
74
+ "members": {
75
+ "eventSources": {
76
+ "type": "list",
77
+ "member": {
78
+ "type": "structure",
79
+ "required": [
80
+ "topic",
81
+ "type"
82
+ ],
83
+ "members": {
84
+ "topic": {},
85
+ "type": {}
86
+ }
87
+ }
88
+ },
89
+ "maxQueueSize": {
90
+ "type": "integer"
91
+ },
92
+ "maxInstancesCount": {
93
+ "type": "integer"
94
+ },
95
+ "maxIdleTimeInSeconds": {
96
+ "type": "integer"
97
+ },
98
+ "timeoutInSeconds": {
99
+ "type": "integer"
100
+ },
101
+ "statusTimeoutInSeconds": {
102
+ "type": "integer"
103
+ },
104
+ "pinned": {
105
+ "type": "boolean"
106
+ },
107
+ "inputPayloadEncodingType": {},
108
+ "execArgs": {
109
+ "type": "list",
110
+ "member": {}
111
+ },
112
+ "environmentVariables": {
113
+ "type": "map",
114
+ "key": {},
115
+ "value": {}
116
+ },
117
+ "linuxProcessParams": {
118
+ "type": "structure",
119
+ "members": {
120
+ "isolationMode": {},
121
+ "containerParams": {
122
+ "type": "structure",
123
+ "members": {
124
+ "memorySizeInKB": {
125
+ "type": "integer"
126
+ },
127
+ "mountROSysfs": {
128
+ "type": "boolean"
129
+ },
130
+ "volumes": {
131
+ "type": "list",
132
+ "member": {
133
+ "type": "structure",
134
+ "required": [
135
+ "sourcePath",
136
+ "destinationPath"
137
+ ],
138
+ "members": {
139
+ "sourcePath": {},
140
+ "destinationPath": {},
141
+ "permission": {},
142
+ "addGroupOwner": {
143
+ "type": "boolean"
144
+ }
145
+ }
146
+ }
147
+ },
148
+ "devices": {
149
+ "type": "list",
150
+ "member": {
151
+ "type": "structure",
152
+ "required": [
153
+ "path"
154
+ ],
155
+ "members": {
156
+ "path": {},
157
+ "permission": {},
158
+ "addGroupOwner": {
159
+ "type": "boolean"
160
+ }
161
+ }
162
+ }
163
+ }
164
+ }
165
+ }
166
+ }
167
+ }
168
+ }
169
+ }
170
+ }
171
+ },
172
+ "tags": {
173
+ "shape": "S11"
174
+ }
175
+ }
176
+ },
177
+ "output": {
178
+ "type": "structure",
179
+ "required": [
180
+ "componentName",
181
+ "componentVersion",
182
+ "creationTimestamp",
183
+ "status"
184
+ ],
185
+ "members": {
186
+ "arn": {},
187
+ "componentName": {},
188
+ "componentVersion": {},
189
+ "creationTimestamp": {
190
+ "type": "timestamp"
191
+ },
192
+ "status": {
193
+ "shape": "S17"
194
+ }
195
+ }
196
+ }
197
+ },
198
+ "CreateDeployment": {
199
+ "http": {
200
+ "requestUri": "/greengrass/v2/deployments",
201
+ "responseCode": 201
202
+ },
203
+ "input": {
204
+ "type": "structure",
205
+ "required": [
206
+ "targetArn"
207
+ ],
208
+ "members": {
209
+ "targetArn": {},
210
+ "deploymentName": {},
211
+ "components": {
212
+ "shape": "S1c"
213
+ },
214
+ "iotJobConfiguration": {
215
+ "shape": "S1j"
216
+ },
217
+ "deploymentPolicies": {
218
+ "shape": "S20"
219
+ },
220
+ "tags": {
221
+ "shape": "S11"
222
+ }
223
+ }
224
+ },
225
+ "output": {
226
+ "type": "structure",
227
+ "members": {
228
+ "deploymentId": {},
229
+ "iotJobId": {},
230
+ "iotJobArn": {}
231
+ }
232
+ }
233
+ },
234
+ "DeleteComponent": {
235
+ "http": {
236
+ "method": "DELETE",
237
+ "requestUri": "/greengrass/v2/components/{arn}",
238
+ "responseCode": 204
239
+ },
240
+ "input": {
241
+ "type": "structure",
242
+ "required": [
243
+ "arn"
244
+ ],
245
+ "members": {
246
+ "arn": {
247
+ "location": "uri",
248
+ "locationName": "arn"
249
+ }
250
+ }
251
+ }
252
+ },
253
+ "DeleteCoreDevice": {
254
+ "http": {
255
+ "method": "DELETE",
256
+ "requestUri": "/greengrass/v2/coreDevices/{coreDeviceThingName}",
257
+ "responseCode": 204
258
+ },
259
+ "input": {
260
+ "type": "structure",
261
+ "required": [
262
+ "coreDeviceThingName"
263
+ ],
264
+ "members": {
265
+ "coreDeviceThingName": {
266
+ "location": "uri",
267
+ "locationName": "coreDeviceThingName"
268
+ }
269
+ }
270
+ }
271
+ },
272
+ "DescribeComponent": {
273
+ "http": {
274
+ "method": "GET",
275
+ "requestUri": "/greengrass/v2/components/{arn}/metadata"
276
+ },
277
+ "input": {
278
+ "type": "structure",
279
+ "required": [
280
+ "arn"
281
+ ],
282
+ "members": {
283
+ "arn": {
284
+ "location": "uri",
285
+ "locationName": "arn"
286
+ }
287
+ }
288
+ },
289
+ "output": {
290
+ "type": "structure",
291
+ "members": {
292
+ "arn": {},
293
+ "componentName": {},
294
+ "componentVersion": {},
295
+ "creationTimestamp": {
296
+ "type": "timestamp"
297
+ },
298
+ "publisher": {},
299
+ "description": {},
300
+ "status": {
301
+ "shape": "S17"
302
+ },
303
+ "platforms": {
304
+ "shape": "Sa"
305
+ },
306
+ "tags": {
307
+ "shape": "S11"
308
+ }
309
+ }
310
+ }
311
+ },
312
+ "GetComponent": {
313
+ "http": {
314
+ "method": "GET",
315
+ "requestUri": "/greengrass/v2/components/{arn}"
316
+ },
317
+ "input": {
318
+ "type": "structure",
319
+ "required": [
320
+ "arn"
321
+ ],
322
+ "members": {
323
+ "recipeOutputFormat": {
324
+ "location": "querystring",
325
+ "locationName": "recipeOutputFormat"
326
+ },
327
+ "arn": {
328
+ "location": "uri",
329
+ "locationName": "arn"
330
+ }
331
+ }
332
+ },
333
+ "output": {
334
+ "type": "structure",
335
+ "required": [
336
+ "recipeOutputFormat",
337
+ "recipe"
338
+ ],
339
+ "members": {
340
+ "recipeOutputFormat": {},
341
+ "recipe": {
342
+ "type": "blob"
343
+ },
344
+ "tags": {
345
+ "shape": "S11"
346
+ }
347
+ }
348
+ }
349
+ },
350
+ "GetComponentVersionArtifact": {
351
+ "http": {
352
+ "method": "GET",
353
+ "requestUri": "/greengrass/v2/components/{arn}/artifacts/{artifactName+}"
354
+ },
355
+ "input": {
356
+ "type": "structure",
357
+ "required": [
358
+ "arn",
359
+ "artifactName"
360
+ ],
361
+ "members": {
362
+ "arn": {
363
+ "location": "uri",
364
+ "locationName": "arn"
365
+ },
366
+ "artifactName": {
367
+ "location": "uri",
368
+ "locationName": "artifactName"
369
+ }
370
+ }
371
+ },
372
+ "output": {
373
+ "type": "structure",
374
+ "required": [
375
+ "preSignedUrl"
376
+ ],
377
+ "members": {
378
+ "preSignedUrl": {}
379
+ }
380
+ }
381
+ },
382
+ "GetCoreDevice": {
383
+ "http": {
384
+ "method": "GET",
385
+ "requestUri": "/greengrass/v2/coreDevices/{coreDeviceThingName}"
386
+ },
387
+ "input": {
388
+ "type": "structure",
389
+ "required": [
390
+ "coreDeviceThingName"
391
+ ],
392
+ "members": {
393
+ "coreDeviceThingName": {
394
+ "location": "uri",
395
+ "locationName": "coreDeviceThingName"
396
+ }
397
+ }
398
+ },
399
+ "output": {
400
+ "type": "structure",
401
+ "members": {
402
+ "coreDeviceThingName": {},
403
+ "coreVersion": {},
404
+ "platform": {},
405
+ "architecture": {},
406
+ "status": {},
407
+ "lastStatusUpdateTimestamp": {
408
+ "type": "timestamp"
409
+ },
410
+ "tags": {
411
+ "shape": "S11"
412
+ }
413
+ }
414
+ }
415
+ },
416
+ "GetDeployment": {
417
+ "http": {
418
+ "method": "GET",
419
+ "requestUri": "/greengrass/v2/deployments/{deploymentId}"
420
+ },
421
+ "input": {
422
+ "type": "structure",
423
+ "required": [
424
+ "deploymentId"
425
+ ],
426
+ "members": {
427
+ "deploymentId": {
428
+ "location": "uri",
429
+ "locationName": "deploymentId"
430
+ }
431
+ }
432
+ },
433
+ "output": {
434
+ "type": "structure",
435
+ "members": {
436
+ "targetArn": {},
437
+ "revisionId": {},
438
+ "deploymentId": {},
439
+ "deploymentName": {},
440
+ "deploymentStatus": {},
441
+ "iotJobId": {},
442
+ "iotJobArn": {},
443
+ "components": {
444
+ "shape": "S1c"
445
+ },
446
+ "deploymentPolicies": {
447
+ "shape": "S20"
448
+ },
449
+ "iotJobConfiguration": {
450
+ "shape": "S1j"
451
+ },
452
+ "creationTimestamp": {
453
+ "type": "timestamp"
454
+ },
455
+ "isLatestForTarget": {
456
+ "type": "boolean"
457
+ },
458
+ "tags": {
459
+ "shape": "S11"
460
+ }
461
+ }
462
+ }
463
+ },
464
+ "ListComponentVersions": {
465
+ "http": {
466
+ "method": "GET",
467
+ "requestUri": "/greengrass/v2/components/{arn}/versions"
468
+ },
469
+ "input": {
470
+ "type": "structure",
471
+ "required": [
472
+ "arn"
473
+ ],
474
+ "members": {
475
+ "arn": {
476
+ "location": "uri",
477
+ "locationName": "arn"
478
+ },
479
+ "maxResults": {
480
+ "location": "querystring",
481
+ "locationName": "maxResults",
482
+ "type": "integer"
483
+ },
484
+ "nextToken": {
485
+ "location": "querystring",
486
+ "locationName": "nextToken"
487
+ }
488
+ }
489
+ },
490
+ "output": {
491
+ "type": "structure",
492
+ "members": {
493
+ "componentVersions": {
494
+ "type": "list",
495
+ "member": {
496
+ "type": "structure",
497
+ "members": {
498
+ "componentName": {},
499
+ "componentVersion": {},
500
+ "arn": {}
501
+ }
502
+ }
503
+ },
504
+ "nextToken": {}
505
+ }
506
+ }
507
+ },
508
+ "ListComponents": {
509
+ "http": {
510
+ "method": "GET",
511
+ "requestUri": "/greengrass/v2/components"
512
+ },
513
+ "input": {
514
+ "type": "structure",
515
+ "members": {
516
+ "scope": {
517
+ "location": "querystring",
518
+ "locationName": "scope"
519
+ },
520
+ "maxResults": {
521
+ "location": "querystring",
522
+ "locationName": "maxResults",
523
+ "type": "integer"
524
+ },
525
+ "nextToken": {
526
+ "location": "querystring",
527
+ "locationName": "nextToken"
528
+ }
529
+ }
530
+ },
531
+ "output": {
532
+ "type": "structure",
533
+ "members": {
534
+ "components": {
535
+ "type": "list",
536
+ "member": {
537
+ "type": "structure",
538
+ "members": {
539
+ "arn": {},
540
+ "componentName": {},
541
+ "latestVersion": {
542
+ "type": "structure",
543
+ "members": {
544
+ "arn": {},
545
+ "componentVersion": {},
546
+ "creationTimestamp": {
547
+ "type": "timestamp"
548
+ },
549
+ "description": {},
550
+ "publisher": {},
551
+ "platforms": {
552
+ "shape": "Sa"
553
+ }
554
+ }
555
+ }
556
+ }
557
+ }
558
+ },
559
+ "nextToken": {}
560
+ }
561
+ }
562
+ },
563
+ "ListCoreDevices": {
564
+ "http": {
565
+ "method": "GET",
566
+ "requestUri": "/greengrass/v2/coreDevices"
567
+ },
568
+ "input": {
569
+ "type": "structure",
570
+ "members": {
571
+ "thingGroupArn": {
572
+ "location": "querystring",
573
+ "locationName": "thingGroupArn"
574
+ },
575
+ "status": {
576
+ "location": "querystring",
577
+ "locationName": "status"
578
+ },
579
+ "maxResults": {
580
+ "location": "querystring",
581
+ "locationName": "maxResults",
582
+ "type": "integer"
583
+ },
584
+ "nextToken": {
585
+ "location": "querystring",
586
+ "locationName": "nextToken"
587
+ }
588
+ }
589
+ },
590
+ "output": {
591
+ "type": "structure",
592
+ "members": {
593
+ "coreDevices": {
594
+ "type": "list",
595
+ "member": {
596
+ "type": "structure",
597
+ "members": {
598
+ "coreDeviceThingName": {},
599
+ "status": {},
600
+ "lastStatusUpdateTimestamp": {
601
+ "type": "timestamp"
602
+ }
603
+ }
604
+ }
605
+ },
606
+ "nextToken": {}
607
+ }
608
+ }
609
+ },
610
+ "ListDeployments": {
611
+ "http": {
612
+ "method": "GET",
613
+ "requestUri": "/greengrass/v2/deployments"
614
+ },
615
+ "input": {
616
+ "type": "structure",
617
+ "members": {
618
+ "targetArn": {
619
+ "location": "querystring",
620
+ "locationName": "targetArn"
621
+ },
622
+ "historyFilter": {
623
+ "location": "querystring",
624
+ "locationName": "historyFilter"
625
+ },
626
+ "maxResults": {
627
+ "location": "querystring",
628
+ "locationName": "maxResults",
629
+ "type": "integer"
630
+ },
631
+ "nextToken": {
632
+ "location": "querystring",
633
+ "locationName": "nextToken"
634
+ }
635
+ }
636
+ },
637
+ "output": {
638
+ "type": "structure",
639
+ "members": {
640
+ "deployments": {
641
+ "type": "list",
642
+ "member": {
643
+ "type": "structure",
644
+ "members": {
645
+ "targetArn": {},
646
+ "revisionId": {},
647
+ "deploymentId": {},
648
+ "deploymentName": {},
649
+ "creationTimestamp": {
650
+ "type": "timestamp"
651
+ },
652
+ "deploymentStatus": {},
653
+ "isLatestForTarget": {
654
+ "type": "boolean"
655
+ }
656
+ }
657
+ }
658
+ },
659
+ "nextToken": {}
660
+ }
661
+ }
662
+ },
663
+ "ListEffectiveDeployments": {
664
+ "http": {
665
+ "method": "GET",
666
+ "requestUri": "/greengrass/v2/coreDevices/{coreDeviceThingName}/effectiveDeployments"
667
+ },
668
+ "input": {
669
+ "type": "structure",
670
+ "required": [
671
+ "coreDeviceThingName"
672
+ ],
673
+ "members": {
674
+ "coreDeviceThingName": {
675
+ "location": "uri",
676
+ "locationName": "coreDeviceThingName"
677
+ },
678
+ "maxResults": {
679
+ "location": "querystring",
680
+ "locationName": "maxResults",
681
+ "type": "integer"
682
+ },
683
+ "nextToken": {
684
+ "location": "querystring",
685
+ "locationName": "nextToken"
686
+ }
687
+ }
688
+ },
689
+ "output": {
690
+ "type": "structure",
691
+ "members": {
692
+ "effectiveDeployments": {
693
+ "type": "list",
694
+ "member": {
695
+ "type": "structure",
696
+ "required": [
697
+ "deploymentId",
698
+ "deploymentName",
699
+ "targetArn",
700
+ "coreDeviceExecutionStatus",
701
+ "creationTimestamp",
702
+ "modifiedTimestamp"
703
+ ],
704
+ "members": {
705
+ "deploymentId": {},
706
+ "deploymentName": {},
707
+ "iotJobId": {},
708
+ "iotJobArn": {},
709
+ "description": {},
710
+ "targetArn": {},
711
+ "coreDeviceExecutionStatus": {},
712
+ "reason": {},
713
+ "creationTimestamp": {
714
+ "type": "timestamp"
715
+ },
716
+ "modifiedTimestamp": {
717
+ "type": "timestamp"
718
+ }
719
+ }
720
+ }
721
+ },
722
+ "nextToken": {}
723
+ }
724
+ }
725
+ },
726
+ "ListInstalledComponents": {
727
+ "http": {
728
+ "method": "GET",
729
+ "requestUri": "/greengrass/v2/coreDevices/{coreDeviceThingName}/installedComponents"
730
+ },
731
+ "input": {
732
+ "type": "structure",
733
+ "required": [
734
+ "coreDeviceThingName"
735
+ ],
736
+ "members": {
737
+ "coreDeviceThingName": {
738
+ "location": "uri",
739
+ "locationName": "coreDeviceThingName"
740
+ },
741
+ "maxResults": {
742
+ "location": "querystring",
743
+ "locationName": "maxResults",
744
+ "type": "integer"
745
+ },
746
+ "nextToken": {
747
+ "location": "querystring",
748
+ "locationName": "nextToken"
749
+ }
750
+ }
751
+ },
752
+ "output": {
753
+ "type": "structure",
754
+ "members": {
755
+ "installedComponents": {
756
+ "type": "list",
757
+ "member": {
758
+ "type": "structure",
759
+ "members": {
760
+ "componentName": {},
761
+ "componentVersion": {},
762
+ "lifecycleState": {},
763
+ "lifecycleStateDetails": {},
764
+ "isRoot": {
765
+ "type": "boolean"
766
+ }
767
+ }
768
+ }
769
+ },
770
+ "nextToken": {}
771
+ }
772
+ }
773
+ },
774
+ "ListTagsForResource": {
775
+ "http": {
776
+ "method": "GET",
777
+ "requestUri": "/tags/{resourceArn}"
778
+ },
779
+ "input": {
780
+ "type": "structure",
781
+ "required": [
782
+ "resourceArn"
783
+ ],
784
+ "members": {
785
+ "resourceArn": {
786
+ "location": "uri",
787
+ "locationName": "resourceArn"
788
+ }
789
+ }
790
+ },
791
+ "output": {
792
+ "type": "structure",
793
+ "members": {
794
+ "tags": {
795
+ "shape": "S11"
796
+ }
797
+ }
798
+ }
799
+ },
800
+ "ResolveComponentCandidates": {
801
+ "http": {
802
+ "requestUri": "/greengrass/v2/resolveComponentCandidates"
803
+ },
804
+ "input": {
805
+ "type": "structure",
806
+ "required": [
807
+ "platform",
808
+ "componentCandidates"
809
+ ],
810
+ "members": {
811
+ "platform": {
812
+ "shape": "Sb"
813
+ },
814
+ "componentCandidates": {
815
+ "type": "list",
816
+ "member": {
817
+ "type": "structure",
818
+ "members": {
819
+ "componentName": {},
820
+ "componentVersion": {},
821
+ "versionRequirements": {
822
+ "type": "map",
823
+ "key": {},
824
+ "value": {}
825
+ }
826
+ }
827
+ }
828
+ }
829
+ }
830
+ },
831
+ "output": {
832
+ "type": "structure",
833
+ "members": {
834
+ "resolvedComponentVersions": {
835
+ "type": "list",
836
+ "member": {
837
+ "type": "structure",
838
+ "members": {
839
+ "arn": {},
840
+ "componentName": {},
841
+ "componentVersion": {},
842
+ "recipe": {
843
+ "type": "blob"
844
+ }
845
+ }
846
+ }
847
+ }
848
+ }
849
+ }
850
+ },
851
+ "TagResource": {
852
+ "http": {
853
+ "requestUri": "/tags/{resourceArn}"
854
+ },
855
+ "input": {
856
+ "type": "structure",
857
+ "required": [
858
+ "resourceArn",
859
+ "tags"
860
+ ],
861
+ "members": {
862
+ "resourceArn": {
863
+ "location": "uri",
864
+ "locationName": "resourceArn"
865
+ },
866
+ "tags": {
867
+ "shape": "S11"
868
+ }
869
+ }
870
+ },
871
+ "output": {
872
+ "type": "structure",
873
+ "members": {}
874
+ }
875
+ },
876
+ "UntagResource": {
877
+ "http": {
878
+ "method": "DELETE",
879
+ "requestUri": "/tags/{resourceArn}"
880
+ },
881
+ "input": {
882
+ "type": "structure",
883
+ "required": [
884
+ "resourceArn",
885
+ "tagKeys"
886
+ ],
887
+ "members": {
888
+ "resourceArn": {
889
+ "location": "uri",
890
+ "locationName": "resourceArn"
891
+ },
892
+ "tagKeys": {
893
+ "location": "querystring",
894
+ "locationName": "tagKeys",
895
+ "type": "list",
896
+ "member": {}
897
+ }
898
+ }
899
+ },
900
+ "output": {
901
+ "type": "structure",
902
+ "members": {}
903
+ }
904
+ }
905
+ },
906
+ "shapes": {
907
+ "Sa": {
908
+ "type": "list",
909
+ "member": {
910
+ "shape": "Sb"
911
+ }
912
+ },
913
+ "Sb": {
914
+ "type": "structure",
915
+ "members": {
916
+ "name": {},
917
+ "attributes": {
918
+ "type": "map",
919
+ "key": {},
920
+ "value": {}
921
+ }
922
+ }
923
+ },
924
+ "S11": {
925
+ "type": "map",
926
+ "key": {},
927
+ "value": {}
928
+ },
929
+ "S17": {
930
+ "type": "structure",
931
+ "members": {
932
+ "componentState": {},
933
+ "message": {},
934
+ "errors": {
935
+ "type": "map",
936
+ "key": {},
937
+ "value": {}
938
+ }
939
+ }
940
+ },
941
+ "S1c": {
942
+ "type": "map",
943
+ "key": {},
944
+ "value": {
945
+ "type": "structure",
946
+ "members": {
947
+ "componentVersion": {},
948
+ "configurationUpdate": {
949
+ "type": "structure",
950
+ "members": {
951
+ "merge": {},
952
+ "reset": {
953
+ "type": "list",
954
+ "member": {}
955
+ }
956
+ }
957
+ },
958
+ "runWith": {
959
+ "type": "structure",
960
+ "members": {
961
+ "posixUser": {}
962
+ }
963
+ }
964
+ }
965
+ }
966
+ },
967
+ "S1j": {
968
+ "type": "structure",
969
+ "members": {
970
+ "jobExecutionsRolloutConfig": {
971
+ "type": "structure",
972
+ "members": {
973
+ "exponentialRate": {
974
+ "type": "structure",
975
+ "required": [
976
+ "baseRatePerMinute",
977
+ "incrementFactor",
978
+ "rateIncreaseCriteria"
979
+ ],
980
+ "members": {
981
+ "baseRatePerMinute": {
982
+ "type": "integer"
983
+ },
984
+ "incrementFactor": {
985
+ "type": "double"
986
+ },
987
+ "rateIncreaseCriteria": {
988
+ "type": "structure",
989
+ "members": {
990
+ "numberOfNotifiedThings": {
991
+ "type": "integer"
992
+ },
993
+ "numberOfSucceededThings": {
994
+ "type": "integer"
995
+ }
996
+ }
997
+ }
998
+ }
999
+ },
1000
+ "maximumPerMinute": {
1001
+ "type": "integer"
1002
+ }
1003
+ }
1004
+ },
1005
+ "abortConfig": {
1006
+ "type": "structure",
1007
+ "required": [
1008
+ "criteriaList"
1009
+ ],
1010
+ "members": {
1011
+ "criteriaList": {
1012
+ "type": "list",
1013
+ "member": {
1014
+ "type": "structure",
1015
+ "required": [
1016
+ "failureType",
1017
+ "action",
1018
+ "thresholdPercentage",
1019
+ "minNumberOfExecutedThings"
1020
+ ],
1021
+ "members": {
1022
+ "failureType": {},
1023
+ "action": {},
1024
+ "thresholdPercentage": {
1025
+ "type": "double"
1026
+ },
1027
+ "minNumberOfExecutedThings": {
1028
+ "type": "integer"
1029
+ }
1030
+ }
1031
+ }
1032
+ }
1033
+ }
1034
+ },
1035
+ "timeoutConfig": {
1036
+ "type": "structure",
1037
+ "members": {
1038
+ "inProgressTimeoutInMinutes": {
1039
+ "type": "long"
1040
+ }
1041
+ }
1042
+ }
1043
+ }
1044
+ },
1045
+ "S20": {
1046
+ "type": "structure",
1047
+ "members": {
1048
+ "failureHandlingPolicy": {},
1049
+ "componentUpdatePolicy": {
1050
+ "type": "structure",
1051
+ "members": {
1052
+ "timeoutInSeconds": {
1053
+ "type": "integer"
1054
+ },
1055
+ "action": {}
1056
+ }
1057
+ },
1058
+ "configurationValidationPolicy": {
1059
+ "type": "structure",
1060
+ "members": {
1061
+ "timeoutInSeconds": {
1062
+ "type": "integer"
1063
+ }
1064
+ }
1065
+ }
1066
+ }
1067
+ }
1068
+ }
1069
+ }