pulumi-snowflake 0.60.0__py3-none-any.whl → 0.60.0a1727848944__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.

Potentially problematic release.


This version of pulumi-snowflake might be problematic. Click here for more details.

Files changed (132) hide show
  1. pulumi_snowflake/__init__.py +0 -36
  2. pulumi_snowflake/_inputs.py +3548 -19849
  3. pulumi_snowflake/_utilities.py +1 -1
  4. pulumi_snowflake/account.py +0 -5
  5. pulumi_snowflake/account_parameter.py +0 -5
  6. pulumi_snowflake/account_password_policy_attachment.py +0 -5
  7. pulumi_snowflake/account_role.py +0 -5
  8. pulumi_snowflake/alert.py +0 -5
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +0 -5
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +0 -5
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +0 -5
  12. pulumi_snowflake/api_integration.py +0 -5
  13. pulumi_snowflake/config/__init__.pyi +0 -5
  14. pulumi_snowflake/config/outputs.py +0 -5
  15. pulumi_snowflake/config/vars.py +0 -5
  16. pulumi_snowflake/cortex_search_service.py +0 -5
  17. pulumi_snowflake/database.py +0 -5
  18. pulumi_snowflake/database_old.py +0 -5
  19. pulumi_snowflake/database_role.py +0 -5
  20. pulumi_snowflake/dynamic_table.py +0 -5
  21. pulumi_snowflake/email_notification_integration.py +0 -5
  22. pulumi_snowflake/external_function.py +0 -5
  23. pulumi_snowflake/external_oauth_integration.py +0 -5
  24. pulumi_snowflake/external_table.py +0 -5
  25. pulumi_snowflake/failover_group.py +0 -5
  26. pulumi_snowflake/file_format.py +0 -5
  27. pulumi_snowflake/function.py +0 -5
  28. pulumi_snowflake/get_accounts.py +4 -13
  29. pulumi_snowflake/get_alerts.py +4 -17
  30. pulumi_snowflake/get_cortex_search_services.py +4 -19
  31. pulumi_snowflake/get_current_account.py +4 -13
  32. pulumi_snowflake/get_current_role.py +4 -11
  33. pulumi_snowflake/get_database.py +4 -20
  34. pulumi_snowflake/get_database_role.py +4 -16
  35. pulumi_snowflake/get_database_roles.py +4 -17
  36. pulumi_snowflake/get_databases.py +4 -21
  37. pulumi_snowflake/get_dynamic_tables.py +4 -19
  38. pulumi_snowflake/get_external_functions.py +4 -15
  39. pulumi_snowflake/get_external_tables.py +4 -15
  40. pulumi_snowflake/get_failover_groups.py +4 -13
  41. pulumi_snowflake/get_file_formats.py +4 -15
  42. pulumi_snowflake/get_functions.py +4 -15
  43. pulumi_snowflake/get_grants.py +4 -21
  44. pulumi_snowflake/get_masking_policies.py +4 -19
  45. pulumi_snowflake/get_materialized_views.py +4 -15
  46. pulumi_snowflake/get_network_policies.py +4 -15
  47. pulumi_snowflake/get_parameters.py +4 -21
  48. pulumi_snowflake/get_pipes.py +4 -15
  49. pulumi_snowflake/get_procedures.py +4 -15
  50. pulumi_snowflake/get_resource_monitors.py +4 -13
  51. pulumi_snowflake/get_role.py +4 -13
  52. pulumi_snowflake/get_roles.py +4 -15
  53. pulumi_snowflake/get_row_access_policies.py +4 -19
  54. pulumi_snowflake/get_schemas.py +4 -23
  55. pulumi_snowflake/get_security_integrations.py +4 -15
  56. pulumi_snowflake/get_sequences.py +4 -15
  57. pulumi_snowflake/get_shares.py +4 -13
  58. pulumi_snowflake/get_stages.py +4 -15
  59. pulumi_snowflake/get_storage_integrations.py +4 -11
  60. pulumi_snowflake/get_streamlits.py +4 -19
  61. pulumi_snowflake/get_streams.py +4 -15
  62. pulumi_snowflake/get_system_generate_scim_access_token.py +4 -13
  63. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -13
  64. pulumi_snowflake/get_system_get_private_link_config.py +4 -19
  65. pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -12
  66. pulumi_snowflake/get_tables.py +4 -15
  67. pulumi_snowflake/get_tasks.py +4 -15
  68. pulumi_snowflake/get_users.py +4 -21
  69. pulumi_snowflake/get_views.py +4 -21
  70. pulumi_snowflake/get_warehouses.py +4 -17
  71. pulumi_snowflake/grant_account_role.py +0 -5
  72. pulumi_snowflake/grant_application_role.py +0 -5
  73. pulumi_snowflake/grant_database_role.py +0 -5
  74. pulumi_snowflake/grant_ownership.py +0 -5
  75. pulumi_snowflake/grant_privileges_to_account_role.py +0 -5
  76. pulumi_snowflake/grant_privileges_to_database_role.py +0 -5
  77. pulumi_snowflake/grant_privileges_to_share.py +0 -5
  78. pulumi_snowflake/managed_account.py +0 -5
  79. pulumi_snowflake/masking_policy.py +4 -9
  80. pulumi_snowflake/materialized_view.py +0 -5
  81. pulumi_snowflake/network_policy.py +0 -5
  82. pulumi_snowflake/network_policy_attachment.py +0 -5
  83. pulumi_snowflake/network_rule.py +0 -5
  84. pulumi_snowflake/notification_integration.py +0 -5
  85. pulumi_snowflake/oauth_integration.py +0 -5
  86. pulumi_snowflake/oauth_integration_for_custom_clients.py +0 -5
  87. pulumi_snowflake/oauth_integration_for_partner_applications.py +0 -5
  88. pulumi_snowflake/object_parameter.py +0 -5
  89. pulumi_snowflake/outputs.py +2936 -10916
  90. pulumi_snowflake/password_policy.py +0 -5
  91. pulumi_snowflake/pipe.py +0 -5
  92. pulumi_snowflake/procedure.py +0 -5
  93. pulumi_snowflake/provider.py +0 -5
  94. pulumi_snowflake/pulumi-plugin.json +1 -1
  95. pulumi_snowflake/resource_monitor.py +0 -5
  96. pulumi_snowflake/role.py +0 -5
  97. pulumi_snowflake/row_access_policy.py +4 -9
  98. pulumi_snowflake/saml2_integration.py +0 -5
  99. pulumi_snowflake/saml_integration.py +0 -5
  100. pulumi_snowflake/schema.py +0 -5
  101. pulumi_snowflake/scim_integration.py +0 -5
  102. pulumi_snowflake/secondary_database.py +0 -5
  103. pulumi_snowflake/sequence.py +0 -5
  104. pulumi_snowflake/session_parameter.py +0 -5
  105. pulumi_snowflake/share.py +0 -5
  106. pulumi_snowflake/shared_database.py +0 -5
  107. pulumi_snowflake/stage.py +7 -12
  108. pulumi_snowflake/storage_integration.py +0 -5
  109. pulumi_snowflake/stream.py +0 -5
  110. pulumi_snowflake/streamlit.py +0 -5
  111. pulumi_snowflake/table.py +0 -5
  112. pulumi_snowflake/table_column_masking_policy_application.py +0 -5
  113. pulumi_snowflake/table_constraint.py +0 -5
  114. pulumi_snowflake/tag.py +0 -5
  115. pulumi_snowflake/tag_association.py +0 -5
  116. pulumi_snowflake/tag_masking_policy_association.py +0 -5
  117. pulumi_snowflake/task.py +0 -5
  118. pulumi_snowflake/unsafe_execute.py +0 -5
  119. pulumi_snowflake/user.py +2 -7
  120. pulumi_snowflake/user_password_policy_attachment.py +0 -5
  121. pulumi_snowflake/user_public_keys.py +0 -5
  122. pulumi_snowflake/view.py +0 -5
  123. pulumi_snowflake/warehouse.py +0 -5
  124. {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/METADATA +2 -3
  125. pulumi_snowflake-0.60.0a1727848944.dist-info/RECORD +129 -0
  126. pulumi_snowflake/legacy_service_user.py +0 -3666
  127. pulumi_snowflake/service_user.py +0 -3585
  128. pulumi_snowflake/stream_on_external_table.py +0 -597
  129. pulumi_snowflake/stream_on_table.py +0 -631
  130. pulumi_snowflake-0.60.0.dist-info/RECORD +0 -133
  131. {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/WHEEL +0 -0
  132. {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/top_level.txt +0 -0
@@ -76,7 +76,6 @@ from .grant_ownership import *
76
76
  from .grant_privileges_to_account_role import *
77
77
  from .grant_privileges_to_database_role import *
78
78
  from .grant_privileges_to_share import *
79
- from .legacy_service_user import *
80
79
  from .managed_account import *
81
80
  from .masking_policy import *
82
81
  from .materialized_view import *
@@ -101,15 +100,12 @@ from .schema import *
101
100
  from .scim_integration import *
102
101
  from .secondary_database import *
103
102
  from .sequence import *
104
- from .service_user import *
105
103
  from .session_parameter import *
106
104
  from .share import *
107
105
  from .shared_database import *
108
106
  from .stage import *
109
107
  from .storage_integration import *
110
108
  from .stream import *
111
- from .stream_on_external_table import *
112
- from .stream_on_table import *
113
109
  from .streamlit import *
114
110
  from .table import *
115
111
  from .table_column_masking_policy_application import *
@@ -361,14 +357,6 @@ _utilities.register(
361
357
  "snowflake:index/grantPrivilegesToShare:GrantPrivilegesToShare": "GrantPrivilegesToShare"
362
358
  }
363
359
  },
364
- {
365
- "pkg": "snowflake",
366
- "mod": "index/legacyServiceUser",
367
- "fqn": "pulumi_snowflake",
368
- "classes": {
369
- "snowflake:index/legacyServiceUser:LegacyServiceUser": "LegacyServiceUser"
370
- }
371
- },
372
360
  {
373
361
  "pkg": "snowflake",
374
362
  "mod": "index/managedAccount",
@@ -553,14 +541,6 @@ _utilities.register(
553
541
  "snowflake:index/sequence:Sequence": "Sequence"
554
542
  }
555
543
  },
556
- {
557
- "pkg": "snowflake",
558
- "mod": "index/serviceUser",
559
- "fqn": "pulumi_snowflake",
560
- "classes": {
561
- "snowflake:index/serviceUser:ServiceUser": "ServiceUser"
562
- }
563
- },
564
544
  {
565
545
  "pkg": "snowflake",
566
546
  "mod": "index/sessionParameter",
@@ -609,22 +589,6 @@ _utilities.register(
609
589
  "snowflake:index/stream:Stream": "Stream"
610
590
  }
611
591
  },
612
- {
613
- "pkg": "snowflake",
614
- "mod": "index/streamOnExternalTable",
615
- "fqn": "pulumi_snowflake",
616
- "classes": {
617
- "snowflake:index/streamOnExternalTable:StreamOnExternalTable": "StreamOnExternalTable"
618
- }
619
- },
620
- {
621
- "pkg": "snowflake",
622
- "mod": "index/streamOnTable",
623
- "fqn": "pulumi_snowflake",
624
- "classes": {
625
- "snowflake:index/streamOnTable:StreamOnTable": "StreamOnTable"
626
- }
627
- },
628
592
  {
629
593
  "pkg": "snowflake",
630
594
  "mod": "index/streamlit",