aws-sdk 2.1512.0 → 2.1513.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.1512.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1513.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
@@ -978,7 +978,8 @@
978
978
  "IsParent": {
979
979
  "type": "boolean"
980
980
  },
981
- "ResourceName": {}
981
+ "ResourceName": {},
982
+ "VaultType": {}
982
983
  }
983
984
  },
984
985
  "idempotent": true
@@ -2496,7 +2497,8 @@
2496
2497
  "IsParent": {
2497
2498
  "type": "boolean"
2498
2499
  },
2499
- "ResourceName": {}
2500
+ "ResourceName": {},
2501
+ "VaultType": {}
2500
2502
  }
2501
2503
  }
2502
2504
  }
@@ -2775,6 +2777,10 @@
2775
2777
  "location": "querystring",
2776
2778
  "locationName": "accountId"
2777
2779
  },
2780
+ "ByResourceType": {
2781
+ "location": "querystring",
2782
+ "locationName": "resourceType"
2783
+ },
2778
2784
  "ByCreatedBefore": {
2779
2785
  "location": "querystring",
2780
2786
  "locationName": "createdBefore",
@@ -796,6 +796,9 @@
796
796
  },
797
797
  "OutboundCallsEnabled": {
798
798
  "type": "boolean"
799
+ },
800
+ "Tags": {
801
+ "shape": "S2y"
799
802
  }
800
803
  }
801
804
  },
@@ -2527,7 +2530,10 @@
2527
2530
  "OutboundCallsEnabled": {
2528
2531
  "type": "boolean"
2529
2532
  },
2530
- "InstanceAccessUrl": {}
2533
+ "InstanceAccessUrl": {},
2534
+ "Tags": {
2535
+ "shape": "S2y"
2536
+ }
2531
2537
  }
2532
2538
  }
2533
2539
  }