aws-sdk 2.1346.0 → 2.1348.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 (59) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +72 -0
  4. package/apis/autoscaling-2011-01-01.min.json +13 -5
  5. package/apis/autoscaling-2011-01-01.paginators.json +5 -0
  6. package/apis/batch-2016-08-10.min.json +4 -1
  7. package/apis/compute-optimizer-2019-11-01.min.json +15 -11
  8. package/apis/drs-2020-02-26.min.json +21 -2
  9. package/apis/ec2-2016-11-15.min.json +754 -660
  10. package/apis/elasticmapreduce-2009-03-31.min.json +82 -66
  11. package/apis/glue-2017-03-31.min.json +0 -1
  12. package/apis/guardduty-2017-11-28.min.json +590 -111
  13. package/apis/guardduty-2017-11-28.paginators.json +6 -0
  14. package/apis/imagebuilder-2019-12-02.min.json +546 -75
  15. package/apis/imagebuilder-2019-12-02.paginators.json +23 -0
  16. package/apis/internetmonitor-2021-06-03.min.json +41 -19
  17. package/apis/ivs-2020-07-14.min.json +58 -46
  18. package/apis/kendra-2019-02-03.min.json +494 -240
  19. package/apis/metadata.json +4 -0
  20. package/apis/network-firewall-2020-11-12.min.json +238 -9
  21. package/apis/network-firewall-2020-11-12.paginators.json +6 -0
  22. package/apis/s3-2006-03-01.examples.json +97 -97
  23. package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +4 -0
  24. package/apis/sagemaker-geospatial-2020-05-27.min.json +135 -107
  25. package/apis/sms-2016-10-24.min.json +3 -1
  26. package/apis/vpc-lattice-2022-11-30.examples.json +5 -0
  27. package/apis/vpc-lattice-2022-11-30.min.json +2363 -0
  28. package/apis/vpc-lattice-2022-11-30.paginators.json +58 -0
  29. package/apis/wellarchitected-2020-03-31.min.json +125 -21
  30. package/apis/wellarchitected-2020-03-31.paginators.json +5 -0
  31. package/clients/all.d.ts +1 -0
  32. package/clients/all.js +2 -1
  33. package/clients/autoscaling.d.ts +63 -36
  34. package/clients/batch.d.ts +13 -0
  35. package/clients/computeoptimizer.d.ts +13 -3
  36. package/clients/drs.d.ts +25 -5
  37. package/clients/ec2.d.ts +115 -4
  38. package/clients/emr.d.ts +20 -0
  39. package/clients/glue.d.ts +0 -4
  40. package/clients/guardduty.d.ts +491 -8
  41. package/clients/imagebuilder.d.ts +931 -128
  42. package/clients/internetmonitor.d.ts +50 -16
  43. package/clients/ivs.d.ts +17 -0
  44. package/clients/kendra.d.ts +424 -75
  45. package/clients/networkfirewall.d.ts +289 -0
  46. package/clients/resiliencehub.d.ts +88 -88
  47. package/clients/s3.d.ts +115 -115
  48. package/clients/sagemakerfeaturestoreruntime.d.ts +10 -5
  49. package/clients/sagemakergeospatial.d.ts +183 -147
  50. package/clients/vpclattice.d.ts +2772 -0
  51. package/clients/vpclattice.js +18 -0
  52. package/clients/wellarchitected.d.ts +125 -34
  53. package/dist/aws-sdk-core-react-native.js +2 -2
  54. package/dist/aws-sdk-react-native.js +63 -26
  55. package/dist/aws-sdk.js +861 -734
  56. package/dist/aws-sdk.min.js +97 -96
  57. package/lib/config_service_placeholders.d.ts +2 -0
  58. package/lib/core.js +1 -1
  59. package/package.json +1 -1
@@ -0,0 +1,58 @@
1
+ {
2
+ "pagination": {
3
+ "ListAccessLogSubscriptions": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "items"
8
+ },
9
+ "ListListeners": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "items"
14
+ },
15
+ "ListRules": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "items"
20
+ },
21
+ "ListServiceNetworkServiceAssociations": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "items"
26
+ },
27
+ "ListServiceNetworkVpcAssociations": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "items"
32
+ },
33
+ "ListServiceNetworks": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults",
37
+ "result_key": "items"
38
+ },
39
+ "ListServices": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "items"
44
+ },
45
+ "ListTargetGroups": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "items"
50
+ },
51
+ "ListTargets": {
52
+ "input_token": "nextToken",
53
+ "output_token": "nextToken",
54
+ "limit_key": "maxResults",
55
+ "result_key": "items"
56
+ }
57
+ }
58
+ }
@@ -428,6 +428,110 @@
428
428
  }
429
429
  }
430
430
  },
431
+ "GetConsolidatedReport": {
432
+ "http": {
433
+ "method": "GET",
434
+ "requestUri": "/consolidatedReport"
435
+ },
436
+ "input": {
437
+ "type": "structure",
438
+ "required": [
439
+ "Format"
440
+ ],
441
+ "members": {
442
+ "Format": {
443
+ "location": "querystring",
444
+ "locationName": "Format"
445
+ },
446
+ "IncludeSharedResources": {
447
+ "location": "querystring",
448
+ "locationName": "IncludeSharedResources",
449
+ "type": "boolean"
450
+ },
451
+ "NextToken": {
452
+ "location": "querystring",
453
+ "locationName": "NextToken"
454
+ },
455
+ "MaxResults": {
456
+ "location": "querystring",
457
+ "locationName": "MaxResults",
458
+ "type": "integer"
459
+ }
460
+ }
461
+ },
462
+ "output": {
463
+ "type": "structure",
464
+ "members": {
465
+ "Metrics": {
466
+ "type": "list",
467
+ "member": {
468
+ "type": "structure",
469
+ "members": {
470
+ "MetricType": {},
471
+ "RiskCounts": {
472
+ "shape": "S2p"
473
+ },
474
+ "WorkloadId": {},
475
+ "WorkloadName": {},
476
+ "WorkloadArn": {},
477
+ "UpdatedAt": {
478
+ "type": "timestamp"
479
+ },
480
+ "Lenses": {
481
+ "type": "list",
482
+ "member": {
483
+ "type": "structure",
484
+ "members": {
485
+ "LensArn": {},
486
+ "Pillars": {
487
+ "type": "list",
488
+ "member": {
489
+ "type": "structure",
490
+ "members": {
491
+ "PillarId": {},
492
+ "RiskCounts": {
493
+ "shape": "S2p"
494
+ },
495
+ "Questions": {
496
+ "type": "list",
497
+ "member": {
498
+ "type": "structure",
499
+ "members": {
500
+ "QuestionId": {},
501
+ "Risk": {},
502
+ "BestPractices": {
503
+ "type": "list",
504
+ "member": {
505
+ "type": "structure",
506
+ "members": {
507
+ "ChoiceId": {},
508
+ "ChoiceTitle": {}
509
+ }
510
+ }
511
+ }
512
+ }
513
+ }
514
+ }
515
+ }
516
+ }
517
+ },
518
+ "RiskCounts": {
519
+ "shape": "S2p"
520
+ }
521
+ }
522
+ }
523
+ },
524
+ "LensesAppliedCount": {
525
+ "type": "integer"
526
+ }
527
+ }
528
+ }
529
+ },
530
+ "NextToken": {},
531
+ "Base64String": {}
532
+ }
533
+ }
534
+ },
431
535
  "GetLens": {
432
536
  "http": {
433
537
  "method": "GET",
@@ -504,7 +608,7 @@
504
608
  "type": "integer"
505
609
  },
506
610
  "LensReview": {
507
- "shape": "S2p"
611
+ "shape": "S3b"
508
612
  }
509
613
  }
510
614
  }
@@ -655,7 +759,7 @@
655
759
  "type": "timestamp"
656
760
  },
657
761
  "Workload": {
658
- "shape": "S3d"
762
+ "shape": "S3u"
659
763
  }
660
764
  }
661
765
  }
@@ -683,7 +787,7 @@
683
787
  "type": "structure",
684
788
  "members": {
685
789
  "Workload": {
686
- "shape": "S3d"
790
+ "shape": "S3u"
687
791
  }
688
792
  }
689
793
  }
@@ -1055,7 +1159,7 @@
1055
1159
  "type": "timestamp"
1056
1160
  },
1057
1161
  "RiskCounts": {
1058
- "shape": "S2u"
1162
+ "shape": "S2p"
1059
1163
  }
1060
1164
  }
1061
1165
  }
@@ -1214,7 +1318,7 @@
1214
1318
  "type": "timestamp"
1215
1319
  },
1216
1320
  "WorkloadSummary": {
1217
- "shape": "S52"
1321
+ "shape": "S5j"
1218
1322
  }
1219
1323
  }
1220
1324
  }
@@ -1420,7 +1524,7 @@
1420
1524
  "WorkloadSummaries": {
1421
1525
  "type": "list",
1422
1526
  "member": {
1423
- "shape": "S52"
1527
+ "shape": "S5j"
1424
1528
  }
1425
1529
  },
1426
1530
  "NextToken": {}
@@ -1588,7 +1692,7 @@
1588
1692
  "members": {
1589
1693
  "WorkloadId": {},
1590
1694
  "LensReview": {
1591
- "shape": "S2p"
1695
+ "shape": "S3b"
1592
1696
  }
1593
1697
  }
1594
1698
  }
@@ -1679,7 +1783,7 @@
1679
1783
  "type": "structure",
1680
1784
  "members": {
1681
1785
  "Workload": {
1682
- "shape": "S3d"
1786
+ "shape": "S3u"
1683
1787
  }
1684
1788
  }
1685
1789
  }
@@ -1874,6 +1978,13 @@
1874
1978
  "member": {}
1875
1979
  },
1876
1980
  "S2p": {
1981
+ "type": "map",
1982
+ "key": {},
1983
+ "value": {
1984
+ "type": "integer"
1985
+ }
1986
+ },
1987
+ "S3b": {
1877
1988
  "type": "structure",
1878
1989
  "members": {
1879
1990
  "LensAlias": {},
@@ -1890,7 +2001,7 @@
1890
2001
  "PillarName": {},
1891
2002
  "Notes": {},
1892
2003
  "RiskCounts": {
1893
- "shape": "S2u"
2004
+ "shape": "S2p"
1894
2005
  }
1895
2006
  }
1896
2007
  }
@@ -1900,19 +2011,12 @@
1900
2011
  },
1901
2012
  "Notes": {},
1902
2013
  "RiskCounts": {
1903
- "shape": "S2u"
2014
+ "shape": "S2p"
1904
2015
  },
1905
2016
  "NextToken": {}
1906
2017
  }
1907
2018
  },
1908
- "S2u": {
1909
- "type": "map",
1910
- "key": {},
1911
- "value": {
1912
- "type": "integer"
1913
- }
1914
- },
1915
- "S3d": {
2019
+ "S3u": {
1916
2020
  "type": "structure",
1917
2021
  "members": {
1918
2022
  "WorkloadId": {},
@@ -1945,7 +2049,7 @@
1945
2049
  "Notes": {},
1946
2050
  "ImprovementStatus": {},
1947
2051
  "RiskCounts": {
1948
- "shape": "S2u"
2052
+ "shape": "S2p"
1949
2053
  },
1950
2054
  "PillarPriorities": {
1951
2055
  "shape": "St"
@@ -1966,7 +2070,7 @@
1966
2070
  }
1967
2071
  }
1968
2072
  },
1969
- "S52": {
2073
+ "S5j": {
1970
2074
  "type": "structure",
1971
2075
  "members": {
1972
2076
  "WorkloadId": {},
@@ -1980,7 +2084,7 @@
1980
2084
  "shape": "Sz"
1981
2085
  },
1982
2086
  "RiskCounts": {
1983
- "shape": "S2u"
2087
+ "shape": "S2p"
1984
2088
  },
1985
2089
  "ImprovementStatus": {}
1986
2090
  }
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetConsolidatedReport": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListAnswers": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
package/clients/all.d.ts CHANGED
@@ -341,3 +341,4 @@ export import CloudTrailData = require('./cloudtraildata');
341
341
  export import Tnb = require('./tnb');
342
342
  export import InternetMonitor = require('./internetmonitor');
343
343
  export import IVSRealTime = require('./ivsrealtime');
344
+ export import VPCLattice = require('./vpclattice');
package/clients/all.js CHANGED
@@ -342,5 +342,6 @@ module.exports = {
342
342
  CloudTrailData: require('./cloudtraildata'),
343
343
  Tnb: require('./tnb'),
344
344
  InternetMonitor: require('./internetmonitor'),
345
- IVSRealTime: require('./ivsrealtime')
345
+ IVSRealTime: require('./ivsrealtime'),
346
+ VPCLattice: require('./vpclattice')
346
347
  };