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,596 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2020-09-18",
5
+ "endpointPrefix": "api.iotdeviceadvisor",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "AWSIoTDeviceAdvisor",
9
+ "serviceFullName": "AWS IoT Core Device Advisor",
10
+ "serviceId": "IotDeviceAdvisor",
11
+ "signatureVersion": "v4",
12
+ "signingName": "iotdeviceadvisor",
13
+ "uid": "iotdeviceadvisor-2020-09-18"
14
+ },
15
+ "operations": {
16
+ "CreateSuiteDefinition": {
17
+ "http": {
18
+ "requestUri": "/suiteDefinitions"
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "members": {
23
+ "suiteDefinitionConfiguration": {
24
+ "shape": "S2"
25
+ },
26
+ "tags": {
27
+ "shape": "S9"
28
+ }
29
+ }
30
+ },
31
+ "output": {
32
+ "type": "structure",
33
+ "members": {
34
+ "suiteDefinitionId": {},
35
+ "suiteDefinitionArn": {},
36
+ "suiteDefinitionName": {},
37
+ "createdAt": {
38
+ "type": "timestamp"
39
+ }
40
+ }
41
+ }
42
+ },
43
+ "DeleteSuiteDefinition": {
44
+ "http": {
45
+ "method": "DELETE",
46
+ "requestUri": "/suiteDefinitions/{suiteDefinitionId}"
47
+ },
48
+ "input": {
49
+ "type": "structure",
50
+ "required": [
51
+ "suiteDefinitionId"
52
+ ],
53
+ "members": {
54
+ "suiteDefinitionId": {
55
+ "location": "uri",
56
+ "locationName": "suiteDefinitionId"
57
+ }
58
+ }
59
+ },
60
+ "output": {
61
+ "type": "structure",
62
+ "members": {}
63
+ }
64
+ },
65
+ "GetSuiteDefinition": {
66
+ "http": {
67
+ "method": "GET",
68
+ "requestUri": "/suiteDefinitions/{suiteDefinitionId}"
69
+ },
70
+ "input": {
71
+ "type": "structure",
72
+ "required": [
73
+ "suiteDefinitionId"
74
+ ],
75
+ "members": {
76
+ "suiteDefinitionId": {
77
+ "location": "uri",
78
+ "locationName": "suiteDefinitionId"
79
+ },
80
+ "suiteDefinitionVersion": {
81
+ "location": "querystring",
82
+ "locationName": "suiteDefinitionVersion"
83
+ }
84
+ }
85
+ },
86
+ "output": {
87
+ "type": "structure",
88
+ "members": {
89
+ "suiteDefinitionId": {},
90
+ "suiteDefinitionArn": {},
91
+ "suiteDefinitionVersion": {},
92
+ "latestVersion": {},
93
+ "suiteDefinitionConfiguration": {
94
+ "shape": "S2"
95
+ },
96
+ "createdAt": {
97
+ "type": "timestamp"
98
+ },
99
+ "lastModifiedAt": {
100
+ "type": "timestamp"
101
+ },
102
+ "tags": {
103
+ "shape": "S9"
104
+ }
105
+ }
106
+ }
107
+ },
108
+ "GetSuiteRun": {
109
+ "http": {
110
+ "method": "GET",
111
+ "requestUri": "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}"
112
+ },
113
+ "input": {
114
+ "type": "structure",
115
+ "required": [
116
+ "suiteDefinitionId",
117
+ "suiteRunId"
118
+ ],
119
+ "members": {
120
+ "suiteDefinitionId": {
121
+ "location": "uri",
122
+ "locationName": "suiteDefinitionId"
123
+ },
124
+ "suiteRunId": {
125
+ "location": "uri",
126
+ "locationName": "suiteRunId"
127
+ }
128
+ }
129
+ },
130
+ "output": {
131
+ "type": "structure",
132
+ "members": {
133
+ "suiteDefinitionId": {},
134
+ "suiteDefinitionVersion": {},
135
+ "suiteRunId": {},
136
+ "suiteRunArn": {},
137
+ "suiteRunConfiguration": {
138
+ "shape": "Sm"
139
+ },
140
+ "testResult": {
141
+ "type": "structure",
142
+ "members": {
143
+ "groups": {
144
+ "type": "list",
145
+ "member": {
146
+ "type": "structure",
147
+ "members": {
148
+ "groupId": {},
149
+ "groupName": {},
150
+ "tests": {
151
+ "type": "list",
152
+ "member": {
153
+ "type": "structure",
154
+ "members": {
155
+ "testCaseRunId": {},
156
+ "testCaseDefinitionId": {},
157
+ "testCaseDefinitionName": {},
158
+ "status": {},
159
+ "startTime": {
160
+ "type": "timestamp"
161
+ },
162
+ "endTime": {
163
+ "type": "timestamp"
164
+ },
165
+ "logUrl": {},
166
+ "warnings": {},
167
+ "failure": {}
168
+ }
169
+ }
170
+ }
171
+ }
172
+ }
173
+ }
174
+ }
175
+ },
176
+ "startTime": {
177
+ "type": "timestamp"
178
+ },
179
+ "endTime": {
180
+ "type": "timestamp"
181
+ },
182
+ "status": {},
183
+ "errorReason": {},
184
+ "tags": {
185
+ "shape": "S9"
186
+ }
187
+ }
188
+ }
189
+ },
190
+ "GetSuiteRunReport": {
191
+ "http": {
192
+ "method": "GET",
193
+ "requestUri": "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/report"
194
+ },
195
+ "input": {
196
+ "type": "structure",
197
+ "required": [
198
+ "suiteDefinitionId",
199
+ "suiteRunId"
200
+ ],
201
+ "members": {
202
+ "suiteDefinitionId": {
203
+ "location": "uri",
204
+ "locationName": "suiteDefinitionId"
205
+ },
206
+ "suiteRunId": {
207
+ "location": "uri",
208
+ "locationName": "suiteRunId"
209
+ }
210
+ }
211
+ },
212
+ "output": {
213
+ "type": "structure",
214
+ "members": {
215
+ "qualificationReportDownloadUrl": {}
216
+ }
217
+ }
218
+ },
219
+ "ListSuiteDefinitions": {
220
+ "http": {
221
+ "method": "GET",
222
+ "requestUri": "/suiteDefinitions"
223
+ },
224
+ "input": {
225
+ "type": "structure",
226
+ "members": {
227
+ "maxResults": {
228
+ "location": "querystring",
229
+ "locationName": "maxResults",
230
+ "type": "integer"
231
+ },
232
+ "nextToken": {
233
+ "location": "querystring",
234
+ "locationName": "nextToken"
235
+ }
236
+ }
237
+ },
238
+ "output": {
239
+ "type": "structure",
240
+ "members": {
241
+ "suiteDefinitionInformationList": {
242
+ "type": "list",
243
+ "member": {
244
+ "type": "structure",
245
+ "members": {
246
+ "suiteDefinitionId": {},
247
+ "suiteDefinitionName": {},
248
+ "defaultDevices": {
249
+ "shape": "S4"
250
+ },
251
+ "intendedForQualification": {
252
+ "type": "boolean"
253
+ },
254
+ "createdAt": {
255
+ "type": "timestamp"
256
+ }
257
+ }
258
+ }
259
+ },
260
+ "nextToken": {}
261
+ }
262
+ }
263
+ },
264
+ "ListSuiteRuns": {
265
+ "http": {
266
+ "method": "GET",
267
+ "requestUri": "/suiteRuns"
268
+ },
269
+ "input": {
270
+ "type": "structure",
271
+ "members": {
272
+ "suiteDefinitionId": {
273
+ "location": "querystring",
274
+ "locationName": "suiteDefinitionId"
275
+ },
276
+ "suiteDefinitionVersion": {
277
+ "location": "querystring",
278
+ "locationName": "suiteDefinitionVersion"
279
+ },
280
+ "maxResults": {
281
+ "location": "querystring",
282
+ "locationName": "maxResults",
283
+ "type": "integer"
284
+ },
285
+ "nextToken": {
286
+ "location": "querystring",
287
+ "locationName": "nextToken"
288
+ }
289
+ }
290
+ },
291
+ "output": {
292
+ "type": "structure",
293
+ "members": {
294
+ "suiteRunsList": {
295
+ "type": "list",
296
+ "member": {
297
+ "type": "structure",
298
+ "members": {
299
+ "suiteDefinitionId": {},
300
+ "suiteDefinitionVersion": {},
301
+ "suiteDefinitionName": {},
302
+ "suiteRunId": {},
303
+ "createdAt": {
304
+ "type": "timestamp"
305
+ },
306
+ "startedAt": {
307
+ "type": "timestamp"
308
+ },
309
+ "endAt": {
310
+ "type": "timestamp"
311
+ },
312
+ "status": {},
313
+ "passed": {
314
+ "type": "integer"
315
+ },
316
+ "failed": {
317
+ "type": "integer"
318
+ }
319
+ }
320
+ }
321
+ },
322
+ "nextToken": {}
323
+ }
324
+ }
325
+ },
326
+ "ListTagsForResource": {
327
+ "http": {
328
+ "method": "GET",
329
+ "requestUri": "/tags/{resourceArn}"
330
+ },
331
+ "input": {
332
+ "type": "structure",
333
+ "required": [
334
+ "resourceArn"
335
+ ],
336
+ "members": {
337
+ "resourceArn": {
338
+ "location": "uri",
339
+ "locationName": "resourceArn"
340
+ }
341
+ }
342
+ },
343
+ "output": {
344
+ "type": "structure",
345
+ "members": {
346
+ "tags": {
347
+ "shape": "S9"
348
+ }
349
+ }
350
+ }
351
+ },
352
+ "ListTestCases": {
353
+ "http": {
354
+ "method": "GET",
355
+ "requestUri": "/testCases"
356
+ },
357
+ "input": {
358
+ "type": "structure",
359
+ "members": {
360
+ "intendedForQualification": {
361
+ "location": "querystring",
362
+ "locationName": "intendedForQualification",
363
+ "type": "boolean"
364
+ },
365
+ "maxResults": {
366
+ "location": "querystring",
367
+ "locationName": "maxResults",
368
+ "type": "integer"
369
+ },
370
+ "nextToken": {
371
+ "location": "querystring",
372
+ "locationName": "nextToken"
373
+ }
374
+ }
375
+ },
376
+ "output": {
377
+ "type": "structure",
378
+ "members": {
379
+ "categories": {
380
+ "type": "list",
381
+ "member": {
382
+ "type": "structure",
383
+ "members": {
384
+ "name": {},
385
+ "tests": {
386
+ "type": "list",
387
+ "member": {
388
+ "type": "structure",
389
+ "members": {
390
+ "name": {},
391
+ "configuration": {
392
+ "shape": "S1p"
393
+ },
394
+ "test": {
395
+ "type": "structure",
396
+ "members": {
397
+ "id": {},
398
+ "testCaseVersion": {}
399
+ }
400
+ }
401
+ }
402
+ }
403
+ }
404
+ }
405
+ }
406
+ },
407
+ "rootGroupConfiguration": {
408
+ "shape": "S1p"
409
+ },
410
+ "groupConfiguration": {
411
+ "shape": "S1p"
412
+ },
413
+ "nextToken": {}
414
+ }
415
+ }
416
+ },
417
+ "StartSuiteRun": {
418
+ "http": {
419
+ "requestUri": "/suiteDefinitions/{suiteDefinitionId}/suiteRuns"
420
+ },
421
+ "input": {
422
+ "type": "structure",
423
+ "required": [
424
+ "suiteDefinitionId"
425
+ ],
426
+ "members": {
427
+ "suiteDefinitionId": {
428
+ "location": "uri",
429
+ "locationName": "suiteDefinitionId"
430
+ },
431
+ "suiteDefinitionVersion": {},
432
+ "suiteRunConfiguration": {
433
+ "shape": "Sm"
434
+ },
435
+ "tags": {
436
+ "shape": "S9"
437
+ }
438
+ }
439
+ },
440
+ "output": {
441
+ "type": "structure",
442
+ "members": {
443
+ "suiteRunId": {},
444
+ "suiteRunArn": {},
445
+ "createdAt": {
446
+ "type": "timestamp"
447
+ }
448
+ }
449
+ }
450
+ },
451
+ "TagResource": {
452
+ "http": {
453
+ "requestUri": "/tags/{resourceArn}"
454
+ },
455
+ "input": {
456
+ "type": "structure",
457
+ "required": [
458
+ "resourceArn",
459
+ "tags"
460
+ ],
461
+ "members": {
462
+ "resourceArn": {
463
+ "location": "uri",
464
+ "locationName": "resourceArn"
465
+ },
466
+ "tags": {
467
+ "shape": "S9"
468
+ }
469
+ }
470
+ },
471
+ "output": {
472
+ "type": "structure",
473
+ "members": {}
474
+ }
475
+ },
476
+ "UntagResource": {
477
+ "http": {
478
+ "method": "DELETE",
479
+ "requestUri": "/tags/{resourceArn}"
480
+ },
481
+ "input": {
482
+ "type": "structure",
483
+ "required": [
484
+ "resourceArn",
485
+ "tagKeys"
486
+ ],
487
+ "members": {
488
+ "resourceArn": {
489
+ "location": "uri",
490
+ "locationName": "resourceArn"
491
+ },
492
+ "tagKeys": {
493
+ "location": "querystring",
494
+ "locationName": "tagKeys",
495
+ "type": "list",
496
+ "member": {}
497
+ }
498
+ }
499
+ },
500
+ "output": {
501
+ "type": "structure",
502
+ "members": {}
503
+ }
504
+ },
505
+ "UpdateSuiteDefinition": {
506
+ "http": {
507
+ "method": "PATCH",
508
+ "requestUri": "/suiteDefinitions/{suiteDefinitionId}"
509
+ },
510
+ "input": {
511
+ "type": "structure",
512
+ "required": [
513
+ "suiteDefinitionId"
514
+ ],
515
+ "members": {
516
+ "suiteDefinitionId": {
517
+ "location": "uri",
518
+ "locationName": "suiteDefinitionId"
519
+ },
520
+ "suiteDefinitionConfiguration": {
521
+ "shape": "S2"
522
+ }
523
+ }
524
+ },
525
+ "output": {
526
+ "type": "structure",
527
+ "members": {
528
+ "suiteDefinitionId": {},
529
+ "suiteDefinitionArn": {},
530
+ "suiteDefinitionName": {},
531
+ "suiteDefinitionVersion": {},
532
+ "createdAt": {
533
+ "type": "timestamp"
534
+ },
535
+ "lastUpdatedAt": {
536
+ "type": "timestamp"
537
+ }
538
+ }
539
+ }
540
+ }
541
+ },
542
+ "shapes": {
543
+ "S2": {
544
+ "type": "structure",
545
+ "members": {
546
+ "suiteDefinitionName": {},
547
+ "devices": {
548
+ "shape": "S4"
549
+ },
550
+ "intendedForQualification": {
551
+ "type": "boolean"
552
+ },
553
+ "rootGroup": {},
554
+ "devicePermissionRoleArn": {}
555
+ }
556
+ },
557
+ "S4": {
558
+ "type": "list",
559
+ "member": {
560
+ "shape": "S5"
561
+ }
562
+ },
563
+ "S5": {
564
+ "type": "structure",
565
+ "members": {
566
+ "thingArn": {},
567
+ "certificateArn": {}
568
+ }
569
+ },
570
+ "S9": {
571
+ "type": "map",
572
+ "key": {},
573
+ "value": {}
574
+ },
575
+ "Sm": {
576
+ "type": "structure",
577
+ "members": {
578
+ "primaryDevice": {
579
+ "shape": "S5"
580
+ },
581
+ "secondaryDevice": {
582
+ "shape": "S5"
583
+ },
584
+ "selectedTestList": {
585
+ "type": "list",
586
+ "member": {}
587
+ }
588
+ }
589
+ },
590
+ "S1p": {
591
+ "type": "map",
592
+ "key": {},
593
+ "value": {}
594
+ }
595
+ }
596
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "pagination": {
3
+ "ListSuiteDefinitions": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "ListSuiteRuns": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
13
+ "ListTestCases": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }