pulumi-dnsimple 4.4.0a1750225791__py3-none-any.whl → 4.5.0a1752695999__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-dnsimple might be problematic. Click here for more details.

@@ -77,28 +77,7 @@ class AwaitableGetZoneResult(GetZoneResult):
77
77
  def get_zone(name: Optional[builtins.str] = None,
78
78
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetZoneResult:
79
79
  """
80
- Get information about a DNSimple zone.
81
-
82
- !> Data source is getting deprecated in favor of `dnsimple\\_zone` resource.
83
-
84
- Get zone:
85
-
86
- ```python
87
- import pulumi
88
- import pulumi_dnsimple as dnsimple
89
-
90
- foobar = dnsimple.get_zone(name="dnsimple.com")
91
- ```
92
-
93
- The following arguments are supported:
94
-
95
- * `name` - (Required) The name of the zone
96
-
97
- The following additional attributes are exported:
98
-
99
- * `id` - The zone ID
100
- * `account_id` - The account ID
101
- * `reverse` - True for a reverse zone, false for a forward zone.
80
+ Use this data source to access information about an existing resource.
102
81
  """
103
82
  __args__ = dict()
104
83
  __args__['name'] = name
@@ -113,28 +92,7 @@ def get_zone(name: Optional[builtins.str] = None,
113
92
  def get_zone_output(name: Optional[pulumi.Input[builtins.str]] = None,
114
93
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetZoneResult]:
115
94
  """
116
- Get information about a DNSimple zone.
117
-
118
- !> Data source is getting deprecated in favor of `dnsimple\\_zone` resource.
119
-
120
- Get zone:
121
-
122
- ```python
123
- import pulumi
124
- import pulumi_dnsimple as dnsimple
125
-
126
- foobar = dnsimple.get_zone(name="dnsimple.com")
127
- ```
128
-
129
- The following arguments are supported:
130
-
131
- * `name` - (Required) The name of the zone
132
-
133
- The following additional attributes are exported:
134
-
135
- * `id` - The zone ID
136
- * `account_id` - The account ID
137
- * `reverse` - True for a reverse zone, false for a forward zone.
95
+ Use this data source to access information about an existing resource.
138
96
  """
139
97
  __args__ = dict()
140
98
  __args__['name'] = name
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "dnsimple",
4
- "version": "4.4.0-alpha.1750225791"
4
+ "version": "4.5.0-alpha.1752695999"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_dnsimple
3
- Version: 4.4.0a1750225791
3
+ Version: 4.5.0a1752695999
4
4
  Summary: A Pulumi package for creating and managing dnsimple cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,11 +9,11 @@ pulumi_dnsimple/ds_record.py,sha256=50GfiZ_2y2kat8LAxpDvCJkbtVhcusTFV-xVMi52jIg,
9
9
  pulumi_dnsimple/email_forward.py,sha256=TWD2f85AIN4tgfwuTbv3y0Vwt192EFob3xeJJyfWDtA,13141
10
10
  pulumi_dnsimple/get_certificate.py,sha256=sS8S1B3W75ob2urS8l6gADDQbA3jUiIQlXRq2C5Gghg,7997
11
11
  pulumi_dnsimple/get_registrant_change_check.py,sha256=5TadjVFZSrSUqpSJulk_bKN31xM9ow2HwH2KSx5Mxt0,7611
12
- pulumi_dnsimple/get_zone.py,sha256=igRHRZAp_N_NjfhjQ3eCUFNexGwF-MJw-mo4znyvCU8,4720
12
+ pulumi_dnsimple/get_zone.py,sha256=qlhrCLAMdcHkbVDaD27vzA9aemQDAWfH7rttFcu9hD8,3768
13
13
  pulumi_dnsimple/lets_encrypt_certificate.py,sha256=N-qXE0VfylREQAp4oPDtxOrJbW6W34tNieemTj2piZQ,23864
14
14
  pulumi_dnsimple/outputs.py,sha256=StlTLkwhaecQuLvll7H462O14PcXCpGvQqCzxIbKjHs,11939
15
15
  pulumi_dnsimple/provider.py,sha256=umA6IllytrpKQb0tfcjqzxNhRLGePxCdMw9w7gdP8Ug,10108
16
- pulumi_dnsimple/pulumi-plugin.json,sha256=fQ3YRDNc_uxLHpVQz31QQRmUh8wdTGA6jbxE6HCWSFQ,84
16
+ pulumi_dnsimple/pulumi-plugin.json,sha256=lwgQ7nKych3G-NX1ep5NsCqhIfoDiKRna8dIFAqrFmw,84
17
17
  pulumi_dnsimple/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  pulumi_dnsimple/registered_domain.py,sha256=iIaAmQc1cQbHXsg7mO1GAZycaEUYUe7aiaELBKZh9cY,42447
19
19
  pulumi_dnsimple/zone.py,sha256=LoVlQ_yR8w-0qii0DISEiLq2PuYXyYnKIJ9AZ1yG4gU,15483
@@ -21,7 +21,7 @@ pulumi_dnsimple/zone_record.py,sha256=VNxqVMEtfWOSdx3pGeSiZhf6hn7NaT-w4nPvRfYl12
21
21
  pulumi_dnsimple/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
22
22
  pulumi_dnsimple/config/__init__.pyi,sha256=_u6_H4iE_cAteH_AyKiwXSjOqCNdfDkW8MUD0a-aWlI,911
23
23
  pulumi_dnsimple/config/vars.py,sha256=itZL_hT7G7yG5aEH9bxu4W_Ajm8L-LW6pLinkDyt25k,1501
24
- pulumi_dnsimple-4.4.0a1750225791.dist-info/METADATA,sha256=NvGgJTS4NlN-O5al80FFvDvdcKqp146Fuwd5bo8huQo,2931
25
- pulumi_dnsimple-4.4.0a1750225791.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- pulumi_dnsimple-4.4.0a1750225791.dist-info/top_level.txt,sha256=o_ZMMGgN8JmfKoCEmCl5-nHLCAzri-_7FCQohXzJWd4,16
27
- pulumi_dnsimple-4.4.0a1750225791.dist-info/RECORD,,
24
+ pulumi_dnsimple-4.5.0a1752695999.dist-info/METADATA,sha256=9gzoFlDb4kqpBWjUAX31mc7iiCzGLAU9WVN_BuFwh9Q,2931
25
+ pulumi_dnsimple-4.5.0a1752695999.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ pulumi_dnsimple-4.5.0a1752695999.dist-info/top_level.txt,sha256=o_ZMMGgN8JmfKoCEmCl5-nHLCAzri-_7FCQohXzJWd4,16
27
+ pulumi_dnsimple-4.5.0a1752695999.dist-info/RECORD,,