aws-sdk 2.1542.0 → 2.1543.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.1542.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1543.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
@@ -3287,6 +3287,9 @@
3287
3287
  "TagSpecifications": {
3288
3288
  "shape": "S3",
3289
3289
  "locationName": "TagSpecification"
3290
+ },
3291
+ "ClientToken": {
3292
+ "idempotencyToken": true
3290
3293
  }
3291
3294
  }
3292
3295
  },
@@ -3296,6 +3299,9 @@
3296
3299
  "NetworkAcl": {
3297
3300
  "shape": "Skj",
3298
3301
  "locationName": "networkAcl"
3302
+ },
3303
+ "ClientToken": {
3304
+ "locationName": "clientToken"
3299
3305
  }
3300
3306
  }
3301
3307
  }
@@ -3791,6 +3797,9 @@
3791
3797
  "TagSpecifications": {
3792
3798
  "shape": "S3",
3793
3799
  "locationName": "TagSpecification"
3800
+ },
3801
+ "ClientToken": {
3802
+ "idempotencyToken": true
3794
3803
  }
3795
3804
  }
3796
3805
  },
@@ -3800,6 +3809,9 @@
3800
3809
  "RouteTable": {
3801
3810
  "shape": "Sn4",
3802
3811
  "locationName": "routeTable"
3812
+ },
3813
+ "ClientToken": {
3814
+ "locationName": "clientToken"
3803
3815
  }
3804
3816
  }
3805
3817
  }
@@ -714,7 +714,6 @@
714
714
  "input": {
715
715
  "type": "structure",
716
716
  "required": [
717
- "DeviceSerialNumber",
718
717
  "AssetId",
719
718
  "ClientPublicKey",
720
719
  "NetworkInterfaceDeviceIndex"