aws-sdk 2.1002.0 → 2.1006.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 (46) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +109 -38
  4. package/apis/chime-2018-05-01.min.json +263 -197
  5. package/apis/ec2-2016-11-15.min.json +235 -233
  6. package/apis/elasticloadbalancingv2-2015-12-01.min.json +26 -24
  7. package/apis/firehose-2015-08-04.min.json +198 -82
  8. package/apis/frauddetector-2019-11-15.min.json +358 -75
  9. package/apis/frauddetector-2019-11-15.paginators.json +5 -0
  10. package/apis/grafana-2020-08-18.examples.json +5 -0
  11. package/apis/grafana-2020-08-18.min.json +728 -0
  12. package/apis/grafana-2020-08-18.paginators.json +16 -0
  13. package/apis/kendra-2019-02-03.min.json +45 -38
  14. package/apis/mediaconvert-2017-08-29.min.json +77 -0
  15. package/apis/medialive-2017-10-14.min.json +297 -227
  16. package/apis/mediatailor-2018-04-23.min.json +288 -75
  17. package/apis/mediatailor-2018-04-23.paginators.json +6 -0
  18. package/apis/metadata.json +3 -0
  19. package/apis/models.lex.v2-2020-08-07.min.json +182 -118
  20. package/apis/securityhub-2018-10-26.min.json +634 -259
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/backup.d.ts +72 -0
  24. package/clients/chime.d.ts +83 -3
  25. package/clients/ec2.d.ts +99 -94
  26. package/clients/ecs.d.ts +4 -4
  27. package/clients/elbv2.d.ts +10 -1
  28. package/clients/firehose.d.ts +62 -0
  29. package/clients/frauddetector.d.ts +434 -26
  30. package/clients/grafana.d.ts +718 -0
  31. package/clients/grafana.js +18 -0
  32. package/clients/kendra.d.ts +30 -1
  33. package/clients/lexmodelsv2.d.ts +72 -10
  34. package/clients/lexruntimev2.d.ts +7 -7
  35. package/clients/mediaconvert.d.ts +63 -0
  36. package/clients/medialive.d.ts +76 -5
  37. package/clients/mediatailor.d.ts +224 -0
  38. package/clients/secretsmanager.d.ts +27 -27
  39. package/clients/securityhub.d.ts +668 -11
  40. package/dist/aws-sdk-core-react-native.js +2 -2
  41. package/dist/aws-sdk-react-native.js +55 -18
  42. package/dist/aws-sdk.js +465 -342
  43. package/dist/aws-sdk.min.js +64 -64
  44. package/lib/config_service_placeholders.d.ts +2 -0
  45. package/lib/core.js +1 -1
  46. package/package.json +1 -1
@@ -0,0 +1,728 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2020-08-18",
5
+ "endpointPrefix": "grafana",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "Amazon Managed Grafana",
9
+ "serviceId": "grafana",
10
+ "signatureVersion": "v4",
11
+ "signingName": "grafana",
12
+ "uid": "grafana-2020-08-18"
13
+ },
14
+ "operations": {
15
+ "AssociateLicense": {
16
+ "http": {
17
+ "requestUri": "/workspaces/{workspaceId}/licenses/{licenseType}",
18
+ "responseCode": 202
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "licenseType",
24
+ "workspaceId"
25
+ ],
26
+ "members": {
27
+ "licenseType": {
28
+ "location": "uri",
29
+ "locationName": "licenseType"
30
+ },
31
+ "workspaceId": {
32
+ "location": "uri",
33
+ "locationName": "workspaceId"
34
+ }
35
+ }
36
+ },
37
+ "output": {
38
+ "type": "structure",
39
+ "required": [
40
+ "workspace"
41
+ ],
42
+ "members": {
43
+ "workspace": {
44
+ "shape": "S5"
45
+ }
46
+ }
47
+ }
48
+ },
49
+ "CreateWorkspace": {
50
+ "http": {
51
+ "requestUri": "/workspaces",
52
+ "responseCode": 202
53
+ },
54
+ "input": {
55
+ "type": "structure",
56
+ "required": [
57
+ "accountAccessType",
58
+ "authenticationProviders",
59
+ "permissionType"
60
+ ],
61
+ "members": {
62
+ "accountAccessType": {},
63
+ "authenticationProviders": {
64
+ "shape": "S8"
65
+ },
66
+ "clientToken": {
67
+ "idempotencyToken": true
68
+ },
69
+ "organizationRoleName": {
70
+ "shape": "Sl"
71
+ },
72
+ "permissionType": {},
73
+ "stackSetName": {},
74
+ "workspaceDataSources": {
75
+ "shape": "Sc"
76
+ },
77
+ "workspaceDescription": {
78
+ "shape": "Se"
79
+ },
80
+ "workspaceName": {
81
+ "shape": "Si"
82
+ },
83
+ "workspaceNotificationDestinations": {
84
+ "shape": "Sj"
85
+ },
86
+ "workspaceOrganizationalUnits": {
87
+ "shape": "Sm"
88
+ },
89
+ "workspaceRoleArn": {
90
+ "shape": "Sr"
91
+ }
92
+ }
93
+ },
94
+ "output": {
95
+ "type": "structure",
96
+ "required": [
97
+ "workspace"
98
+ ],
99
+ "members": {
100
+ "workspace": {
101
+ "shape": "S5"
102
+ }
103
+ }
104
+ },
105
+ "idempotent": true
106
+ },
107
+ "DeleteWorkspace": {
108
+ "http": {
109
+ "method": "DELETE",
110
+ "requestUri": "/workspaces/{workspaceId}",
111
+ "responseCode": 202
112
+ },
113
+ "input": {
114
+ "type": "structure",
115
+ "required": [
116
+ "workspaceId"
117
+ ],
118
+ "members": {
119
+ "workspaceId": {
120
+ "location": "uri",
121
+ "locationName": "workspaceId"
122
+ }
123
+ }
124
+ },
125
+ "output": {
126
+ "type": "structure",
127
+ "required": [
128
+ "workspace"
129
+ ],
130
+ "members": {
131
+ "workspace": {
132
+ "shape": "S5"
133
+ }
134
+ }
135
+ },
136
+ "idempotent": true
137
+ },
138
+ "DescribeWorkspace": {
139
+ "http": {
140
+ "method": "GET",
141
+ "requestUri": "/workspaces/{workspaceId}",
142
+ "responseCode": 200
143
+ },
144
+ "input": {
145
+ "type": "structure",
146
+ "required": [
147
+ "workspaceId"
148
+ ],
149
+ "members": {
150
+ "workspaceId": {
151
+ "location": "uri",
152
+ "locationName": "workspaceId"
153
+ }
154
+ }
155
+ },
156
+ "output": {
157
+ "type": "structure",
158
+ "required": [
159
+ "workspace"
160
+ ],
161
+ "members": {
162
+ "workspace": {
163
+ "shape": "S5"
164
+ }
165
+ }
166
+ }
167
+ },
168
+ "DescribeWorkspaceAuthentication": {
169
+ "http": {
170
+ "method": "GET",
171
+ "requestUri": "/workspaces/{workspaceId}/authentication",
172
+ "responseCode": 200
173
+ },
174
+ "input": {
175
+ "type": "structure",
176
+ "required": [
177
+ "workspaceId"
178
+ ],
179
+ "members": {
180
+ "workspaceId": {
181
+ "location": "uri",
182
+ "locationName": "workspaceId"
183
+ }
184
+ }
185
+ },
186
+ "output": {
187
+ "type": "structure",
188
+ "required": [
189
+ "authentication"
190
+ ],
191
+ "members": {
192
+ "authentication": {
193
+ "shape": "S11"
194
+ }
195
+ }
196
+ }
197
+ },
198
+ "DisassociateLicense": {
199
+ "http": {
200
+ "method": "DELETE",
201
+ "requestUri": "/workspaces/{workspaceId}/licenses/{licenseType}",
202
+ "responseCode": 202
203
+ },
204
+ "input": {
205
+ "type": "structure",
206
+ "required": [
207
+ "licenseType",
208
+ "workspaceId"
209
+ ],
210
+ "members": {
211
+ "licenseType": {
212
+ "location": "uri",
213
+ "locationName": "licenseType"
214
+ },
215
+ "workspaceId": {
216
+ "location": "uri",
217
+ "locationName": "workspaceId"
218
+ }
219
+ }
220
+ },
221
+ "output": {
222
+ "type": "structure",
223
+ "required": [
224
+ "workspace"
225
+ ],
226
+ "members": {
227
+ "workspace": {
228
+ "shape": "S5"
229
+ }
230
+ }
231
+ }
232
+ },
233
+ "ListPermissions": {
234
+ "http": {
235
+ "method": "GET",
236
+ "requestUri": "/workspaces/{workspaceId}/permissions",
237
+ "responseCode": 200
238
+ },
239
+ "input": {
240
+ "type": "structure",
241
+ "required": [
242
+ "workspaceId"
243
+ ],
244
+ "members": {
245
+ "groupId": {
246
+ "location": "querystring",
247
+ "locationName": "groupId"
248
+ },
249
+ "maxResults": {
250
+ "location": "querystring",
251
+ "locationName": "maxResults",
252
+ "type": "integer"
253
+ },
254
+ "nextToken": {
255
+ "location": "querystring",
256
+ "locationName": "nextToken"
257
+ },
258
+ "userId": {
259
+ "location": "querystring",
260
+ "locationName": "userId"
261
+ },
262
+ "userType": {
263
+ "location": "querystring",
264
+ "locationName": "userType"
265
+ },
266
+ "workspaceId": {
267
+ "location": "uri",
268
+ "locationName": "workspaceId"
269
+ }
270
+ }
271
+ },
272
+ "output": {
273
+ "type": "structure",
274
+ "required": [
275
+ "permissions"
276
+ ],
277
+ "members": {
278
+ "nextToken": {},
279
+ "permissions": {
280
+ "type": "list",
281
+ "member": {
282
+ "type": "structure",
283
+ "required": [
284
+ "role",
285
+ "user"
286
+ ],
287
+ "members": {
288
+ "role": {},
289
+ "user": {
290
+ "shape": "S1s"
291
+ }
292
+ }
293
+ }
294
+ }
295
+ }
296
+ }
297
+ },
298
+ "ListWorkspaces": {
299
+ "http": {
300
+ "method": "GET",
301
+ "requestUri": "/workspaces",
302
+ "responseCode": 200
303
+ },
304
+ "input": {
305
+ "type": "structure",
306
+ "members": {
307
+ "maxResults": {
308
+ "location": "querystring",
309
+ "locationName": "maxResults",
310
+ "type": "integer"
311
+ },
312
+ "nextToken": {
313
+ "location": "querystring",
314
+ "locationName": "nextToken"
315
+ }
316
+ }
317
+ },
318
+ "output": {
319
+ "type": "structure",
320
+ "required": [
321
+ "workspaces"
322
+ ],
323
+ "members": {
324
+ "nextToken": {},
325
+ "workspaces": {
326
+ "type": "list",
327
+ "member": {
328
+ "type": "structure",
329
+ "required": [
330
+ "authentication",
331
+ "created",
332
+ "endpoint",
333
+ "grafanaVersion",
334
+ "id",
335
+ "modified",
336
+ "status"
337
+ ],
338
+ "members": {
339
+ "authentication": {
340
+ "shape": "S7"
341
+ },
342
+ "created": {
343
+ "type": "timestamp"
344
+ },
345
+ "description": {
346
+ "shape": "Se"
347
+ },
348
+ "endpoint": {},
349
+ "grafanaVersion": {},
350
+ "id": {},
351
+ "modified": {
352
+ "type": "timestamp"
353
+ },
354
+ "name": {
355
+ "shape": "Si"
356
+ },
357
+ "notificationDestinations": {
358
+ "shape": "Sj"
359
+ },
360
+ "status": {}
361
+ }
362
+ }
363
+ }
364
+ }
365
+ }
366
+ },
367
+ "UpdatePermissions": {
368
+ "http": {
369
+ "method": "PATCH",
370
+ "requestUri": "/workspaces/{workspaceId}/permissions",
371
+ "responseCode": 200
372
+ },
373
+ "input": {
374
+ "type": "structure",
375
+ "required": [
376
+ "updateInstructionBatch",
377
+ "workspaceId"
378
+ ],
379
+ "members": {
380
+ "updateInstructionBatch": {
381
+ "type": "list",
382
+ "member": {
383
+ "shape": "S20"
384
+ }
385
+ },
386
+ "workspaceId": {
387
+ "location": "uri",
388
+ "locationName": "workspaceId"
389
+ }
390
+ }
391
+ },
392
+ "output": {
393
+ "type": "structure",
394
+ "required": [
395
+ "errors"
396
+ ],
397
+ "members": {
398
+ "errors": {
399
+ "type": "list",
400
+ "member": {
401
+ "type": "structure",
402
+ "required": [
403
+ "causedBy",
404
+ "code",
405
+ "message"
406
+ ],
407
+ "members": {
408
+ "causedBy": {
409
+ "shape": "S20"
410
+ },
411
+ "code": {
412
+ "type": "integer"
413
+ },
414
+ "message": {}
415
+ }
416
+ }
417
+ }
418
+ }
419
+ }
420
+ },
421
+ "UpdateWorkspace": {
422
+ "http": {
423
+ "method": "PUT",
424
+ "requestUri": "/workspaces/{workspaceId}",
425
+ "responseCode": 202
426
+ },
427
+ "input": {
428
+ "type": "structure",
429
+ "required": [
430
+ "workspaceId"
431
+ ],
432
+ "members": {
433
+ "accountAccessType": {},
434
+ "organizationRoleName": {
435
+ "shape": "Sl"
436
+ },
437
+ "permissionType": {},
438
+ "stackSetName": {},
439
+ "workspaceDataSources": {
440
+ "shape": "Sc"
441
+ },
442
+ "workspaceDescription": {
443
+ "shape": "Se"
444
+ },
445
+ "workspaceId": {
446
+ "location": "uri",
447
+ "locationName": "workspaceId"
448
+ },
449
+ "workspaceName": {
450
+ "shape": "Si"
451
+ },
452
+ "workspaceNotificationDestinations": {
453
+ "shape": "Sj"
454
+ },
455
+ "workspaceOrganizationalUnits": {
456
+ "shape": "Sm"
457
+ },
458
+ "workspaceRoleArn": {
459
+ "shape": "Sr"
460
+ }
461
+ }
462
+ },
463
+ "output": {
464
+ "type": "structure",
465
+ "required": [
466
+ "workspace"
467
+ ],
468
+ "members": {
469
+ "workspace": {
470
+ "shape": "S5"
471
+ }
472
+ }
473
+ }
474
+ },
475
+ "UpdateWorkspaceAuthentication": {
476
+ "http": {
477
+ "requestUri": "/workspaces/{workspaceId}/authentication",
478
+ "responseCode": 200
479
+ },
480
+ "input": {
481
+ "type": "structure",
482
+ "required": [
483
+ "authenticationProviders",
484
+ "workspaceId"
485
+ ],
486
+ "members": {
487
+ "authenticationProviders": {
488
+ "shape": "S8"
489
+ },
490
+ "samlConfiguration": {
491
+ "shape": "S15"
492
+ },
493
+ "workspaceId": {
494
+ "location": "uri",
495
+ "locationName": "workspaceId"
496
+ }
497
+ }
498
+ },
499
+ "output": {
500
+ "type": "structure",
501
+ "required": [
502
+ "authentication"
503
+ ],
504
+ "members": {
505
+ "authentication": {
506
+ "shape": "S11"
507
+ }
508
+ }
509
+ }
510
+ }
511
+ },
512
+ "shapes": {
513
+ "S5": {
514
+ "type": "structure",
515
+ "required": [
516
+ "authentication",
517
+ "created",
518
+ "dataSources",
519
+ "endpoint",
520
+ "grafanaVersion",
521
+ "id",
522
+ "modified",
523
+ "status"
524
+ ],
525
+ "members": {
526
+ "accountAccessType": {},
527
+ "authentication": {
528
+ "shape": "S7"
529
+ },
530
+ "created": {
531
+ "type": "timestamp"
532
+ },
533
+ "dataSources": {
534
+ "shape": "Sc"
535
+ },
536
+ "description": {
537
+ "shape": "Se"
538
+ },
539
+ "endpoint": {},
540
+ "freeTrialConsumed": {
541
+ "type": "boolean"
542
+ },
543
+ "freeTrialExpiration": {
544
+ "type": "timestamp"
545
+ },
546
+ "grafanaVersion": {},
547
+ "id": {},
548
+ "licenseExpiration": {
549
+ "type": "timestamp"
550
+ },
551
+ "licenseType": {},
552
+ "modified": {
553
+ "type": "timestamp"
554
+ },
555
+ "name": {
556
+ "shape": "Si"
557
+ },
558
+ "notificationDestinations": {
559
+ "shape": "Sj"
560
+ },
561
+ "organizationRoleName": {
562
+ "shape": "Sl"
563
+ },
564
+ "organizationalUnits": {
565
+ "shape": "Sm"
566
+ },
567
+ "permissionType": {},
568
+ "stackSetName": {},
569
+ "status": {},
570
+ "workspaceRoleArn": {
571
+ "shape": "Sr"
572
+ }
573
+ }
574
+ },
575
+ "S7": {
576
+ "type": "structure",
577
+ "required": [
578
+ "providers"
579
+ ],
580
+ "members": {
581
+ "providers": {
582
+ "shape": "S8"
583
+ },
584
+ "samlConfigurationStatus": {}
585
+ }
586
+ },
587
+ "S8": {
588
+ "type": "list",
589
+ "member": {}
590
+ },
591
+ "Sc": {
592
+ "type": "list",
593
+ "member": {}
594
+ },
595
+ "Se": {
596
+ "type": "string",
597
+ "sensitive": true
598
+ },
599
+ "Si": {
600
+ "type": "string",
601
+ "sensitive": true
602
+ },
603
+ "Sj": {
604
+ "type": "list",
605
+ "member": {}
606
+ },
607
+ "Sl": {
608
+ "type": "string",
609
+ "sensitive": true
610
+ },
611
+ "Sm": {
612
+ "type": "list",
613
+ "member": {},
614
+ "sensitive": true
615
+ },
616
+ "Sr": {
617
+ "type": "string",
618
+ "sensitive": true
619
+ },
620
+ "S11": {
621
+ "type": "structure",
622
+ "required": [
623
+ "providers"
624
+ ],
625
+ "members": {
626
+ "awsSso": {
627
+ "type": "structure",
628
+ "members": {
629
+ "ssoClientId": {}
630
+ }
631
+ },
632
+ "providers": {
633
+ "shape": "S8"
634
+ },
635
+ "saml": {
636
+ "type": "structure",
637
+ "required": [
638
+ "status"
639
+ ],
640
+ "members": {
641
+ "configuration": {
642
+ "shape": "S15"
643
+ },
644
+ "status": {}
645
+ }
646
+ }
647
+ }
648
+ },
649
+ "S15": {
650
+ "type": "structure",
651
+ "required": [
652
+ "idpMetadata"
653
+ ],
654
+ "members": {
655
+ "allowedOrganizations": {
656
+ "type": "list",
657
+ "member": {}
658
+ },
659
+ "assertionAttributes": {
660
+ "type": "structure",
661
+ "members": {
662
+ "email": {},
663
+ "groups": {},
664
+ "login": {},
665
+ "name": {},
666
+ "org": {},
667
+ "role": {}
668
+ }
669
+ },
670
+ "idpMetadata": {
671
+ "type": "structure",
672
+ "members": {
673
+ "url": {},
674
+ "xml": {}
675
+ },
676
+ "union": true
677
+ },
678
+ "loginValidityDuration": {
679
+ "type": "integer"
680
+ },
681
+ "roleValues": {
682
+ "type": "structure",
683
+ "members": {
684
+ "admin": {
685
+ "shape": "S1f"
686
+ },
687
+ "editor": {
688
+ "shape": "S1f"
689
+ }
690
+ }
691
+ }
692
+ }
693
+ },
694
+ "S1f": {
695
+ "type": "list",
696
+ "member": {}
697
+ },
698
+ "S1s": {
699
+ "type": "structure",
700
+ "required": [
701
+ "id",
702
+ "type"
703
+ ],
704
+ "members": {
705
+ "id": {},
706
+ "type": {}
707
+ }
708
+ },
709
+ "S20": {
710
+ "type": "structure",
711
+ "required": [
712
+ "action",
713
+ "role",
714
+ "users"
715
+ ],
716
+ "members": {
717
+ "action": {},
718
+ "role": {},
719
+ "users": {
720
+ "type": "list",
721
+ "member": {
722
+ "shape": "S1s"
723
+ }
724
+ }
725
+ }
726
+ }
727
+ }
728
+ }