ya.make 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(3.1.12)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/Jinja2
  7. contrib/python/MarkupSafe
  8. contrib/python/PyYAML
  9. contrib/python/Werkzeug
  10. contrib/python/boto3
  11. contrib/python/botocore
  12. contrib/python/cryptography
  13. contrib/python/python-dateutil
  14. contrib/python/pytz
  15. contrib/python/requests
  16. contrib/python/responses
  17. contrib/python/xmltodict
  18. )
  19. NO_LINT()
  20. NO_CHECK_IMPORTS(
  21. moto.apigateway.*
  22. moto.awslambda.*
  23. moto.backends
  24. moto.batch.*
  25. moto.cloudformation.*
  26. moto.cognitoidp.*
  27. moto.dynamodb2.*
  28. moto.ecs.*
  29. moto.emr.*
  30. moto.glue.*
  31. moto.iot.*
  32. moto.iotdata.*
  33. moto.moto_server.*
  34. moto.rds.*
  35. moto.rds2.*
  36. moto.resourcegroupstaggingapi.*
  37. moto.server
  38. moto.sns.*
  39. moto.ssm.*
  40. moto.utilities.docker_utilities
  41. moto.xray.*
  42. )
  43. PY_SRCS(
  44. TOP_LEVEL
  45. moto/__init__.py
  46. moto/acm/__init__.py
  47. moto/acm/models.py
  48. moto/acm/responses.py
  49. moto/acm/urls.py
  50. moto/acm/utils.py
  51. moto/apigateway/__init__.py
  52. moto/apigateway/exceptions.py
  53. moto/apigateway/integration_parsers/__init__.py
  54. moto/apigateway/integration_parsers/aws_parser.py
  55. moto/apigateway/integration_parsers/http_parser.py
  56. moto/apigateway/integration_parsers/unknown_parser.py
  57. moto/apigateway/models.py
  58. moto/apigateway/responses.py
  59. moto/apigateway/urls.py
  60. moto/apigateway/utils.py
  61. moto/apigatewayv2/__init__.py
  62. moto/apigatewayv2/exceptions.py
  63. moto/apigatewayv2/models.py
  64. moto/apigatewayv2/responses.py
  65. moto/apigatewayv2/urls.py
  66. moto/applicationautoscaling/__init__.py
  67. moto/applicationautoscaling/exceptions.py
  68. moto/applicationautoscaling/models.py
  69. moto/applicationautoscaling/responses.py
  70. moto/applicationautoscaling/urls.py
  71. moto/applicationautoscaling/utils.py
  72. moto/appsync/__init__.py
  73. moto/appsync/exceptions.py
  74. moto/appsync/models.py
  75. moto/appsync/responses.py
  76. moto/appsync/urls.py
  77. moto/athena/__init__.py
  78. moto/athena/exceptions.py
  79. moto/athena/models.py
  80. moto/athena/responses.py
  81. moto/athena/urls.py
  82. moto/athena/utils.py
  83. moto/autoscaling/__init__.py
  84. moto/autoscaling/exceptions.py
  85. moto/autoscaling/models.py
  86. moto/autoscaling/responses.py
  87. moto/autoscaling/urls.py
  88. moto/awslambda/__init__.py
  89. moto/awslambda/exceptions.py
  90. moto/awslambda/models.py
  91. moto/awslambda/policy.py
  92. moto/awslambda/responses.py
  93. moto/awslambda/urls.py
  94. moto/awslambda/utils.py
  95. moto/backend_index.py
  96. moto/backends.py
  97. moto/batch/__init__.py
  98. moto/batch/exceptions.py
  99. moto/batch/models.py
  100. moto/batch/responses.py
  101. moto/batch/urls.py
  102. moto/batch/utils.py
  103. moto/batch_simple/__init__.py
  104. moto/batch_simple/models.py
  105. moto/batch_simple/responses.py
  106. moto/batch_simple/urls.py
  107. moto/budgets/__init__.py
  108. moto/budgets/exceptions.py
  109. moto/budgets/models.py
  110. moto/budgets/responses.py
  111. moto/budgets/urls.py
  112. moto/cloudformation/__init__.py
  113. moto/cloudformation/custom_model.py
  114. moto/cloudformation/exceptions.py
  115. moto/cloudformation/models.py
  116. moto/cloudformation/parsing.py
  117. moto/cloudformation/responses.py
  118. moto/cloudformation/urls.py
  119. moto/cloudformation/utils.py
  120. moto/cloudfront/__init__.py
  121. moto/cloudfront/exceptions.py
  122. moto/cloudfront/models.py
  123. moto/cloudfront/responses.py
  124. moto/cloudfront/urls.py
  125. moto/cloudtrail/__init__.py
  126. moto/cloudtrail/exceptions.py
  127. moto/cloudtrail/models.py
  128. moto/cloudtrail/responses.py
  129. moto/cloudtrail/urls.py
  130. moto/cloudwatch/__init__.py
  131. moto/cloudwatch/exceptions.py
  132. moto/cloudwatch/models.py
  133. moto/cloudwatch/responses.py
  134. moto/cloudwatch/urls.py
  135. moto/cloudwatch/utils.py
  136. moto/codecommit/__init__.py
  137. moto/codecommit/exceptions.py
  138. moto/codecommit/models.py
  139. moto/codecommit/responses.py
  140. moto/codecommit/urls.py
  141. moto/codepipeline/__init__.py
  142. moto/codepipeline/exceptions.py
  143. moto/codepipeline/models.py
  144. moto/codepipeline/responses.py
  145. moto/codepipeline/urls.py
  146. moto/cognitoidentity/__init__.py
  147. moto/cognitoidentity/exceptions.py
  148. moto/cognitoidentity/models.py
  149. moto/cognitoidentity/responses.py
  150. moto/cognitoidentity/urls.py
  151. moto/cognitoidentity/utils.py
  152. moto/cognitoidp/__init__.py
  153. moto/cognitoidp/exceptions.py
  154. moto/cognitoidp/models.py
  155. moto/cognitoidp/responses.py
  156. moto/cognitoidp/urls.py
  157. moto/cognitoidp/utils.py
  158. moto/config/__init__.py
  159. moto/config/exceptions.py
  160. moto/config/models.py
  161. moto/config/responses.py
  162. moto/config/urls.py
  163. moto/core/__init__.py
  164. moto/core/base_backend.py
  165. moto/core/botocore_stubber.py
  166. moto/core/common_models.py
  167. moto/core/custom_responses_mock.py
  168. moto/core/exceptions.py
  169. moto/core/models.py
  170. moto/core/responses.py
  171. moto/core/responses_custom_registry.py
  172. moto/core/utils.py
  173. moto/databrew/__init__.py
  174. moto/databrew/exceptions.py
  175. moto/databrew/models.py
  176. moto/databrew/responses.py
  177. moto/databrew/urls.py
  178. moto/datapipeline/__init__.py
  179. moto/datapipeline/models.py
  180. moto/datapipeline/responses.py
  181. moto/datapipeline/urls.py
  182. moto/datapipeline/utils.py
  183. moto/datasync/__init__.py
  184. moto/datasync/exceptions.py
  185. moto/datasync/models.py
  186. moto/datasync/responses.py
  187. moto/datasync/urls.py
  188. moto/dax/__init__.py
  189. moto/dax/exceptions.py
  190. moto/dax/models.py
  191. moto/dax/responses.py
  192. moto/dax/urls.py
  193. moto/dax/utils.py
  194. moto/dms/__init__.py
  195. moto/dms/exceptions.py
  196. moto/dms/models.py
  197. moto/dms/responses.py
  198. moto/dms/urls.py
  199. moto/dms/utils.py
  200. moto/ds/__init__.py
  201. moto/ds/exceptions.py
  202. moto/ds/models.py
  203. moto/ds/responses.py
  204. moto/ds/urls.py
  205. moto/ds/utils.py
  206. moto/ds/validations.py
  207. moto/dynamodb/__init__.py
  208. moto/dynamodb/comparisons.py
  209. moto/dynamodb/exceptions.py
  210. moto/dynamodb/limits.py
  211. moto/dynamodb/models/__init__.py
  212. moto/dynamodb/models/dynamo_type.py
  213. moto/dynamodb/models/utilities.py
  214. moto/dynamodb/parsing/__init__.py
  215. moto/dynamodb/parsing/ast_nodes.py
  216. moto/dynamodb/parsing/executors.py
  217. moto/dynamodb/parsing/expressions.py
  218. moto/dynamodb/parsing/reserved_keywords.py
  219. moto/dynamodb/parsing/tokens.py
  220. moto/dynamodb/parsing/validators.py
  221. moto/dynamodb/responses.py
  222. moto/dynamodb/urls.py
  223. moto/dynamodb_v20111205/__init__.py
  224. moto/dynamodb_v20111205/comparisons.py
  225. moto/dynamodb_v20111205/models.py
  226. moto/dynamodb_v20111205/responses.py
  227. moto/dynamodb_v20111205/urls.py
  228. moto/dynamodbstreams/__init__.py
  229. moto/dynamodbstreams/models.py
  230. moto/dynamodbstreams/responses.py
  231. moto/dynamodbstreams/urls.py
  232. moto/ebs/__init__.py
  233. moto/ebs/models.py
  234. moto/ebs/responses.py
  235. moto/ebs/urls.py
  236. moto/ec2/__init__.py
  237. moto/ec2/exceptions.py
  238. moto/ec2/models/__init__.py
  239. moto/ec2/models/amis.py
  240. moto/ec2/models/availability_zones_and_regions.py
  241. moto/ec2/models/carrier_gateways.py
  242. moto/ec2/models/core.py
  243. moto/ec2/models/customer_gateways.py
  244. moto/ec2/models/dhcp_options.py
  245. moto/ec2/models/elastic_block_store.py
  246. moto/ec2/models/elastic_ip_addresses.py
  247. moto/ec2/models/elastic_network_interfaces.py
  248. moto/ec2/models/flow_logs.py
  249. moto/ec2/models/iam_instance_profile.py
  250. moto/ec2/models/instance_types.py
  251. moto/ec2/models/instances.py
  252. moto/ec2/models/internet_gateways.py
  253. moto/ec2/models/key_pairs.py
  254. moto/ec2/models/launch_templates.py
  255. moto/ec2/models/managed_prefixes.py
  256. moto/ec2/models/nat_gateways.py
  257. moto/ec2/models/network_acls.py
  258. moto/ec2/models/route_tables.py
  259. moto/ec2/models/security_groups.py
  260. moto/ec2/models/spot_requests.py
  261. moto/ec2/models/subnets.py
  262. moto/ec2/models/tags.py
  263. moto/ec2/models/transit_gateway.py
  264. moto/ec2/models/transit_gateway_attachments.py
  265. moto/ec2/models/transit_gateway_route_tables.py
  266. moto/ec2/models/vpc_peering_connections.py
  267. moto/ec2/models/vpc_service_configuration.py
  268. moto/ec2/models/vpcs.py
  269. moto/ec2/models/vpn_connections.py
  270. moto/ec2/models/vpn_gateway.py
  271. moto/ec2/regions.py
  272. moto/ec2/responses/__init__.py
  273. moto/ec2/responses/_base_response.py
  274. moto/ec2/responses/account_attributes.py
  275. moto/ec2/responses/amazon_dev_pay.py
  276. moto/ec2/responses/amis.py
  277. moto/ec2/responses/availability_zones_and_regions.py
  278. moto/ec2/responses/carrier_gateways.py
  279. moto/ec2/responses/customer_gateways.py
  280. moto/ec2/responses/dhcp_options.py
  281. moto/ec2/responses/egress_only_internet_gateways.py
  282. moto/ec2/responses/elastic_block_store.py
  283. moto/ec2/responses/elastic_ip_addresses.py
  284. moto/ec2/responses/elastic_network_interfaces.py
  285. moto/ec2/responses/flow_logs.py
  286. moto/ec2/responses/general.py
  287. moto/ec2/responses/iam_instance_profiles.py
  288. moto/ec2/responses/instances.py
  289. moto/ec2/responses/internet_gateways.py
  290. moto/ec2/responses/ip_addresses.py
  291. moto/ec2/responses/key_pairs.py
  292. moto/ec2/responses/launch_templates.py
  293. moto/ec2/responses/monitoring.py
  294. moto/ec2/responses/nat_gateways.py
  295. moto/ec2/responses/network_acls.py
  296. moto/ec2/responses/placement_groups.py
  297. moto/ec2/responses/reserved_instances.py
  298. moto/ec2/responses/route_tables.py
  299. moto/ec2/responses/security_groups.py
  300. moto/ec2/responses/settings.py
  301. moto/ec2/responses/spot_fleets.py
  302. moto/ec2/responses/spot_instances.py
  303. moto/ec2/responses/subnets.py
  304. moto/ec2/responses/tags.py
  305. moto/ec2/responses/transit_gateway_attachments.py
  306. moto/ec2/responses/transit_gateway_route_tables.py
  307. moto/ec2/responses/transit_gateways.py
  308. moto/ec2/responses/virtual_private_gateways.py
  309. moto/ec2/responses/vm_export.py
  310. moto/ec2/responses/vm_import.py
  311. moto/ec2/responses/vpc_peering_connections.py
  312. moto/ec2/responses/vpc_service_configuration.py
  313. moto/ec2/responses/vpcs.py
  314. moto/ec2/responses/vpn_connections.py
  315. moto/ec2/responses/windows.py
  316. moto/ec2/urls.py
  317. moto/ec2/utils.py
  318. moto/ec2instanceconnect/__init__.py
  319. moto/ec2instanceconnect/models.py
  320. moto/ec2instanceconnect/responses.py
  321. moto/ec2instanceconnect/urls.py
  322. moto/ecr/__init__.py
  323. moto/ecr/exceptions.py
  324. moto/ecr/models.py
  325. moto/ecr/policy_validation.py
  326. moto/ecr/responses.py
  327. moto/ecr/urls.py
  328. moto/ecs/__init__.py
  329. moto/ecs/exceptions.py
  330. moto/ecs/models.py
  331. moto/ecs/responses.py
  332. moto/ecs/urls.py
  333. moto/efs/__init__.py
  334. moto/efs/exceptions.py
  335. moto/efs/models.py
  336. moto/efs/responses.py
  337. moto/efs/urls.py
  338. moto/eks/__init__.py
  339. moto/eks/exceptions.py
  340. moto/eks/models.py
  341. moto/eks/responses.py
  342. moto/eks/urls.py
  343. moto/eks/utils.py
  344. moto/elasticache/__init__.py
  345. moto/elasticache/exceptions.py
  346. moto/elasticache/models.py
  347. moto/elasticache/responses.py
  348. moto/elasticache/urls.py
  349. moto/elasticbeanstalk/__init__.py
  350. moto/elasticbeanstalk/exceptions.py
  351. moto/elasticbeanstalk/models.py
  352. moto/elasticbeanstalk/responses.py
  353. moto/elasticbeanstalk/urls.py
  354. moto/elasticbeanstalk/utils.py
  355. moto/elastictranscoder/__init__.py
  356. moto/elastictranscoder/models.py
  357. moto/elastictranscoder/responses.py
  358. moto/elastictranscoder/urls.py
  359. moto/elb/__init__.py
  360. moto/elb/exceptions.py
  361. moto/elb/models.py
  362. moto/elb/policies.py
  363. moto/elb/responses.py
  364. moto/elb/urls.py
  365. moto/elbv2/__init__.py
  366. moto/elbv2/exceptions.py
  367. moto/elbv2/models.py
  368. moto/elbv2/responses.py
  369. moto/elbv2/urls.py
  370. moto/elbv2/utils.py
  371. moto/emr/__init__.py
  372. moto/emr/exceptions.py
  373. moto/emr/models.py
  374. moto/emr/responses.py
  375. moto/emr/urls.py
  376. moto/emr/utils.py
  377. moto/emrcontainers/__init__.py
  378. moto/emrcontainers/exceptions.py
  379. moto/emrcontainers/models.py
  380. moto/emrcontainers/responses.py
  381. moto/emrcontainers/urls.py
  382. moto/emrcontainers/utils.py
  383. moto/es/__init__.py
  384. moto/es/exceptions.py
  385. moto/es/models.py
  386. moto/es/responses.py
  387. moto/es/urls.py
  388. moto/events/__init__.py
  389. moto/events/exceptions.py
  390. moto/events/models.py
  391. moto/events/notifications.py
  392. moto/events/responses.py
  393. moto/events/urls.py
  394. moto/events/utils.py
  395. moto/firehose/__init__.py
  396. moto/firehose/exceptions.py
  397. moto/firehose/models.py
  398. moto/firehose/responses.py
  399. moto/firehose/urls.py
  400. moto/forecast/__init__.py
  401. moto/forecast/exceptions.py
  402. moto/forecast/models.py
  403. moto/forecast/responses.py
  404. moto/forecast/urls.py
  405. moto/glacier/__init__.py
  406. moto/glacier/models.py
  407. moto/glacier/responses.py
  408. moto/glacier/urls.py
  409. moto/glacier/utils.py
  410. moto/glue/__init__.py
  411. moto/glue/exceptions.py
  412. moto/glue/models.py
  413. moto/glue/responses.py
  414. moto/glue/urls.py
  415. moto/glue/utils.py
  416. moto/greengrass/__init__.py
  417. moto/greengrass/models.py
  418. moto/greengrass/responses.py
  419. moto/greengrass/urls.py
  420. moto/guardduty/__init__.py
  421. moto/guardduty/exceptions.py
  422. moto/guardduty/models.py
  423. moto/guardduty/responses.py
  424. moto/guardduty/urls.py
  425. moto/iam/__init__.py
  426. moto/iam/access_control.py
  427. moto/iam/aws_managed_policies.py
  428. moto/iam/config.py
  429. moto/iam/exceptions.py
  430. moto/iam/models.py
  431. moto/iam/policy_validation.py
  432. moto/iam/responses.py
  433. moto/iam/urls.py
  434. moto/iam/utils.py
  435. moto/instance_metadata/__init__.py
  436. moto/instance_metadata/models.py
  437. moto/instance_metadata/responses.py
  438. moto/instance_metadata/urls.py
  439. moto/iot/__init__.py
  440. moto/iot/exceptions.py
  441. moto/iot/models.py
  442. moto/iot/responses.py
  443. moto/iot/urls.py
  444. moto/iot/utils.py
  445. moto/iotdata/__init__.py
  446. moto/iotdata/exceptions.py
  447. moto/iotdata/models.py
  448. moto/iotdata/responses.py
  449. moto/iotdata/urls.py
  450. moto/kinesis/__init__.py
  451. moto/kinesis/exceptions.py
  452. moto/kinesis/models.py
  453. moto/kinesis/responses.py
  454. moto/kinesis/urls.py
  455. moto/kinesis/utils.py
  456. moto/kinesisvideo/__init__.py
  457. moto/kinesisvideo/exceptions.py
  458. moto/kinesisvideo/models.py
  459. moto/kinesisvideo/responses.py
  460. moto/kinesisvideo/urls.py
  461. moto/kinesisvideoarchivedmedia/__init__.py
  462. moto/kinesisvideoarchivedmedia/exceptions.py
  463. moto/kinesisvideoarchivedmedia/models.py
  464. moto/kinesisvideoarchivedmedia/responses.py
  465. moto/kinesisvideoarchivedmedia/urls.py
  466. moto/kms/__init__.py
  467. moto/kms/exceptions.py
  468. moto/kms/models.py
  469. moto/kms/responses.py
  470. moto/kms/urls.py
  471. moto/kms/utils.py
  472. moto/logs/__init__.py
  473. moto/logs/exceptions.py
  474. moto/logs/metric_filters.py
  475. moto/logs/models.py
  476. moto/logs/responses.py
  477. moto/logs/urls.py
  478. moto/logs/utils.py
  479. moto/managedblockchain/__init__.py
  480. moto/managedblockchain/exceptions.py
  481. moto/managedblockchain/models.py
  482. moto/managedblockchain/responses.py
  483. moto/managedblockchain/urls.py
  484. moto/managedblockchain/utils.py
  485. moto/mediaconnect/__init__.py
  486. moto/mediaconnect/exceptions.py
  487. moto/mediaconnect/models.py
  488. moto/mediaconnect/responses.py
  489. moto/mediaconnect/urls.py
  490. moto/medialive/__init__.py
  491. moto/medialive/exceptions.py
  492. moto/medialive/models.py
  493. moto/medialive/responses.py
  494. moto/medialive/urls.py
  495. moto/mediapackage/__init__.py
  496. moto/mediapackage/exceptions.py
  497. moto/mediapackage/models.py
  498. moto/mediapackage/responses.py
  499. moto/mediapackage/urls.py
  500. moto/mediastore/__init__.py
  501. moto/mediastore/exceptions.py
  502. moto/mediastore/models.py
  503. moto/mediastore/responses.py
  504. moto/mediastore/urls.py
  505. moto/mediastoredata/__init__.py
  506. moto/mediastoredata/exceptions.py
  507. moto/mediastoredata/models.py
  508. moto/mediastoredata/responses.py
  509. moto/mediastoredata/urls.py
  510. moto/moto_api/__init__.py
  511. moto/moto_api/_internal/__init__.py
  512. moto/moto_api/_internal/managed_state_model.py
  513. moto/moto_api/_internal/models.py
  514. moto/moto_api/_internal/responses.py
  515. moto/moto_api/_internal/state_manager.py
  516. moto/moto_api/_internal/urls.py
  517. moto/moto_server/threaded_moto_server.py
  518. moto/moto_server/utilities.py
  519. moto/moto_server/werkzeug_app.py
  520. moto/mq/__init__.py
  521. moto/mq/configuration.py
  522. moto/mq/exceptions.py
  523. moto/mq/models.py
  524. moto/mq/responses.py
  525. moto/mq/urls.py
  526. moto/opsworks/__init__.py
  527. moto/opsworks/exceptions.py
  528. moto/opsworks/models.py
  529. moto/opsworks/responses.py
  530. moto/opsworks/urls.py
  531. moto/organizations/__init__.py
  532. moto/organizations/exceptions.py
  533. moto/organizations/models.py
  534. moto/organizations/responses.py
  535. moto/organizations/urls.py
  536. moto/organizations/utils.py
  537. moto/packages/__init__.py
  538. moto/packages/boto/__init__.py
  539. moto/packages/boto/ec2/__init__.py
  540. moto/packages/boto/ec2/blockdevicemapping.py
  541. moto/packages/boto/ec2/ec2object.py
  542. moto/packages/boto/ec2/image.py
  543. moto/packages/boto/ec2/instance.py
  544. moto/packages/boto/ec2/instancetype.py
  545. moto/packages/boto/ec2/launchspecification.py
  546. moto/packages/boto/ec2/spotinstancerequest.py
  547. moto/packages/boto/ec2/tag.py
  548. moto/packages/cfnresponse/__init__.py
  549. moto/packages/cfnresponse/cfnresponse.py
  550. moto/pinpoint/__init__.py
  551. moto/pinpoint/exceptions.py
  552. moto/pinpoint/models.py
  553. moto/pinpoint/responses.py
  554. moto/pinpoint/urls.py
  555. moto/polly/__init__.py
  556. moto/polly/models.py
  557. moto/polly/resources.py
  558. moto/polly/responses.py
  559. moto/polly/urls.py
  560. moto/polly/utils.py
  561. moto/quicksight/__init__.py
  562. moto/quicksight/exceptions.py
  563. moto/quicksight/models.py
  564. moto/quicksight/responses.py
  565. moto/quicksight/urls.py
  566. moto/ram/__init__.py
  567. moto/ram/exceptions.py
  568. moto/ram/models.py
  569. moto/ram/responses.py
  570. moto/ram/urls.py
  571. moto/rds/__init__.py
  572. moto/rds/exceptions.py
  573. moto/rds/models.py
  574. moto/rds/responses.py
  575. moto/rds/urls.py
  576. moto/rds/utils.py
  577. moto/redshift/__init__.py
  578. moto/redshift/exceptions.py
  579. moto/redshift/models.py
  580. moto/redshift/responses.py
  581. moto/redshift/urls.py
  582. moto/redshift/utils.py
  583. moto/redshiftdata/__init__.py
  584. moto/redshiftdata/exceptions.py
  585. moto/redshiftdata/models.py
  586. moto/redshiftdata/responses.py
  587. moto/redshiftdata/urls.py
  588. moto/rekognition/__init__.py
  589. moto/rekognition/exceptions.py
  590. moto/rekognition/models.py
  591. moto/rekognition/responses.py
  592. moto/rekognition/urls.py
  593. moto/resourcegroups/__init__.py
  594. moto/resourcegroups/exceptions.py
  595. moto/resourcegroups/models.py
  596. moto/resourcegroups/responses.py
  597. moto/resourcegroups/urls.py
  598. moto/resourcegroupstaggingapi/__init__.py
  599. moto/resourcegroupstaggingapi/models.py
  600. moto/resourcegroupstaggingapi/responses.py
  601. moto/resourcegroupstaggingapi/urls.py
  602. moto/route53/__init__.py
  603. moto/route53/exceptions.py
  604. moto/route53/models.py
  605. moto/route53/responses.py
  606. moto/route53/urls.py
  607. moto/route53/utils.py
  608. moto/route53resolver/__init__.py
  609. moto/route53resolver/exceptions.py
  610. moto/route53resolver/models.py
  611. moto/route53resolver/responses.py
  612. moto/route53resolver/urls.py
  613. moto/route53resolver/utils.py
  614. moto/route53resolver/validations.py
  615. moto/s3/__init__.py
  616. moto/s3/cloud_formation.py
  617. moto/s3/config.py
  618. moto/s3/exceptions.py
  619. moto/s3/models.py
  620. moto/s3/notifications.py
  621. moto/s3/responses.py
  622. moto/s3/urls.py
  623. moto/s3/utils.py
  624. moto/s3bucket_path/__init__.py
  625. moto/s3bucket_path/utils.py
  626. moto/s3control/__init__.py
  627. moto/s3control/config.py
  628. moto/s3control/exceptions.py
  629. moto/s3control/models.py
  630. moto/s3control/responses.py
  631. moto/s3control/urls.py
  632. moto/sagemaker/__init__.py
  633. moto/sagemaker/exceptions.py
  634. moto/sagemaker/models.py
  635. moto/sagemaker/responses.py
  636. moto/sagemaker/urls.py
  637. moto/sagemaker/validators.py
  638. moto/sdb/__init__.py
  639. moto/sdb/exceptions.py
  640. moto/sdb/models.py
  641. moto/sdb/responses.py
  642. moto/sdb/urls.py
  643. moto/secretsmanager/__init__.py
  644. moto/secretsmanager/exceptions.py
  645. moto/secretsmanager/list_secrets/__init__.py
  646. moto/secretsmanager/list_secrets/filters.py
  647. moto/secretsmanager/models.py
  648. moto/secretsmanager/responses.py
  649. moto/secretsmanager/urls.py
  650. moto/secretsmanager/utils.py
  651. moto/server.py
  652. moto/servicediscovery/__init__.py
  653. moto/servicediscovery/exceptions.py
  654. moto/servicediscovery/models.py
  655. moto/servicediscovery/responses.py
  656. moto/servicediscovery/urls.py
  657. moto/ses/__init__.py
  658. moto/ses/exceptions.py
  659. moto/ses/feedback.py
  660. moto/ses/models.py
  661. moto/ses/responses.py
  662. moto/ses/urls.py
  663. moto/ses/utils.py
  664. moto/settings.py
  665. moto/sns/__init__.py
  666. moto/sns/exceptions.py
  667. moto/sns/models.py
  668. moto/sns/responses.py
  669. moto/sns/urls.py
  670. moto/sns/utils.py
  671. moto/sqs/__init__.py
  672. moto/sqs/exceptions.py
  673. moto/sqs/models.py
  674. moto/sqs/responses.py
  675. moto/sqs/urls.py
  676. moto/sqs/utils.py
  677. moto/ssm/__init__.py
  678. moto/ssm/exceptions.py
  679. moto/ssm/models.py
  680. moto/ssm/responses.py
  681. moto/ssm/urls.py
  682. moto/ssm/utils.py
  683. moto/ssoadmin/__init__.py
  684. moto/ssoadmin/exceptions.py
  685. moto/ssoadmin/models.py
  686. moto/ssoadmin/responses.py
  687. moto/ssoadmin/urls.py
  688. moto/stepfunctions/__init__.py
  689. moto/stepfunctions/exceptions.py
  690. moto/stepfunctions/models.py
  691. moto/stepfunctions/responses.py
  692. moto/stepfunctions/urls.py
  693. moto/stepfunctions/utils.py
  694. moto/sts/__init__.py
  695. moto/sts/exceptions.py
  696. moto/sts/models.py
  697. moto/sts/responses.py
  698. moto/sts/urls.py
  699. moto/sts/utils.py
  700. moto/support/__init__.py
  701. moto/support/exceptions.py
  702. moto/support/models.py
  703. moto/support/responses.py
  704. moto/support/urls.py
  705. moto/swf/__init__.py
  706. moto/swf/constants.py
  707. moto/swf/exceptions.py
  708. moto/swf/models/__init__.py
  709. moto/swf/models/activity_task.py
  710. moto/swf/models/activity_type.py
  711. moto/swf/models/decision_task.py
  712. moto/swf/models/domain.py
  713. moto/swf/models/generic_type.py
  714. moto/swf/models/history_event.py
  715. moto/swf/models/timeout.py
  716. moto/swf/models/timer.py
  717. moto/swf/models/workflow_execution.py
  718. moto/swf/models/workflow_type.py
  719. moto/swf/responses.py
  720. moto/swf/urls.py
  721. moto/swf/utils.py
  722. moto/textract/__init__.py
  723. moto/textract/exceptions.py
  724. moto/textract/models.py
  725. moto/textract/responses.py
  726. moto/textract/urls.py
  727. moto/timestreamwrite/__init__.py
  728. moto/timestreamwrite/exceptions.py
  729. moto/timestreamwrite/models.py
  730. moto/timestreamwrite/responses.py
  731. moto/timestreamwrite/urls.py
  732. moto/transcribe/__init__.py
  733. moto/transcribe/exceptions.py
  734. moto/transcribe/models.py
  735. moto/transcribe/responses.py
  736. moto/transcribe/urls.py
  737. moto/utilities/__init__.py
  738. moto/utilities/distutils_version.py
  739. moto/utilities/docker_utilities.py
  740. moto/utilities/paginator.py
  741. moto/utilities/tagging_service.py
  742. moto/utilities/utils.py
  743. moto/wafv2/__init__.py
  744. moto/wafv2/exceptions.py
  745. moto/wafv2/models.py
  746. moto/wafv2/responses.py
  747. moto/wafv2/urls.py
  748. moto/wafv2/utils.py
  749. moto/xray/__init__.py
  750. moto/xray/exceptions.py
  751. moto/xray/mock_client.py
  752. moto/xray/models.py
  753. moto/xray/responses.py
  754. moto/xray/urls.py
  755. )
  756. RESOURCE_FILES(
  757. PREFIX contrib/python/moto/py3/
  758. .dist-info/METADATA
  759. .dist-info/entry_points.txt
  760. .dist-info/top_level.txt
  761. moto/cognitoidp/resources/jwks-private.json
  762. moto/cognitoidp/resources/jwks-public.json
  763. moto/config/resources/aws_managed_rules.json
  764. moto/dynamodb/parsing/reserved_keywords.txt
  765. moto/ec2/resources/amis.json
  766. moto/ec2/resources/instance_type_offerings/availability-zone-id/af-south-1.json
  767. moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-east-1.json
  768. moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-1.json
  769. moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-2.json
  770. moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-3.json
  771. moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-south-1.json
  772. moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-1.json
  773. moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-2.json
  774. moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-central-1.json
  775. moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-1.json
  776. moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-north-1.json
  777. moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-1.json
  778. moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-1.json
  779. moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-2.json
  780. moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-3.json
  781. moto/ec2/resources/instance_type_offerings/availability-zone-id/me-south-1.json
  782. moto/ec2/resources/instance_type_offerings/availability-zone-id/sa-east-1.json
  783. moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-1.json
  784. moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-2.json
  785. moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-1.json
  786. moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-2.json
  787. moto/ec2/resources/instance_type_offerings/availability-zone/af-south-1.json
  788. moto/ec2/resources/instance_type_offerings/availability-zone/ap-east-1.json
  789. moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-1.json
  790. moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-2.json
  791. moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-3.json
  792. moto/ec2/resources/instance_type_offerings/availability-zone/ap-south-1.json
  793. moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-1.json
  794. moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-2.json
  795. moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-3.json
  796. moto/ec2/resources/instance_type_offerings/availability-zone/ca-central-1.json
  797. moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-1.json
  798. moto/ec2/resources/instance_type_offerings/availability-zone/eu-north-1.json
  799. moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-1.json
  800. moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-1.json
  801. moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-2.json
  802. moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-3.json
  803. moto/ec2/resources/instance_type_offerings/availability-zone/me-south-1.json
  804. moto/ec2/resources/instance_type_offerings/availability-zone/sa-east-1.json
  805. moto/ec2/resources/instance_type_offerings/availability-zone/us-east-1.json
  806. moto/ec2/resources/instance_type_offerings/availability-zone/us-east-2.json
  807. moto/ec2/resources/instance_type_offerings/availability-zone/us-west-1.json
  808. moto/ec2/resources/instance_type_offerings/availability-zone/us-west-2.json
  809. moto/ec2/resources/instance_type_offerings/region/af-south-1.json
  810. moto/ec2/resources/instance_type_offerings/region/ap-east-1.json
  811. moto/ec2/resources/instance_type_offerings/region/ap-northeast-1.json
  812. moto/ec2/resources/instance_type_offerings/region/ap-northeast-2.json
  813. moto/ec2/resources/instance_type_offerings/region/ap-northeast-3.json
  814. moto/ec2/resources/instance_type_offerings/region/ap-south-1.json
  815. moto/ec2/resources/instance_type_offerings/region/ap-southeast-1.json
  816. moto/ec2/resources/instance_type_offerings/region/ap-southeast-2.json
  817. moto/ec2/resources/instance_type_offerings/region/ap-southeast-3.json
  818. moto/ec2/resources/instance_type_offerings/region/ca-central-1.json
  819. moto/ec2/resources/instance_type_offerings/region/eu-central-1.json
  820. moto/ec2/resources/instance_type_offerings/region/eu-north-1.json
  821. moto/ec2/resources/instance_type_offerings/region/eu-south-1.json
  822. moto/ec2/resources/instance_type_offerings/region/eu-west-1.json
  823. moto/ec2/resources/instance_type_offerings/region/eu-west-2.json
  824. moto/ec2/resources/instance_type_offerings/region/eu-west-3.json
  825. moto/ec2/resources/instance_type_offerings/region/me-south-1.json
  826. moto/ec2/resources/instance_type_offerings/region/sa-east-1.json
  827. moto/ec2/resources/instance_type_offerings/region/us-east-1.json
  828. moto/ec2/resources/instance_type_offerings/region/us-east-2.json
  829. moto/ec2/resources/instance_type_offerings/region/us-west-1.json
  830. moto/ec2/resources/instance_type_offerings/region/us-west-2.json
  831. moto/ec2/resources/instance_types.json
  832. moto/moto_server/templates/dashboard.html
  833. moto/ssm/resources/regions.json
  834. moto/ssm/resources/services.json
  835. moto/support/resources/describe_trusted_advisor_checks.json
  836. )
  837. END()