aws-sdk 2.1528.0 → 2.1530.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.
package/README.md CHANGED
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
69
69
  To use the SDK in the browser, simply add the following script tag to your
70
70
  HTML pages:
71
71
 
72
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1528.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1530.0.min.js"></script>
73
73
 
74
74
  You can also build a custom browser SDK with your specified set of AWS services.
75
75
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1954,7 +1954,11 @@
1954
1954
  "type": "timestamp"
1955
1955
  }
1956
1956
  }
1957
- }
1957
+ },
1958
+ "PerformanceInsightsEnabled": {
1959
+ "type": "boolean"
1960
+ },
1961
+ "PerformanceInsightsKMSKeyId": {}
1958
1962
  },
1959
1963
  "wrapper": true
1960
1964
  },