Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Add the endpoints to the exports
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Mar 25, 2013
1 parent c5335a7 commit 275f931
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions awssum-amazon-ec2.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,17 @@ _.each(operations, function(operation, operationName) {
// --------------------------------------------------------------------------------------------------------------------
// exports

// endpoints
exports.US_EAST_1 = amazon.US_EAST_1;
exports.US_WEST_1 = amazon.US_WEST_1;
exports.US_WEST_2 = amazon.US_WEST_2;
exports.EU_WEST_1 = amazon.EU_WEST_1;
exports.AP_SOUTHEAST_1 = amazon.AP_SOUTHEAST_1;
exports.AP_SOUTHEAST_2 = amazon.AP_SOUTHEAST_2;
exports.AP_NORTHEAST_1 = amazon.AP_NORTHEAST_1;
exports.US_GOV_WEST = amazon.US_GOV_WEST;
exports.SA_EAST_1 = amazon.SA_EAST_1;

exports.Ec2 = Ec2;

// --------------------------------------------------------------------------------------------------------------------

0 comments on commit 275f931

Please sign in to comment.