pulumi-ns1 3.2.0a1710157241__py3-none-any.whl → 3.6.0a1736834553__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.
pulumi_ns1/__init__.py CHANGED
@@ -6,12 +6,15 @@ from . import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from .account_whitelist import *
9
+ from .alert import *
9
10
  from .api_key import *
10
11
  from .application import *
11
12
  from .data_feed import *
12
13
  from .data_source import *
14
+ from .dataset import *
13
15
  from .dnsview import *
14
16
  from .get_dns_sec import *
17
+ from .get_monitoring_regions import *
15
18
  from .get_networks import *
16
19
  from .get_record import *
17
20
  from .get_zone import *
@@ -20,7 +23,8 @@ from .notify_list import *
20
23
  from .provider import *
21
24
  from .pulsar_job import *
22
25
  from .record import *
23
- from .subnet import *
26
+ from .redirect import *
27
+ from .redirect_certificate import *
24
28
  from .team import *
25
29
  from .tsigkey import *
26
30
  from .user import *
@@ -54,6 +58,14 @@ _utilities.register(
54
58
  "ns1:index/accountWhitelist:AccountWhitelist": "AccountWhitelist"
55
59
  }
56
60
  },
61
+ {
62
+ "pkg": "ns1",
63
+ "mod": "index/alert",
64
+ "fqn": "pulumi_ns1",
65
+ "classes": {
66
+ "ns1:index/alert:Alert": "Alert"
67
+ }
68
+ },
57
69
  {
58
70
  "pkg": "ns1",
59
71
  "mod": "index/application",
@@ -78,6 +90,14 @@ _utilities.register(
78
90
  "ns1:index/dataSource:DataSource": "DataSource"
79
91
  }
80
92
  },
93
+ {
94
+ "pkg": "ns1",
95
+ "mod": "index/dataset",
96
+ "fqn": "pulumi_ns1",
97
+ "classes": {
98
+ "ns1:index/dataset:Dataset": "Dataset"
99
+ }
100
+ },
81
101
  {
82
102
  "pkg": "ns1",
83
103
  "mod": "index/dnsview",
@@ -120,10 +140,18 @@ _utilities.register(
120
140
  },
121
141
  {
122
142
  "pkg": "ns1",
123
- "mod": "index/subnet",
143
+ "mod": "index/redirect",
144
+ "fqn": "pulumi_ns1",
145
+ "classes": {
146
+ "ns1:index/redirect:Redirect": "Redirect"
147
+ }
148
+ },
149
+ {
150
+ "pkg": "ns1",
151
+ "mod": "index/redirectCertificate",
124
152
  "fqn": "pulumi_ns1",
125
153
  "classes": {
126
- "ns1:index/subnet:Subnet": "Subnet"
154
+ "ns1:index/redirectCertificate:RedirectCertificate": "RedirectCertificate"
127
155
  }
128
156
  },
129
157
  {