Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: docs/source/ref/ec2.rst

Issue 8386013: Merging in latest boto. (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « docs/source/ref/cloudfront.rst ('k') | docs/source/ref/ecs.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .. ref-ec2 1 .. ref-ec2
2 2
3 === 3 ===
4 EC2 4 EC2
5 === 5 ===
6 6
7 boto.ec2 7 boto.ec2
8 -------- 8 --------
9 9
10 .. automodule:: boto.ec2 10 .. automodule:: boto.ec2
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 :members: 47 :members:
48 :undoc-members: 48 :undoc-members:
49 49
50 boto.ec2.autoscale.launchconfig 50 boto.ec2.autoscale.launchconfig
51 ------------------------------- 51 -------------------------------
52 52
53 .. automodule:: boto.ec2.autoscale.launchconfig 53 .. automodule:: boto.ec2.autoscale.launchconfig
54 :members: 54 :members:
55 :undoc-members: 55 :undoc-members:
56 56
57 boto.ec2.autoscale.policy
58 --------------------------
59
60 .. automodule:: boto.ec2.autoscale.policy
61 :members:
62 :undoc-members:
63
57 boto.ec2.autoscale.request 64 boto.ec2.autoscale.request
58 -------------------------- 65 --------------------------
59 66
60 .. automodule:: boto.ec2.autoscale.request 67 .. automodule:: boto.ec2.autoscale.request
61 :members: 68 :members:
62 :undoc-members: 69 :undoc-members:
63 70
64 boto.ec2.autoscale.trigger 71 boto.ec2.autoscale.scheduled
65 -------------------------- 72 ----------------------------
66 73
67 .. automodule:: boto.ec2.autoscale.trigger 74 .. automodule:: boto.ec2.autoscale.scheduled
68 :members: 75 :members:
69 :undoc-members: 76 :undoc-members:
70 77
71 boto.ec2.buyreservation 78 boto.ec2.buyreservation
72 ----------------------- 79 -----------------------
73 80
74 .. automodule:: boto.ec2.buyreservation 81 .. automodule:: boto.ec2.buyreservation
75 :members: 82 :members:
76 :undoc-members: 83 :undoc-members:
77 84
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 .. automodule:: boto.ec2.volume 221 .. automodule:: boto.ec2.volume
215 :members: 222 :members:
216 :undoc-members: 223 :undoc-members:
217 224
218 boto.ec2.zone 225 boto.ec2.zone
219 ------------- 226 -------------
220 227
221 .. automodule:: boto.ec2.zone 228 .. automodule:: boto.ec2.zone
222 :members: 229 :members:
223 :undoc-members: 230 :undoc-members:
OLDNEW
« no previous file with comments | « docs/source/ref/cloudfront.rst ('k') | docs/source/ref/ecs.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698