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,16 @@
1
+ {
2
+ "pagination": {
3
+ "ListPermissions": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "permissions"
8
+ },
9
+ "ListWorkspaces": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "workspaces"
14
+ }
15
+ }
16
+ }
@@ -214,7 +214,8 @@
214
214
  },
215
215
  "ClientToken": {
216
216
  "idempotencyToken": true
217
- }
217
+ },
218
+ "LanguageCode": {}
218
219
  }
219
220
  },
220
221
  "output": {
@@ -250,7 +251,8 @@
250
251
  "FileFormat": {},
251
252
  "ClientToken": {
252
253
  "idempotencyToken": true
253
- }
254
+ },
255
+ "LanguageCode": {}
254
256
  }
255
257
  },
256
258
  "output": {
@@ -272,7 +274,7 @@
272
274
  "Edition": {},
273
275
  "RoleArn": {},
274
276
  "ServerSideEncryptionConfiguration": {
275
- "shape": "S51"
277
+ "shape": "S52"
276
278
  },
277
279
  "Description": {},
278
280
  "ClientToken": {
@@ -282,11 +284,11 @@
282
284
  "shape": "S4n"
283
285
  },
284
286
  "UserTokenConfigurations": {
285
- "shape": "S53"
287
+ "shape": "S54"
286
288
  },
287
289
  "UserContextPolicy": {},
288
290
  "UserGroupResolutionConfiguration": {
289
- "shape": "S5d"
291
+ "shape": "S5e"
290
292
  }
291
293
  }
292
294
  },
@@ -473,7 +475,8 @@
473
475
  "Status": {},
474
476
  "Schedule": {},
475
477
  "RoleArn": {},
476
- "ErrorMessage": {}
478
+ "ErrorMessage": {},
479
+ "LanguageCode": {}
477
480
  }
478
481
  }
479
482
  },
@@ -508,7 +511,8 @@
508
511
  "Status": {},
509
512
  "RoleArn": {},
510
513
  "ErrorMessage": {},
511
- "FileFormat": {}
514
+ "FileFormat": {},
515
+ "LanguageCode": {}
512
516
  }
513
517
  }
514
518
  },
@@ -530,7 +534,7 @@
530
534
  "Edition": {},
531
535
  "RoleArn": {},
532
536
  "ServerSideEncryptionConfiguration": {
533
- "shape": "S51"
537
+ "shape": "S52"
534
538
  },
535
539
  "Status": {},
536
540
  "Description": {},
@@ -541,7 +545,7 @@
541
545
  "type": "timestamp"
542
546
  },
543
547
  "DocumentMetadataConfigurations": {
544
- "shape": "S65"
548
+ "shape": "S66"
545
549
  },
546
550
  "IndexStatistics": {
547
551
  "type": "structure",
@@ -580,14 +584,14 @@
580
584
  },
581
585
  "ErrorMessage": {},
582
586
  "CapacityUnits": {
583
- "shape": "S6n"
587
+ "shape": "S6o"
584
588
  },
585
589
  "UserTokenConfigurations": {
586
- "shape": "S53"
590
+ "shape": "S54"
587
591
  },
588
592
  "UserContextPolicy": {},
589
593
  "UserGroupResolutionConfiguration": {
590
- "shape": "S5d"
594
+ "shape": "S5e"
591
595
  }
592
596
  }
593
597
  }
@@ -906,7 +910,8 @@
906
910
  "UpdatedAt": {
907
911
  "type": "timestamp"
908
912
  },
909
- "Status": {}
913
+ "Status": {},
914
+ "LanguageCode": {}
910
915
  }
911
916
  }
912
917
  },
@@ -946,7 +951,8 @@
946
951
  "UpdatedAt": {
947
952
  "type": "timestamp"
948
953
  },
949
- "FileFormat": {}
954
+ "FileFormat": {},
955
+ "LanguageCode": {}
950
956
  }
951
957
  }
952
958
  }
@@ -1192,7 +1198,7 @@
1192
1198
  "IndexId": {},
1193
1199
  "QueryText": {},
1194
1200
  "AttributeFilter": {
1195
- "shape": "S91"
1201
+ "shape": "S92"
1196
1202
  },
1197
1203
  "Facets": {
1198
1204
  "type": "list",
@@ -1219,7 +1225,7 @@
1219
1225
  "members": {
1220
1226
  "Name": {},
1221
1227
  "Relevance": {
1222
- "shape": "S69"
1228
+ "shape": "S6a"
1223
1229
  }
1224
1230
  }
1225
1231
  }
@@ -1296,7 +1302,7 @@
1296
1302
  "type": "structure",
1297
1303
  "members": {
1298
1304
  "TextWithHighlightsValue": {
1299
- "shape": "S9p"
1305
+ "shape": "S9q"
1300
1306
  }
1301
1307
  }
1302
1308
  }
@@ -1305,10 +1311,10 @@
1305
1311
  },
1306
1312
  "DocumentId": {},
1307
1313
  "DocumentTitle": {
1308
- "shape": "S9p"
1314
+ "shape": "S9q"
1309
1315
  },
1310
1316
  "DocumentExcerpt": {
1311
- "shape": "S9p"
1317
+ "shape": "S9q"
1312
1318
  },
1313
1319
  "DocumentURI": {},
1314
1320
  "DocumentAttributes": {
@@ -1484,7 +1490,8 @@
1484
1490
  },
1485
1491
  "Description": {},
1486
1492
  "Schedule": {},
1487
- "RoleArn": {}
1493
+ "RoleArn": {},
1494
+ "LanguageCode": {}
1488
1495
  }
1489
1496
  }
1490
1497
  },
@@ -1500,17 +1507,17 @@
1500
1507
  "RoleArn": {},
1501
1508
  "Description": {},
1502
1509
  "DocumentMetadataConfigurationUpdates": {
1503
- "shape": "S65"
1510
+ "shape": "S66"
1504
1511
  },
1505
1512
  "CapacityUnits": {
1506
- "shape": "S6n"
1513
+ "shape": "S6o"
1507
1514
  },
1508
1515
  "UserTokenConfigurations": {
1509
- "shape": "S53"
1516
+ "shape": "S54"
1510
1517
  },
1511
1518
  "UserContextPolicy": {},
1512
1519
  "UserGroupResolutionConfiguration": {
1513
- "shape": "S5d"
1520
+ "shape": "S5e"
1514
1521
  }
1515
1522
  }
1516
1523
  }
@@ -2290,7 +2297,7 @@
2290
2297
  }
2291
2298
  }
2292
2299
  },
2293
- "S51": {
2300
+ "S52": {
2294
2301
  "type": "structure",
2295
2302
  "members": {
2296
2303
  "KmsKeyId": {
@@ -2299,7 +2306,7 @@
2299
2306
  }
2300
2307
  }
2301
2308
  },
2302
- "S53": {
2309
+ "S54": {
2303
2310
  "type": "list",
2304
2311
  "member": {
2305
2312
  "type": "structure",
@@ -2333,7 +2340,7 @@
2333
2340
  }
2334
2341
  }
2335
2342
  },
2336
- "S5d": {
2343
+ "S5e": {
2337
2344
  "type": "structure",
2338
2345
  "required": [
2339
2346
  "UserGroupResolutionMode"
@@ -2342,7 +2349,7 @@
2342
2349
  "UserGroupResolutionMode": {}
2343
2350
  }
2344
2351
  },
2345
- "S65": {
2352
+ "S66": {
2346
2353
  "type": "list",
2347
2354
  "member": {
2348
2355
  "type": "structure",
@@ -2354,7 +2361,7 @@
2354
2361
  "Name": {},
2355
2362
  "Type": {},
2356
2363
  "Relevance": {
2357
- "shape": "S69"
2364
+ "shape": "S6a"
2358
2365
  },
2359
2366
  "Search": {
2360
2367
  "type": "structure",
@@ -2376,7 +2383,7 @@
2376
2383
  }
2377
2384
  }
2378
2385
  },
2379
- "S69": {
2386
+ "S6a": {
2380
2387
  "type": "structure",
2381
2388
  "members": {
2382
2389
  "Freshness": {
@@ -2396,7 +2403,7 @@
2396
2403
  }
2397
2404
  }
2398
2405
  },
2399
- "S6n": {
2406
+ "S6o": {
2400
2407
  "type": "structure",
2401
2408
  "required": [
2402
2409
  "StorageCapacityUnits",
@@ -2411,17 +2418,17 @@
2411
2418
  }
2412
2419
  }
2413
2420
  },
2414
- "S91": {
2421
+ "S92": {
2415
2422
  "type": "structure",
2416
2423
  "members": {
2417
2424
  "AndAllFilters": {
2418
- "shape": "S92"
2425
+ "shape": "S93"
2419
2426
  },
2420
2427
  "OrAllFilters": {
2421
- "shape": "S92"
2428
+ "shape": "S93"
2422
2429
  },
2423
2430
  "NotFilter": {
2424
- "shape": "S91"
2431
+ "shape": "S92"
2425
2432
  },
2426
2433
  "EqualsTo": {
2427
2434
  "shape": "Sh"
@@ -2446,13 +2453,13 @@
2446
2453
  }
2447
2454
  }
2448
2455
  },
2449
- "S92": {
2456
+ "S93": {
2450
2457
  "type": "list",
2451
2458
  "member": {
2452
- "shape": "S91"
2459
+ "shape": "S92"
2453
2460
  }
2454
2461
  },
2455
- "S9p": {
2462
+ "S9q": {
2456
2463
  "type": "structure",
2457
2464
  "members": {
2458
2465
  "Text": {},
@@ -292,6 +292,21 @@
292
292
  "members": {}
293
293
  }
294
294
  },
295
+ "DeletePolicy": {
296
+ "http": {
297
+ "method": "DELETE",
298
+ "requestUri": "/2017-08-29/policy",
299
+ "responseCode": 200
300
+ },
301
+ "input": {
302
+ "type": "structure",
303
+ "members": {}
304
+ },
305
+ "output": {
306
+ "type": "structure",
307
+ "members": {}
308
+ }
309
+ },
295
310
  "DeletePreset": {
296
311
  "http": {
297
312
  "method": "DELETE",
@@ -458,6 +473,26 @@
458
473
  }
459
474
  }
460
475
  },
476
+ "GetPolicy": {
477
+ "http": {
478
+ "method": "GET",
479
+ "requestUri": "/2017-08-29/policy",
480
+ "responseCode": 200
481
+ },
482
+ "input": {
483
+ "type": "structure",
484
+ "members": {}
485
+ },
486
+ "output": {
487
+ "type": "structure",
488
+ "members": {
489
+ "Policy": {
490
+ "shape": "Skp",
491
+ "locationName": "policy"
492
+ }
493
+ }
494
+ }
495
+ },
461
496
  "GetPreset": {
462
497
  "http": {
463
498
  "method": "GET",
@@ -739,6 +774,34 @@
739
774
  }
740
775
  }
741
776
  },
777
+ "PutPolicy": {
778
+ "http": {
779
+ "method": "PUT",
780
+ "requestUri": "/2017-08-29/policy",
781
+ "responseCode": 200
782
+ },
783
+ "input": {
784
+ "type": "structure",
785
+ "members": {
786
+ "Policy": {
787
+ "shape": "Skp",
788
+ "locationName": "policy"
789
+ }
790
+ },
791
+ "required": [
792
+ "Policy"
793
+ ]
794
+ },
795
+ "output": {
796
+ "type": "structure",
797
+ "members": {
798
+ "Policy": {
799
+ "shape": "Skp",
800
+ "locationName": "policy"
801
+ }
802
+ }
803
+ }
804
+ },
742
805
  "TagResource": {
743
806
  "http": {
744
807
  "requestUri": "/2017-08-29/tags",
@@ -5230,6 +5293,20 @@
5230
5293
  "required": [
5231
5294
  "Name"
5232
5295
  ]
5296
+ },
5297
+ "Skp": {
5298
+ "type": "structure",
5299
+ "members": {
5300
+ "HttpInputs": {
5301
+ "locationName": "httpInputs"
5302
+ },
5303
+ "HttpsInputs": {
5304
+ "locationName": "httpsInputs"
5305
+ },
5306
+ "S3Inputs": {
5307
+ "locationName": "s3Inputs"
5308
+ }
5309
+ }
5233
5310
  }
5234
5311
  }
5235
5312
  }