aws-sdk 2.1481.0 → 2.1483.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 (35) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/README.md +1 -1
  3. package/apis/appstream-2016-12-01.min.json +28 -5
  4. package/apis/ec2-2016-11-15.min.json +115 -56
  5. package/apis/ec2-2016-11-15.paginators.json +6 -0
  6. package/apis/elasticmapreduce-2009-03-31.min.json +14 -2
  7. package/apis/neptune-2014-10-31.min.json +86 -78
  8. package/apis/network-firewall-2020-11-12.min.json +30 -16
  9. package/apis/opensearch-2021-01-01.min.json +184 -167
  10. package/apis/redshift-2012-12-01.min.json +243 -125
  11. package/apis/redshift-2012-12-01.paginators.json +6 -0
  12. package/apis/sagemaker-2017-07-24.min.json +877 -862
  13. package/apis/ssm-sap-2018-05-10.min.json +62 -27
  14. package/apis/transfer-2018-11-05.min.json +53 -53
  15. package/apis/transfer-2018-11-05.paginators.json +12 -24
  16. package/apis/transfer-2018-11-05.waiters2.json +33 -41
  17. package/clients/appstream.d.ts +46 -6
  18. package/clients/ec2.d.ts +68 -0
  19. package/clients/emr.d.ts +56 -40
  20. package/clients/neptune.d.ts +20 -4
  21. package/clients/networkfirewall.d.ts +31 -11
  22. package/clients/opensearch.d.ts +47 -22
  23. package/clients/pinpoint.d.ts +3 -3
  24. package/clients/redshift.d.ts +167 -0
  25. package/clients/sagemaker.d.ts +36 -14
  26. package/clients/sns.d.ts +4 -4
  27. package/clients/ssmsap.d.ts +75 -4
  28. package/clients/transfer.d.ts +3 -3
  29. package/clients/wafv2.d.ts +20 -20
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +15 -15
  32. package/dist/aws-sdk.js +387 -186
  33. package/dist/aws-sdk.min.js +68 -68
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -120,6 +120,12 @@
120
120
  "output_token": "Marker",
121
121
  "result_key": "HsmConfigurations"
122
122
  },
123
+ "DescribeInboundIntegrations": {
124
+ "input_token": "Marker",
125
+ "limit_key": "MaxRecords",
126
+ "output_token": "Marker",
127
+ "result_key": "InboundIntegrations"
128
+ },
123
129
  "DescribeNodeConfigurationOptions": {
124
130
  "input_token": "Marker",
125
131
  "limit_key": "MaxRecords",