Skip to content

Commit

Permalink
support ClientToken for run_instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
clkao committed Feb 20, 2012
1 parent 8ec4c22 commit d22a034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Net/Amazon/EC2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3623,6 +3623,7 @@ sub run_instances {
SubnetId => { type => SCALAR, optional => 1 },
DisableApiTermination => { type => SCALAR, optional => 1 },
InstanceInitiatedShutdownBehavior => { type => SCALAR, optional => 1 },
ClientToken => { type => SCALAR, optional => 1 },
});

# If we have a array ref of instances lets split them out into their SecurityGroup.n format
Expand Down

0 comments on commit d22a034

Please sign in to comment.