pulumi-ns1 3.2.0a1700200181__py3-none-any.whl → 3.2.0a1700614962__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/config/__init__.pyi +46 -0
- {pulumi_ns1-3.2.0a1700200181.dist-info → pulumi_ns1-3.2.0a1700614962.dist-info}/METADATA +1 -1
- {pulumi_ns1-3.2.0a1700200181.dist-info → pulumi_ns1-3.2.0a1700614962.dist-info}/RECORD +5 -4
- {pulumi_ns1-3.2.0a1700200181.dist-info → pulumi_ns1-3.2.0a1700614962.dist-info}/WHEEL +0 -0
- {pulumi_ns1-3.2.0a1700200181.dist-info → pulumi_ns1-3.2.0a1700614962.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,46 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
|
12
|
+
apikey: Optional[str]
|
13
|
+
"""
|
14
|
+
The ns1 API key (required)
|
15
|
+
"""
|
16
|
+
|
17
|
+
enableDdi: Optional[bool]
|
18
|
+
"""
|
19
|
+
Deprecated, no longer in use
|
20
|
+
"""
|
21
|
+
|
22
|
+
endpoint: Optional[str]
|
23
|
+
"""
|
24
|
+
URL prefix (including version) for API calls
|
25
|
+
"""
|
26
|
+
|
27
|
+
ignoreSsl: Optional[bool]
|
28
|
+
"""
|
29
|
+
Don't validate server SSL/TLS certificate
|
30
|
+
"""
|
31
|
+
|
32
|
+
rateLimitParallelism: Optional[int]
|
33
|
+
"""
|
34
|
+
Tune response to rate limits, see docs
|
35
|
+
"""
|
36
|
+
|
37
|
+
retryMax: Optional[int]
|
38
|
+
"""
|
39
|
+
Maximum retries for 50x errors (-1 to disable)
|
40
|
+
"""
|
41
|
+
|
42
|
+
userAgent: Optional[str]
|
43
|
+
"""
|
44
|
+
User-Agent string to use in NS1 API requests
|
45
|
+
"""
|
46
|
+
|
@@ -25,8 +25,9 @@ pulumi_ns1/tsigkey.py,sha256=0MaEndLMsSOCyPTdw1x92yvyOSUZHSBawFTVuSfo2po,9970
|
|
25
25
|
pulumi_ns1/user.py,sha256=8M6zIOOwBVKsBlCTmJXJ2e0lUzkNUMmtdLatcq0pGcU,89138
|
26
26
|
pulumi_ns1/zone.py,sha256=6P4vOSc0w42wJO25tDpzkN0mV79yx_TrU71I2xr5UvA,42856
|
27
27
|
pulumi_ns1/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
28
|
+
pulumi_ns1/config/__init__.pyi,sha256=gTM1utkGS4KH3on5zyhR_a6AtTg4_jVpEXyQeU7ZpJQ,865
|
28
29
|
pulumi_ns1/config/vars.py,sha256=bQTOWrwMP1x58zYPNlK8g8CTAbOUMF3GyfcevML1frE,1674
|
29
|
-
pulumi_ns1-3.2.
|
30
|
-
pulumi_ns1-3.2.
|
31
|
-
pulumi_ns1-3.2.
|
32
|
-
pulumi_ns1-3.2.
|
30
|
+
pulumi_ns1-3.2.0a1700614962.dist-info/METADATA,sha256=-BZFlD6D9Wb7W6YFq5ggJUu_QmrrSAhdTtOQq7RDHwg,3047
|
31
|
+
pulumi_ns1-3.2.0a1700614962.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
32
|
+
pulumi_ns1-3.2.0a1700614962.dist-info/top_level.txt,sha256=Sndx9N4MHnSbjpwVT-_JZ8NZ7JzudJUIUQkU2-9GH9U,11
|
33
|
+
pulumi_ns1-3.2.0a1700614962.dist-info/RECORD,,
|
File without changes
|
{pulumi_ns1-3.2.0a1700200181.dist-info → pulumi_ns1-3.2.0a1700614962.dist-info}/top_level.txt
RENAMED
File without changes
|