aws-sdk 2.1679.0 → 2.1681.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 (36) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-2023-04-20.min.json +555 -179
  3. package/apis/bedrock-2023-04-20.paginators.json +12 -0
  4. package/apis/ec2-2016-11-15.min.json +308 -279
  5. package/apis/email-2010-12-01.min.json +55 -53
  6. package/apis/emr-containers-2020-10-01.min.json +7 -1
  7. package/apis/glue-2017-03-31.min.json +308 -292
  8. package/apis/inspector2-2020-06-08.min.json +16 -1
  9. package/apis/lambda-2015-03-31.min.json +134 -124
  10. package/apis/metadata.json +0 -3
  11. package/apis/quicksight-2018-04-01.min.json +422 -377
  12. package/apis/securityhub-2018-10-26.min.json +3 -3
  13. package/clients/all.d.ts +0 -1
  14. package/clients/all.js +0 -1
  15. package/clients/autoscaling.d.ts +4 -4
  16. package/clients/bedrock.d.ts +405 -2
  17. package/clients/ec2.d.ts +47 -18
  18. package/clients/glue.d.ts +25 -0
  19. package/clients/inspector2.d.ts +18 -2
  20. package/clients/lambda.d.ts +42 -14
  21. package/clients/quicksight.d.ts +45 -0
  22. package/clients/route53.d.ts +3 -3
  23. package/clients/securityhub.d.ts +22 -22
  24. package/clients/ses.d.ts +7 -2
  25. package/dist/aws-sdk-core-react-native.js +2 -2
  26. package/dist/aws-sdk-react-native.js +1854 -1891
  27. package/dist/aws-sdk.js +500 -462
  28. package/dist/aws-sdk.min.js +70 -70
  29. package/lib/config_service_placeholders.d.ts +0 -2
  30. package/lib/core.js +1 -1
  31. package/package.json +1 -1
  32. package/apis/codestar-2017-04-19.examples.json +0 -5
  33. package/apis/codestar-2017-04-19.min.json +0 -670
  34. package/apis/codestar-2017-04-19.paginators.json +0 -4
  35. package/clients/codestar.d.ts +0 -845
  36. package/clients/codestar.js +0 -18
@@ -13,7 +13,10 @@
13
13
  "serviceId": "Inspector2",
14
14
  "signatureVersion": "v4",
15
15
  "signingName": "inspector2",
16
- "uid": "inspector2-2020-06-08"
16
+ "uid": "inspector2-2020-06-08",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "AssociateMember": {
@@ -1972,6 +1975,12 @@
1972
1975
  "type": "structure",
1973
1976
  "members": {
1974
1977
  "accountId": {},
1978
+ "exploitAvailableCount": {
1979
+ "type": "long"
1980
+ },
1981
+ "fixAvailableCount": {
1982
+ "type": "long"
1983
+ },
1975
1984
  "severityCounts": {
1976
1985
  "shape": "Sb5"
1977
1986
  }
@@ -2038,6 +2047,12 @@
2038
2047
  "type": "structure",
2039
2048
  "members": {
2040
2049
  "accountId": {},
2050
+ "exploitAvailableCount": {
2051
+ "type": "long"
2052
+ },
2053
+ "fixAvailableCount": {
2054
+ "type": "long"
2055
+ },
2041
2056
  "severityCounts": {
2042
2057
  "shape": "Sb5"
2043
2058
  }