Skip to content

Commit

Permalink
Added support for EC2::Client#copy_snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Jan 4, 2013
1 parent ca458a5 commit 10ace10
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/aws/api_config/EC2-2012-12-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,18 @@
- :string
- :required
:outputs: {}
- :name: CopySnapshot
:method: :copy_snapshot
:inputs:
SourceRegion:
- :string
- :required
SourceSnapshotId:
- :string
- :required
Description:
- :string
:outputs: {}
- :name: CreateCustomerGateway
:method: :create_customer_gateway
:inputs:
Expand Down

0 comments on commit 10ace10

Please sign in to comment.