sst.pyi 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. # Automatically generated by SST
  2. # pylint: disable=all
  3. from typing import Any
  4. class Resource:
  5. class ADMIN_SECRET:
  6. type: str
  7. value: str
  8. class AUTH_API_URL:
  9. type: str
  10. value: str
  11. class AWS_SES_ACCESS_KEY_ID:
  12. type: str
  13. value: str
  14. class AWS_SES_SECRET_ACCESS_KEY:
  15. type: str
  16. value: str
  17. class Api:
  18. type: str
  19. url: str
  20. class App:
  21. name: str
  22. stage: str
  23. class AuthApi:
  24. type: str
  25. url: str
  26. class AuthStorage:
  27. namespaceId: str
  28. type: str
  29. class Bucket:
  30. name: str
  31. type: str
  32. class CLOUDFLARE_API_TOKEN:
  33. type: str
  34. value: str
  35. class CLOUDFLARE_DEFAULT_ACCOUNT_ID:
  36. type: str
  37. value: str
  38. class Console:
  39. type: str
  40. url: str
  41. class Database:
  42. database: str
  43. host: str
  44. password: str
  45. port: float
  46. type: str
  47. username: str
  48. class Desktop:
  49. type: str
  50. url: str
  51. class EMAILOCTOPUS_API_KEY:
  52. type: str
  53. value: str
  54. class GITHUB_APP_ID:
  55. type: str
  56. value: str
  57. class GITHUB_APP_PRIVATE_KEY:
  58. type: str
  59. value: str
  60. class GITHUB_CLIENT_ID_CONSOLE:
  61. type: str
  62. value: str
  63. class GITHUB_CLIENT_SECRET_CONSOLE:
  64. type: str
  65. value: str
  66. class GOOGLE_CLIENT_ID:
  67. type: str
  68. value: str
  69. class GatewayKv:
  70. namespaceId: str
  71. type: str
  72. class HONEYCOMB_API_KEY:
  73. type: str
  74. value: str
  75. class LogProcessor:
  76. type: str
  77. class STRIPE_SECRET_KEY:
  78. type: str
  79. value: str
  80. class STRIPE_WEBHOOK_SECRET:
  81. type: str
  82. value: str
  83. class Web:
  84. type: str
  85. url: str
  86. class ZEN_MODELS1:
  87. type: str
  88. value: str
  89. class ZEN_MODELS2:
  90. type: str
  91. value: str