aws-sdk 2.1515.0 → 2.1516.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.1515.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1516.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
@@ -228,7 +228,8 @@
228
228
  "ServerlessV2ScalingConfiguration": {
229
229
  "shape": "Sy"
230
230
  },
231
- "GlobalClusterIdentifier": {}
231
+ "GlobalClusterIdentifier": {},
232
+ "StorageType": {}
232
233
  }
233
234
  },
234
235
  "output": {
@@ -1622,7 +1623,8 @@
1622
1623
  },
1623
1624
  "ServerlessV2ScalingConfiguration": {
1624
1625
  "shape": "Sy"
1625
- }
1626
+ },
1627
+ "StorageType": {}
1626
1628
  }
1627
1629
  },
1628
1630
  "output": {
@@ -2118,7 +2120,8 @@
2118
2120
  },
2119
2121
  "ServerlessV2ScalingConfiguration": {
2120
2122
  "shape": "Sy"
2121
- }
2123
+ },
2124
+ "StorageType": {}
2122
2125
  }
2123
2126
  },
2124
2127
  "output": {
@@ -2172,7 +2175,8 @@
2172
2175
  },
2173
2176
  "ServerlessV2ScalingConfiguration": {
2174
2177
  "shape": "Sy"
2175
- }
2178
+ },
2179
+ "StorageType": {}
2176
2180
  }
2177
2181
  },
2178
2182
  "output": {
@@ -2348,7 +2352,8 @@
2348
2352
  "SourceDBClusterSnapshotArn": {},
2349
2353
  "IAMDatabaseAuthenticationEnabled": {
2350
2354
  "type": "boolean"
2351
- }
2355
+ },
2356
+ "StorageType": {}
2352
2357
  },
2353
2358
  "wrapper": true
2354
2359
  },
@@ -2512,6 +2517,7 @@
2512
2517
  "BackupRetentionPeriod": {
2513
2518
  "type": "integer"
2514
2519
  },
2520
+ "StorageType": {},
2515
2521
  "AllocatedStorage": {
2516
2522
  "type": "integer"
2517
2523
  },
@@ -2540,7 +2546,11 @@
2540
2546
  }
2541
2547
  }
2542
2548
  },
2543
- "GlobalClusterIdentifier": {}
2549
+ "GlobalClusterIdentifier": {},
2550
+ "IOOptimizedNextAllowedModificationTime": {
2551
+ "type": "timestamp"
2552
+ },
2553
+ "StorageType": {}
2544
2554
  },
2545
2555
  "wrapper": true
2546
2556
  },