pulumi-snowflake 0.57.0__py3-none-any.whl → 0.57.0a1721891443__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. pulumi_snowflake/__init__.py +0 -20
  2. pulumi_snowflake/_inputs.py +241 -2479
  3. pulumi_snowflake/_utilities.py +0 -2
  4. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +0 -4
  5. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +0 -4
  6. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +0 -4
  7. pulumi_snowflake/database.py +63 -63
  8. pulumi_snowflake/external_oauth_integration.py +2 -2
  9. pulumi_snowflake/get_roles.py +31 -37
  10. pulumi_snowflake/get_schemas.py +38 -115
  11. pulumi_snowflake/network_policy.py +19 -103
  12. pulumi_snowflake/oauth_integration_for_custom_clients.py +14 -18
  13. pulumi_snowflake/oauth_integration_for_partner_applications.py +14 -18
  14. pulumi_snowflake/outputs.py +2761 -5882
  15. pulumi_snowflake/pulumi-plugin.json +1 -1
  16. pulumi_snowflake/role.py +72 -44
  17. pulumi_snowflake/saml2_integration.py +28 -32
  18. pulumi_snowflake/schema.py +151 -905
  19. pulumi_snowflake/scim_integration.py +21 -25
  20. pulumi_snowflake/secondary_database.py +63 -63
  21. pulumi_snowflake/shared_database.py +63 -63
  22. pulumi_snowflake/table.py +120 -0
  23. pulumi_snowflake/table_constraint.py +2 -2
  24. pulumi_snowflake/unsafe_execute.py +8 -8
  25. {pulumi_snowflake-0.57.0.dist-info → pulumi_snowflake-0.57.0a1721891443.dist-info}/METADATA +1 -1
  26. {pulumi_snowflake-0.57.0.dist-info → pulumi_snowflake-0.57.0a1721891443.dist-info}/RECORD +28 -32
  27. {pulumi_snowflake-0.57.0.dist-info → pulumi_snowflake-0.57.0a1721891443.dist-info}/WHEEL +1 -1
  28. pulumi_snowflake/account_role.py +0 -226
  29. pulumi_snowflake/get_network_policies.py +0 -122
  30. pulumi_snowflake/get_streamlits.py +0 -159
  31. pulumi_snowflake/streamlit.py +0 -650
  32. {pulumi_snowflake-0.57.0.dist-info → pulumi_snowflake-0.57.0a1721891443.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,6 @@ import typing
8
8
  from .account import *
9
9
  from .account_parameter import *
10
10
  from .account_password_policy_attachment import *
11
- from .account_role import *
12
11
  from .alert import *
13
12
  from .api_authentication_integration_with_authorization_code_grant import *
14
13
  from .api_authentication_integration_with_client_credentials import *
@@ -44,7 +43,6 @@ from .get_functions import *
44
43
  from .get_grants import *
45
44
  from .get_masking_policies import *
46
45
  from .get_materialized_views import *
47
- from .get_network_policies import *
48
46
  from .get_parameters import *
49
47
  from .get_pipes import *
50
48
  from .get_procedures import *
@@ -58,7 +56,6 @@ from .get_sequences import *
58
56
  from .get_shares import *
59
57
  from .get_stages import *
60
58
  from .get_storage_integrations import *
61
- from .get_streamlits import *
62
59
  from .get_streams import *
63
60
  from .get_system_generate_scim_access_token import *
64
61
  from .get_system_get_aws_sns_iam_policy import *
@@ -106,7 +103,6 @@ from .shared_database import *
106
103
  from .stage import *
107
104
  from .storage_integration import *
108
105
  from .stream import *
109
- from .streamlit import *
110
106
  from .table import *
111
107
  from .table_column_masking_policy_application import *
112
108
  from .table_constraint import *
@@ -157,14 +153,6 @@ _utilities.register(
157
153
  "snowflake:index/accountPasswordPolicyAttachment:AccountPasswordPolicyAttachment": "AccountPasswordPolicyAttachment"
158
154
  }
159
155
  },
160
- {
161
- "pkg": "snowflake",
162
- "mod": "index/accountRole",
163
- "fqn": "pulumi_snowflake",
164
- "classes": {
165
- "snowflake:index/accountRole:AccountRole": "AccountRole"
166
- }
167
- },
168
156
  {
169
157
  "pkg": "snowflake",
170
158
  "mod": "index/alert",
@@ -589,14 +577,6 @@ _utilities.register(
589
577
  "snowflake:index/stream:Stream": "Stream"
590
578
  }
591
579
  },
592
- {
593
- "pkg": "snowflake",
594
- "mod": "index/streamlit",
595
- "fqn": "pulumi_snowflake",
596
- "classes": {
597
- "snowflake:index/streamlit:Streamlit": "Streamlit"
598
- }
599
- },
600
580
  {
601
581
  "pkg": "snowflake",
602
582
  "mod": "index/table",