pulumi-wavefront 3.1.2__tar.gz → 3.1.3__tar.gz

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 (64) hide show
  1. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/PKG-INFO +1 -1
  2. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/_inputs.py +10 -0
  3. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/_utilities.py +38 -4
  4. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/outputs.py +10 -0
  5. pulumi_wavefront-3.1.3/pulumi_wavefront/pulumi-plugin.json +5 -0
  6. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront.egg-info/PKG-INFO +1 -1
  7. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pyproject.toml +1 -1
  8. pulumi_wavefront-3.1.2/pulumi_wavefront/pulumi-plugin.json +0 -4
  9. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/README.md +0 -0
  10. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/__init__.py +0 -0
  11. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/alert.py +0 -0
  12. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/alert_target.py +0 -0
  13. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_app_dynamics.py +0 -0
  14. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_aws_external_id.py +0 -0
  15. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_azure.py +0 -0
  16. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_azure_activity_log.py +0 -0
  17. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_cloud_trail.py +0 -0
  18. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_cloud_watch.py +0 -0
  19. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_ec2.py +0 -0
  20. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_gcp.py +0 -0
  21. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_gcp_billing.py +0 -0
  22. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/cloud_integration_new_relic.py +0 -0
  23. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/config/__init__.py +0 -0
  24. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/config/__init__.pyi +0 -0
  25. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/config/vars.py +0 -0
  26. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/dashboard.py +0 -0
  27. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/dashboard_json.py +0 -0
  28. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/derived_metric.py +0 -0
  29. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/event.py +0 -0
  30. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/external_link.py +0 -0
  31. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_alert.py +0 -0
  32. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_alerts.py +0 -0
  33. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_dashboard.py +0 -0
  34. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_dashboards.py +0 -0
  35. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_default_user_group.py +0 -0
  36. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_derived_metric.py +0 -0
  37. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_derived_metrics.py +0 -0
  38. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_event.py +0 -0
  39. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_events.py +0 -0
  40. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_external_link.py +0 -0
  41. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_external_links.py +0 -0
  42. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_maintenance_window.py +0 -0
  43. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_maintenance_window_all.py +0 -0
  44. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_metrics_policy.py +0 -0
  45. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_role.py +0 -0
  46. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_roles.py +0 -0
  47. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_user.py +0 -0
  48. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_user_group.py +0 -0
  49. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_user_groups.py +0 -0
  50. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/get_users.py +0 -0
  51. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/ingestion_policy.py +0 -0
  52. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/maintenance_window.py +0 -0
  53. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/metrics_policy.py +0 -0
  54. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/provider.py +0 -0
  55. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/py.typed +0 -0
  56. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/role.py +0 -0
  57. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/service_account.py +0 -0
  58. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/user.py +0 -0
  59. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront/user_group.py +0 -0
  60. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront.egg-info/SOURCES.txt +0 -0
  61. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront.egg-info/dependency_links.txt +0 -0
  62. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront.egg-info/requires.txt +0 -0
  63. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/pulumi_wavefront.egg-info/top_level.txt +0 -0
  64. {pulumi_wavefront-3.1.2 → pulumi_wavefront-3.1.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_wavefront
3
- Version: 3.1.2
3
+ Version: 3.1.3
4
4
  Summary: A Pulumi package for creating and managing wavefront cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1786,12 +1786,19 @@ class MetricsPolicyPolicyRuleTagArgs:
1786
1786
  def __init__(__self__, *,
1787
1787
  key: pulumi.Input[str],
1788
1788
  value: pulumi.Input[str]):
1789
+ """
1790
+ :param pulumi.Input[str] key: The tag's key.
1791
+ :param pulumi.Input[str] value: The tag's value.
1792
+ """
1789
1793
  pulumi.set(__self__, "key", key)
1790
1794
  pulumi.set(__self__, "value", value)
1791
1795
 
1792
1796
  @property
1793
1797
  @pulumi.getter
1794
1798
  def key(self) -> pulumi.Input[str]:
1799
+ """
1800
+ The tag's key.
1801
+ """
1795
1802
  return pulumi.get(self, "key")
1796
1803
 
1797
1804
  @key.setter
@@ -1801,6 +1808,9 @@ class MetricsPolicyPolicyRuleTagArgs:
1801
1808
  @property
1802
1809
  @pulumi.getter
1803
1810
  def value(self) -> pulumi.Input[str]:
1811
+ """
1812
+ The tag's value.
1813
+ """
1804
1814
  return pulumi.get(self, "value")
1805
1815
 
1806
1816
  @value.setter
@@ -4,6 +4,7 @@
4
4
 
5
5
 
6
6
  import asyncio
7
+ import functools
7
8
  import importlib.metadata
8
9
  import importlib.util
9
10
  import inspect
@@ -11,6 +12,7 @@ import json
11
12
  import os
12
13
  import sys
13
14
  import typing
15
+ import warnings
14
16
 
15
17
  import pulumi
16
18
  import pulumi.runtime
@@ -19,6 +21,8 @@ from pulumi.runtime.sync_await import _sync_await
19
21
  from semver import VersionInfo as SemverVersion
20
22
  from parver import Version as PEP440Version
21
23
 
24
+ C = typing.TypeVar("C", bound=typing.Callable)
25
+
22
26
 
23
27
  def get_env(*args):
24
28
  for v in args:
@@ -96,10 +100,6 @@ def _get_semver_version():
96
100
  _version = _get_semver_version()
97
101
  _version_str = str(_version)
98
102
 
99
-
100
- def get_version():
101
- return _version_str
102
-
103
103
  def get_resource_opts_defaults() -> pulumi.ResourceOptions:
104
104
  return pulumi.ResourceOptions(
105
105
  version=get_version(),
@@ -287,5 +287,39 @@ async def _await_output(o: pulumi.Output[typing.Any]) -> typing.Tuple[object, bo
287
287
  await o._resources,
288
288
  )
289
289
 
290
+
291
+ # This is included to provide an upgrade path for users who are using a version
292
+ # of the Pulumi SDK (<3.121.0) that does not include the `deprecated` decorator.
293
+ def deprecated(message: str) -> typing.Callable[[C], C]:
294
+ """
295
+ Decorator to indicate a function is deprecated.
296
+
297
+ As well as inserting appropriate statements to indicate that the function is
298
+ deprecated, this decorator also tags the function with a special attribute
299
+ so that Pulumi code can detect that it is deprecated and react appropriately
300
+ in certain situations.
301
+
302
+ message is the deprecation message that should be printed if the function is called.
303
+ """
304
+
305
+ def decorator(fn: C) -> C:
306
+ if not callable(fn):
307
+ raise TypeError("Expected fn to be callable")
308
+
309
+ @functools.wraps(fn)
310
+ def deprecated_fn(*args, **kwargs):
311
+ warnings.warn(message)
312
+ pulumi.warn(f"{fn.__name__} is deprecated: {message}")
313
+
314
+ return fn(*args, **kwargs)
315
+
316
+ deprecated_fn.__dict__["_pulumi_deprecated_callable"] = fn
317
+ return typing.cast(C, deprecated_fn)
318
+
319
+ return decorator
320
+
290
321
  def get_plugin_download_url():
291
322
  return None
323
+
324
+ def get_version():
325
+ return _version_str
@@ -1643,17 +1643,27 @@ class MetricsPolicyPolicyRuleTag(dict):
1643
1643
  def __init__(__self__, *,
1644
1644
  key: str,
1645
1645
  value: str):
1646
+ """
1647
+ :param str key: The tag's key.
1648
+ :param str value: The tag's value.
1649
+ """
1646
1650
  pulumi.set(__self__, "key", key)
1647
1651
  pulumi.set(__self__, "value", value)
1648
1652
 
1649
1653
  @property
1650
1654
  @pulumi.getter
1651
1655
  def key(self) -> str:
1656
+ """
1657
+ The tag's key.
1658
+ """
1652
1659
  return pulumi.get(self, "key")
1653
1660
 
1654
1661
  @property
1655
1662
  @pulumi.getter
1656
1663
  def value(self) -> str:
1664
+ """
1665
+ The tag's value.
1666
+ """
1657
1667
  return pulumi.get(self, "value")
1658
1668
 
1659
1669
 
@@ -0,0 +1,5 @@
1
+ {
2
+ "resource": true,
3
+ "name": "wavefront",
4
+ "version": "3.1.3"
5
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_wavefront
3
- Version: 3.1.2
3
+ Version: 3.1.3
4
4
  Summary: A Pulumi package for creating and managing wavefront cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "wavefront"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.8"
8
- version = "3.1.2"
8
+ version = "3.1.3"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]
@@ -1,4 +0,0 @@
1
- {
2
- "resource": true,
3
- "name": "wavefront"
4
- }