ya.make 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(2.49.0)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. NO_CHECK_IMPORTS(
  7. boto.*
  8. )
  9. PY_SRCS(
  10. TOP_LEVEL
  11. boto/__init__.py
  12. boto/auth.py
  13. boto/auth_handler.py
  14. boto/awslambda/__init__.py
  15. boto/awslambda/exceptions.py
  16. boto/awslambda/layer1.py
  17. boto/beanstalk/__init__.py
  18. boto/beanstalk/exception.py
  19. boto/beanstalk/layer1.py
  20. boto/beanstalk/response.py
  21. boto/beanstalk/wrapper.py
  22. boto/cacerts/__init__.py
  23. boto/cloudformation/__init__.py
  24. boto/cloudformation/connection.py
  25. boto/cloudformation/stack.py
  26. boto/cloudformation/template.py
  27. boto/cloudfront/__init__.py
  28. boto/cloudfront/distribution.py
  29. boto/cloudfront/exception.py
  30. boto/cloudfront/identity.py
  31. boto/cloudfront/invalidation.py
  32. boto/cloudfront/logging.py
  33. boto/cloudfront/object.py
  34. boto/cloudfront/origin.py
  35. boto/cloudfront/signers.py
  36. boto/cloudhsm/__init__.py
  37. boto/cloudhsm/exceptions.py
  38. boto/cloudhsm/layer1.py
  39. boto/cloudsearch/__init__.py
  40. boto/cloudsearch/document.py
  41. boto/cloudsearch/domain.py
  42. boto/cloudsearch/layer1.py
  43. boto/cloudsearch/layer2.py
  44. boto/cloudsearch/optionstatus.py
  45. boto/cloudsearch/search.py
  46. boto/cloudsearch/sourceattribute.py
  47. boto/cloudsearch2/__init__.py
  48. boto/cloudsearch2/document.py
  49. boto/cloudsearch2/domain.py
  50. boto/cloudsearch2/exceptions.py
  51. boto/cloudsearch2/layer1.py
  52. boto/cloudsearch2/layer2.py
  53. boto/cloudsearch2/optionstatus.py
  54. boto/cloudsearch2/search.py
  55. boto/cloudsearchdomain/__init__.py
  56. boto/cloudsearchdomain/exceptions.py
  57. boto/cloudsearchdomain/layer1.py
  58. boto/cloudtrail/__init__.py
  59. boto/cloudtrail/exceptions.py
  60. boto/cloudtrail/layer1.py
  61. boto/codedeploy/__init__.py
  62. boto/codedeploy/exceptions.py
  63. boto/codedeploy/layer1.py
  64. boto/cognito/__init__.py
  65. boto/cognito/identity/__init__.py
  66. boto/cognito/identity/exceptions.py
  67. boto/cognito/identity/layer1.py
  68. boto/cognito/sync/__init__.py
  69. boto/cognito/sync/exceptions.py
  70. boto/cognito/sync/layer1.py
  71. boto/compat.py
  72. boto/configservice/__init__.py
  73. boto/configservice/exceptions.py
  74. boto/configservice/layer1.py
  75. boto/connection.py
  76. boto/contrib/__init__.py
  77. boto/contrib/ymlmessage.py
  78. boto/datapipeline/__init__.py
  79. boto/datapipeline/exceptions.py
  80. boto/datapipeline/layer1.py
  81. boto/directconnect/__init__.py
  82. boto/directconnect/exceptions.py
  83. boto/directconnect/layer1.py
  84. boto/dynamodb/__init__.py
  85. boto/dynamodb/batch.py
  86. boto/dynamodb/condition.py
  87. boto/dynamodb/exceptions.py
  88. boto/dynamodb/item.py
  89. boto/dynamodb/layer1.py
  90. boto/dynamodb/layer2.py
  91. boto/dynamodb/schema.py
  92. boto/dynamodb/table.py
  93. boto/dynamodb/types.py
  94. boto/dynamodb2/__init__.py
  95. boto/dynamodb2/exceptions.py
  96. boto/dynamodb2/fields.py
  97. boto/dynamodb2/items.py
  98. boto/dynamodb2/layer1.py
  99. boto/dynamodb2/results.py
  100. boto/dynamodb2/table.py
  101. boto/dynamodb2/types.py
  102. boto/ec2/__init__.py
  103. boto/ec2/address.py
  104. boto/ec2/attributes.py
  105. boto/ec2/autoscale/__init__.py
  106. boto/ec2/autoscale/activity.py
  107. boto/ec2/autoscale/group.py
  108. boto/ec2/autoscale/instance.py
  109. boto/ec2/autoscale/launchconfig.py
  110. boto/ec2/autoscale/limits.py
  111. boto/ec2/autoscale/policy.py
  112. boto/ec2/autoscale/request.py
  113. boto/ec2/autoscale/scheduled.py
  114. boto/ec2/autoscale/tag.py
  115. boto/ec2/blockdevicemapping.py
  116. boto/ec2/bundleinstance.py
  117. boto/ec2/buyreservation.py
  118. boto/ec2/cloudwatch/__init__.py
  119. boto/ec2/cloudwatch/alarm.py
  120. boto/ec2/cloudwatch/datapoint.py
  121. boto/ec2/cloudwatch/dimension.py
  122. boto/ec2/cloudwatch/listelement.py
  123. boto/ec2/cloudwatch/metric.py
  124. boto/ec2/connection.py
  125. boto/ec2/ec2object.py
  126. boto/ec2/elb/__init__.py
  127. boto/ec2/elb/attributes.py
  128. boto/ec2/elb/healthcheck.py
  129. boto/ec2/elb/instancestate.py
  130. boto/ec2/elb/listelement.py
  131. boto/ec2/elb/listener.py
  132. boto/ec2/elb/loadbalancer.py
  133. boto/ec2/elb/policies.py
  134. boto/ec2/elb/securitygroup.py
  135. boto/ec2/group.py
  136. boto/ec2/image.py
  137. boto/ec2/instance.py
  138. boto/ec2/instanceinfo.py
  139. boto/ec2/instancestatus.py
  140. boto/ec2/instancetype.py
  141. boto/ec2/keypair.py
  142. boto/ec2/launchspecification.py
  143. boto/ec2/networkinterface.py
  144. boto/ec2/placementgroup.py
  145. boto/ec2/regioninfo.py
  146. boto/ec2/reservedinstance.py
  147. boto/ec2/securitygroup.py
  148. boto/ec2/snapshot.py
  149. boto/ec2/spotdatafeedsubscription.py
  150. boto/ec2/spotinstancerequest.py
  151. boto/ec2/spotpricehistory.py
  152. boto/ec2/tag.py
  153. boto/ec2/volume.py
  154. boto/ec2/volumestatus.py
  155. boto/ec2/zone.py
  156. boto/ec2containerservice/__init__.py
  157. boto/ec2containerservice/exceptions.py
  158. boto/ec2containerservice/layer1.py
  159. boto/ecs/__init__.py
  160. boto/ecs/item.py
  161. boto/elasticache/__init__.py
  162. boto/elasticache/layer1.py
  163. boto/elastictranscoder/__init__.py
  164. boto/elastictranscoder/exceptions.py
  165. boto/elastictranscoder/layer1.py
  166. boto/emr/__init__.py
  167. boto/emr/bootstrap_action.py
  168. boto/emr/connection.py
  169. boto/emr/emrobject.py
  170. boto/emr/instance_group.py
  171. boto/emr/step.py
  172. boto/endpoints.py
  173. boto/exception.py
  174. boto/file/__init__.py
  175. boto/file/bucket.py
  176. boto/file/connection.py
  177. boto/file/key.py
  178. boto/file/simpleresultset.py
  179. boto/fps/__init__.py
  180. boto/fps/connection.py
  181. boto/fps/exception.py
  182. boto/fps/response.py
  183. boto/glacier/__init__.py
  184. boto/glacier/concurrent.py
  185. boto/glacier/exceptions.py
  186. boto/glacier/job.py
  187. boto/glacier/layer1.py
  188. boto/glacier/layer2.py
  189. boto/glacier/response.py
  190. boto/glacier/utils.py
  191. boto/glacier/vault.py
  192. boto/glacier/writer.py
  193. boto/gs/__init__.py
  194. boto/gs/acl.py
  195. boto/gs/bucket.py
  196. boto/gs/bucketlistresultset.py
  197. boto/gs/connection.py
  198. boto/gs/cors.py
  199. boto/gs/encryptionconfig.py
  200. boto/gs/key.py
  201. boto/gs/lifecycle.py
  202. boto/gs/resumable_upload_handler.py
  203. boto/gs/user.py
  204. boto/handler.py
  205. boto/https_connection.py
  206. boto/iam/__init__.py
  207. boto/iam/connection.py
  208. boto/iam/summarymap.py
  209. boto/jsonresponse.py
  210. boto/kinesis/__init__.py
  211. boto/kinesis/exceptions.py
  212. boto/kinesis/layer1.py
  213. boto/kms/__init__.py
  214. boto/kms/exceptions.py
  215. boto/kms/layer1.py
  216. boto/logs/__init__.py
  217. boto/logs/exceptions.py
  218. boto/logs/layer1.py
  219. boto/machinelearning/__init__.py
  220. boto/machinelearning/exceptions.py
  221. boto/machinelearning/layer1.py
  222. boto/manage/__init__.py
  223. boto/manage/cmdshell.py
  224. boto/manage/propget.py
  225. boto/manage/server.py
  226. boto/manage/task.py
  227. boto/manage/test_manage.py
  228. boto/manage/volume.py
  229. boto/mashups/__init__.py
  230. boto/mashups/interactive.py
  231. boto/mashups/iobject.py
  232. boto/mashups/order.py
  233. boto/mashups/server.py
  234. boto/mturk/__init__.py
  235. boto/mturk/connection.py
  236. boto/mturk/layoutparam.py
  237. boto/mturk/notification.py
  238. boto/mturk/price.py
  239. boto/mturk/qualification.py
  240. boto/mturk/question.py
  241. boto/mws/__init__.py
  242. boto/mws/connection.py
  243. boto/mws/exception.py
  244. boto/mws/response.py
  245. boto/opsworks/__init__.py
  246. boto/opsworks/exceptions.py
  247. boto/opsworks/layer1.py
  248. boto/plugin.py
  249. boto/provider.py
  250. boto/pyami/__init__.py
  251. boto/pyami/bootstrap.py
  252. boto/pyami/config.py
  253. boto/pyami/copybot.py
  254. boto/pyami/helloworld.py
  255. boto/pyami/installers/__init__.py
  256. boto/pyami/installers/ubuntu/__init__.py
  257. boto/pyami/installers/ubuntu/apache.py
  258. boto/pyami/installers/ubuntu/ebs.py
  259. boto/pyami/installers/ubuntu/installer.py
  260. boto/pyami/installers/ubuntu/mysql.py
  261. boto/pyami/installers/ubuntu/trac.py
  262. boto/pyami/launch_ami.py
  263. boto/pyami/scriptbase.py
  264. boto/pyami/startup.py
  265. boto/rds/__init__.py
  266. boto/rds/dbinstance.py
  267. boto/rds/dbsecuritygroup.py
  268. boto/rds/dbsnapshot.py
  269. boto/rds/dbsubnetgroup.py
  270. boto/rds/event.py
  271. boto/rds/logfile.py
  272. boto/rds/optiongroup.py
  273. boto/rds/parametergroup.py
  274. boto/rds/regioninfo.py
  275. boto/rds/statusinfo.py
  276. boto/rds/vpcsecuritygroupmembership.py
  277. boto/rds2/__init__.py
  278. boto/rds2/exceptions.py
  279. boto/rds2/layer1.py
  280. boto/redshift/__init__.py
  281. boto/redshift/exceptions.py
  282. boto/redshift/layer1.py
  283. boto/regioninfo.py
  284. boto/requestlog.py
  285. boto/resultset.py
  286. boto/roboto/__init__.py
  287. boto/roboto/awsqueryrequest.py
  288. boto/roboto/awsqueryservice.py
  289. boto/roboto/param.py
  290. boto/route53/__init__.py
  291. boto/route53/connection.py
  292. boto/route53/domains/__init__.py
  293. boto/route53/domains/exceptions.py
  294. boto/route53/domains/layer1.py
  295. boto/route53/exception.py
  296. boto/route53/healthcheck.py
  297. boto/route53/hostedzone.py
  298. boto/route53/record.py
  299. boto/route53/status.py
  300. boto/route53/zone.py
  301. boto/s3/__init__.py
  302. boto/s3/acl.py
  303. boto/s3/bucket.py
  304. boto/s3/bucketlistresultset.py
  305. boto/s3/bucketlogging.py
  306. boto/s3/connection.py
  307. boto/s3/cors.py
  308. boto/s3/deletemarker.py
  309. boto/s3/key.py
  310. boto/s3/keyfile.py
  311. boto/s3/lifecycle.py
  312. boto/s3/multidelete.py
  313. boto/s3/multipart.py
  314. boto/s3/prefix.py
  315. boto/s3/resumable_download_handler.py
  316. boto/s3/tagging.py
  317. boto/s3/user.py
  318. boto/s3/website.py
  319. boto/sdb/__init__.py
  320. boto/sdb/connection.py
  321. boto/sdb/db/__init__.py
  322. boto/sdb/db/blob.py
  323. boto/sdb/db/key.py
  324. boto/sdb/db/manager/__init__.py
  325. boto/sdb/db/manager/sdbmanager.py
  326. boto/sdb/db/manager/xmlmanager.py
  327. boto/sdb/db/model.py
  328. boto/sdb/db/property.py
  329. boto/sdb/db/query.py
  330. boto/sdb/db/sequence.py
  331. boto/sdb/db/test_db.py
  332. boto/sdb/domain.py
  333. boto/sdb/item.py
  334. boto/sdb/queryresultset.py
  335. boto/sdb/regioninfo.py
  336. boto/services/__init__.py
  337. boto/services/bs.py
  338. boto/services/message.py
  339. boto/services/result.py
  340. boto/services/service.py
  341. boto/services/servicedef.py
  342. boto/services/sonofmmm.py
  343. boto/services/submit.py
  344. boto/ses/__init__.py
  345. boto/ses/connection.py
  346. boto/ses/exceptions.py
  347. boto/sns/__init__.py
  348. boto/sns/connection.py
  349. boto/sqs/__init__.py
  350. boto/sqs/attributes.py
  351. boto/sqs/batchresults.py
  352. boto/sqs/bigmessage.py
  353. boto/sqs/connection.py
  354. boto/sqs/jsonmessage.py
  355. boto/sqs/message.py
  356. boto/sqs/messageattributes.py
  357. boto/sqs/queue.py
  358. boto/sqs/regioninfo.py
  359. boto/storage_uri.py
  360. boto/sts/__init__.py
  361. boto/sts/connection.py
  362. boto/sts/credentials.py
  363. boto/support/__init__.py
  364. boto/support/exceptions.py
  365. boto/support/layer1.py
  366. boto/swf/__init__.py
  367. boto/swf/exceptions.py
  368. boto/swf/layer1.py
  369. boto/swf/layer1_decisions.py
  370. boto/swf/layer2.py
  371. boto/utils.py
  372. boto/vendored/__init__.py
  373. boto/vendored/regions/__init__.py
  374. boto/vendored/regions/exceptions.py
  375. boto/vendored/regions/regions.py
  376. boto/vendored/six.py
  377. boto/vpc/__init__.py
  378. boto/vpc/customergateway.py
  379. boto/vpc/dhcpoptions.py
  380. boto/vpc/internetgateway.py
  381. boto/vpc/networkacl.py
  382. boto/vpc/routetable.py
  383. boto/vpc/subnet.py
  384. boto/vpc/vpc.py
  385. boto/vpc/vpc_peering_connection.py
  386. boto/vpc/vpnconnection.py
  387. boto/vpc/vpngateway.py
  388. )
  389. RESOURCE_FILES(
  390. PREFIX contrib/python/boto/py2/
  391. .dist-info/METADATA
  392. .dist-info/top_level.txt
  393. boto/cacerts/cacerts.txt
  394. boto/endpoints.json
  395. boto/file/README
  396. boto/pyami/copybot.cfg
  397. boto/services/sonofmmm.cfg
  398. )
  399. END()