@pulumi/ns1 2.2.1 → 2.4.0-alpha.1637768721
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.
- package/README.md +1 -1
- package/apikey.d.ts +65 -65
- package/apikey.js +1 -0
- package/apikey.js.map +1 -1
- package/application.d.ts +10 -10
- package/application.js +1 -0
- package/application.js.map +1 -1
- package/config/index.js +11 -4
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +5 -5
- package/config/vars.js +31 -9
- package/config/vars.js.map +1 -1
- package/dataFeed.d.ts +6 -6
- package/dataFeed.js +1 -0
- package/dataFeed.js.map +1 -1
- package/dataSource.d.ts +6 -6
- package/dataSource.js +1 -0
- package/dataSource.js.map +1 -1
- package/getDNSSec.d.ts +12 -2
- package/getDNSSec.js +6 -1
- package/getDNSSec.js.map +1 -1
- package/getRecord.d.ts +22 -4
- package/getRecord.js +6 -1
- package/getRecord.js.map +1 -1
- package/getZone.d.ts +18 -3
- package/getZone.js +6 -1
- package/getZone.js.map +1 -1
- package/index.js +26 -18
- package/index.js.map +1 -1
- package/monitoringJob.d.ts +32 -32
- package/monitoringJob.js +1 -0
- package/monitoringJob.js.map +1 -1
- package/notifyList.d.ts +4 -4
- package/notifyList.js +1 -0
- package/notifyList.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +3 -2
- package/package.json.dev +4 -3
- package/provider.d.ts +10 -5
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/pulsarJob.d.ts +19 -19
- package/pulsarJob.js +1 -0
- package/pulsarJob.js.map +1 -1
- package/record.d.ts +22 -22
- package/record.js +1 -0
- package/record.js.map +1 -1
- package/team.d.ts +60 -60
- package/team.js +1 -0
- package/team.js.map +1 -1
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/user.d.ts +70 -70
- package/user.js +1 -0
- package/user.js.map +1 -1
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
- package/zone.d.ts +28 -28
- package/zone.js +1 -0
- package/zone.js.map +1 -1
package/dataSource.d.ts
CHANGED
|
@@ -64,17 +64,17 @@ export interface DataSourceState {
|
|
|
64
64
|
* The data source configuration, determined by its type,
|
|
65
65
|
* matching the specification in `config` from /data/sourcetypes.
|
|
66
66
|
*/
|
|
67
|
-
|
|
67
|
+
config?: pulumi.Input<{
|
|
68
68
|
[key: string]: any;
|
|
69
69
|
}>;
|
|
70
70
|
/**
|
|
71
71
|
* The free form name of the data source.
|
|
72
72
|
*/
|
|
73
|
-
|
|
73
|
+
name?: pulumi.Input<string>;
|
|
74
74
|
/**
|
|
75
75
|
* The data sources type, listed in API endpoint https://api.nsone.net/v1/data/sourcetypes.
|
|
76
76
|
*/
|
|
77
|
-
|
|
77
|
+
sourcetype?: pulumi.Input<string>;
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* The set of arguments for constructing a DataSource resource.
|
|
@@ -84,15 +84,15 @@ export interface DataSourceArgs {
|
|
|
84
84
|
* The data source configuration, determined by its type,
|
|
85
85
|
* matching the specification in `config` from /data/sourcetypes.
|
|
86
86
|
*/
|
|
87
|
-
|
|
87
|
+
config?: pulumi.Input<{
|
|
88
88
|
[key: string]: any;
|
|
89
89
|
}>;
|
|
90
90
|
/**
|
|
91
91
|
* The free form name of the data source.
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
name?: pulumi.Input<string>;
|
|
94
94
|
/**
|
|
95
95
|
* The data sources type, listed in API endpoint https://api.nsone.net/v1/data/sourcetypes.
|
|
96
96
|
*/
|
|
97
|
-
|
|
97
|
+
sourcetype: pulumi.Input<string>;
|
|
98
98
|
}
|
package/dataSource.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DataSource = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
package/dataSource.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataSource.js","sourceRoot":"","sources":["../dataSource.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"dataSource.js","sourceRoot":"","sources":["../dataSource.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IAkDjD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACvD,CAAC;IAtED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;;AA1BL,gCAwEC;AA1DG,gBAAgB;AACO,uBAAY,GAAG,iCAAiC,CAAC"}
|
package/getDNSSec.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ import { output as outputs } from "./types";
|
|
|
16
16
|
* });
|
|
17
17
|
* const exampleDNSSec = exampleZone.zone.apply(zone => ns1.getDNSSec({
|
|
18
18
|
* zone: zone,
|
|
19
|
-
* }
|
|
19
|
+
* }));
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
22
|
export declare function getDNSSec(args: GetDNSSecArgs, opts?: pulumi.InvokeOptions): Promise<GetDNSSecResult>;
|
|
@@ -27,7 +27,7 @@ export interface GetDNSSecArgs {
|
|
|
27
27
|
/**
|
|
28
28
|
* The name of the zone to get DNSSEC details for.
|
|
29
29
|
*/
|
|
30
|
-
|
|
30
|
+
zone: string;
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
33
|
* A collection of values returned by getDNSSec.
|
|
@@ -48,3 +48,13 @@ export interface GetDNSSecResult {
|
|
|
48
48
|
readonly keys: outputs.GetDNSSecKeys;
|
|
49
49
|
readonly zone: string;
|
|
50
50
|
}
|
|
51
|
+
export declare function getDNSSecOutput(args: GetDNSSecOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDNSSecResult>;
|
|
52
|
+
/**
|
|
53
|
+
* A collection of arguments for invoking getDNSSec.
|
|
54
|
+
*/
|
|
55
|
+
export interface GetDNSSecOutputArgs {
|
|
56
|
+
/**
|
|
57
|
+
* The name of the zone to get DNSSEC details for.
|
|
58
|
+
*/
|
|
59
|
+
zone: pulumi.Input<string>;
|
|
60
|
+
}
|
package/getDNSSec.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDNSSecOutput = exports.getDNSSec = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -20,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
20
21
|
* });
|
|
21
22
|
* const exampleDNSSec = exampleZone.zone.apply(zone => ns1.getDNSSec({
|
|
22
23
|
* zone: zone,
|
|
23
|
-
* }
|
|
24
|
+
* }));
|
|
24
25
|
* ```
|
|
25
26
|
*/
|
|
26
27
|
function getDNSSec(args, opts) {
|
|
@@ -35,4 +36,8 @@ function getDNSSec(args, opts) {
|
|
|
35
36
|
}, opts);
|
|
36
37
|
}
|
|
37
38
|
exports.getDNSSec = getDNSSec;
|
|
39
|
+
function getDNSSecOutput(args, opts) {
|
|
40
|
+
return pulumi.output(args).apply(a => getDNSSec(a, opts));
|
|
41
|
+
}
|
|
42
|
+
exports.getDNSSecOutput = getDNSSecOutput;
|
|
38
43
|
//# sourceMappingURL=getDNSSec.js.map
|
package/getDNSSec.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDNSSec.js","sourceRoot":"","sources":["../getDNSSec.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getDNSSec.js","sourceRoot":"","sources":["../getDNSSec.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8BAWC;AAgCD,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7D,CAAC;AAFD,0CAEC"}
|
package/getRecord.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ import { output as outputs } from "./types";
|
|
|
16
16
|
* domain: "terraform.example.io",
|
|
17
17
|
* type: "A",
|
|
18
18
|
* zone: "example.io",
|
|
19
|
-
* }
|
|
19
|
+
* }));
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
22
|
export declare function getRecord(args: GetRecordArgs, opts?: pulumi.InvokeOptions): Promise<GetRecordResult>;
|
|
@@ -27,15 +27,15 @@ export interface GetRecordArgs {
|
|
|
27
27
|
/**
|
|
28
28
|
* The records' domain.
|
|
29
29
|
*/
|
|
30
|
-
|
|
30
|
+
domain: string;
|
|
31
31
|
/**
|
|
32
32
|
* The records' RR type.
|
|
33
33
|
*/
|
|
34
|
-
|
|
34
|
+
type: string;
|
|
35
35
|
/**
|
|
36
36
|
* The zone the record belongs to.
|
|
37
37
|
*/
|
|
38
|
-
|
|
38
|
+
zone: string;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* A collection of values returned by getRecord.
|
|
@@ -80,3 +80,21 @@ export interface GetRecordResult {
|
|
|
80
80
|
readonly useClientSubnet: boolean;
|
|
81
81
|
readonly zone: string;
|
|
82
82
|
}
|
|
83
|
+
export declare function getRecordOutput(args: GetRecordOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRecordResult>;
|
|
84
|
+
/**
|
|
85
|
+
* A collection of arguments for invoking getRecord.
|
|
86
|
+
*/
|
|
87
|
+
export interface GetRecordOutputArgs {
|
|
88
|
+
/**
|
|
89
|
+
* The records' domain.
|
|
90
|
+
*/
|
|
91
|
+
domain: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* The records' RR type.
|
|
94
|
+
*/
|
|
95
|
+
type: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The zone the record belongs to.
|
|
98
|
+
*/
|
|
99
|
+
zone: pulumi.Input<string>;
|
|
100
|
+
}
|
package/getRecord.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRecordOutput = exports.getRecord = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -20,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
20
21
|
* domain: "terraform.example.io",
|
|
21
22
|
* type: "A",
|
|
22
23
|
* zone: "example.io",
|
|
23
|
-
* }
|
|
24
|
+
* }));
|
|
24
25
|
* ```
|
|
25
26
|
*/
|
|
26
27
|
function getRecord(args, opts) {
|
|
@@ -37,4 +38,8 @@ function getRecord(args, opts) {
|
|
|
37
38
|
}, opts);
|
|
38
39
|
}
|
|
39
40
|
exports.getRecord = getRecord;
|
|
41
|
+
function getRecordOutput(args, opts) {
|
|
42
|
+
return pulumi.output(args).apply(a => getRecord(a, opts));
|
|
43
|
+
}
|
|
44
|
+
exports.getRecordOutput = getRecordOutput;
|
|
40
45
|
//# sourceMappingURL=getRecord.js.map
|
package/getRecord.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRecord.js","sourceRoot":"","sources":["../getRecord.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRecord.js","sourceRoot":"","sources":["../getRecord.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8BAaC;AA8DD,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7D,CAAC;AAFD,0CAEC"}
|
package/getZone.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import { output as outputs } from "./types";
|
|
|
14
14
|
* // Get details about a NS1 Zone.
|
|
15
15
|
* const example = pulumi.output(ns1.getZone({
|
|
16
16
|
* zone: "terraform.example.io",
|
|
17
|
-
* }
|
|
17
|
+
* }));
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
export declare function getZone(args: GetZoneArgs, opts?: pulumi.InvokeOptions): Promise<GetZoneResult>;
|
|
@@ -26,11 +26,11 @@ export interface GetZoneArgs {
|
|
|
26
26
|
* List of additional IPv4 addresses for the primary
|
|
27
27
|
* zone.
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
additionalPrimaries?: string[];
|
|
30
30
|
/**
|
|
31
31
|
* The domain name of the zone.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
zone: string;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* A collection of values returned by getZone.
|
|
@@ -97,3 +97,18 @@ export interface GetZoneResult {
|
|
|
97
97
|
readonly ttl: number;
|
|
98
98
|
readonly zone: string;
|
|
99
99
|
}
|
|
100
|
+
export declare function getZoneOutput(args: GetZoneOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZoneResult>;
|
|
101
|
+
/**
|
|
102
|
+
* A collection of arguments for invoking getZone.
|
|
103
|
+
*/
|
|
104
|
+
export interface GetZoneOutputArgs {
|
|
105
|
+
/**
|
|
106
|
+
* List of additional IPv4 addresses for the primary
|
|
107
|
+
* zone.
|
|
108
|
+
*/
|
|
109
|
+
additionalPrimaries?: pulumi.Input<pulumi.Input<string>[]>;
|
|
110
|
+
/**
|
|
111
|
+
* The domain name of the zone.
|
|
112
|
+
*/
|
|
113
|
+
zone: pulumi.Input<string>;
|
|
114
|
+
}
|
package/getZone.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getZoneOutput = exports.getZone = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -18,7 +19,7 @@ const utilities = require("./utilities");
|
|
|
18
19
|
* // Get details about a NS1 Zone.
|
|
19
20
|
* const example = pulumi.output(ns1.getZone({
|
|
20
21
|
* zone: "terraform.example.io",
|
|
21
|
-
* }
|
|
22
|
+
* }));
|
|
22
23
|
* ```
|
|
23
24
|
*/
|
|
24
25
|
function getZone(args, opts) {
|
|
@@ -34,4 +35,8 @@ function getZone(args, opts) {
|
|
|
34
35
|
}, opts);
|
|
35
36
|
}
|
|
36
37
|
exports.getZone = getZone;
|
|
38
|
+
function getZoneOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply(a => getZone(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getZoneOutput = getZoneOutput;
|
|
37
42
|
//# sourceMappingURL=getZone.js.map
|
package/getZone.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZone.js","sourceRoot":"","sources":["../getZone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZone.js","sourceRoot":"","sources":["../getZone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0BAYC;AAmFD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}
|
package/index.js
CHANGED
|
@@ -1,28 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
function
|
|
5
|
-
|
|
6
|
-
}
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
7
|
+
}) : (function(o, m, k, k2) {
|
|
8
|
+
if (k2 === undefined) k2 = k;
|
|
9
|
+
o[k2] = m[k];
|
|
10
|
+
}));
|
|
11
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
12
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
13
|
+
};
|
|
7
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.types = exports.config = void 0;
|
|
8
16
|
const pulumi = require("@pulumi/pulumi");
|
|
9
17
|
const utilities = require("./utilities");
|
|
10
18
|
// Export members:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
19
|
+
__exportStar(require("./apikey"), exports);
|
|
20
|
+
__exportStar(require("./application"), exports);
|
|
21
|
+
__exportStar(require("./dataFeed"), exports);
|
|
22
|
+
__exportStar(require("./dataSource"), exports);
|
|
23
|
+
__exportStar(require("./getDNSSec"), exports);
|
|
24
|
+
__exportStar(require("./getRecord"), exports);
|
|
25
|
+
__exportStar(require("./getZone"), exports);
|
|
26
|
+
__exportStar(require("./monitoringJob"), exports);
|
|
27
|
+
__exportStar(require("./notifyList"), exports);
|
|
28
|
+
__exportStar(require("./provider"), exports);
|
|
29
|
+
__exportStar(require("./pulsarJob"), exports);
|
|
30
|
+
__exportStar(require("./record"), exports);
|
|
31
|
+
__exportStar(require("./team"), exports);
|
|
32
|
+
__exportStar(require("./user"), exports);
|
|
33
|
+
__exportStar(require("./zone"), exports);
|
|
26
34
|
// Export sub-modules:
|
|
27
35
|
const config = require("./config");
|
|
28
36
|
exports.config = config;
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/monitoringJob.d.ts
CHANGED
|
@@ -137,68 +137,68 @@ export interface MonitoringJobState {
|
|
|
137
137
|
/**
|
|
138
138
|
* Indicates if the job is active or temporarily disabled.
|
|
139
139
|
*/
|
|
140
|
-
|
|
140
|
+
active?: pulumi.Input<boolean>;
|
|
141
141
|
/**
|
|
142
142
|
* A configuration dictionary with keys and values depending on the job_type. Configuration details for each jobType are found by submitting a GET request to https://api.nsone.net/v1/monitoring/jobtypes.
|
|
143
143
|
*/
|
|
144
|
-
|
|
144
|
+
config?: pulumi.Input<{
|
|
145
145
|
[key: string]: any;
|
|
146
146
|
}>;
|
|
147
147
|
/**
|
|
148
148
|
* The frequency, in seconds, at which to run the monitoring job in each region.
|
|
149
149
|
*/
|
|
150
|
-
|
|
150
|
+
frequency?: pulumi.Input<number>;
|
|
151
151
|
/**
|
|
152
152
|
* The type of monitoring job to be run. Refer to the NS1 API documentation (https://ns1.com/api#monitoring-jobs) for supported values which include ping, tcp, dns, http.
|
|
153
153
|
*/
|
|
154
|
-
|
|
154
|
+
jobType?: pulumi.Input<string>;
|
|
155
155
|
/**
|
|
156
156
|
* turn off the notifications for the monitoring job.
|
|
157
157
|
*/
|
|
158
|
-
|
|
158
|
+
mute?: pulumi.Input<boolean>;
|
|
159
159
|
/**
|
|
160
160
|
* The free-form display name for the monitoring job.
|
|
161
161
|
*/
|
|
162
|
-
|
|
162
|
+
name?: pulumi.Input<string>;
|
|
163
163
|
/**
|
|
164
164
|
* Freeform notes to be included in any notifications about this job.
|
|
165
165
|
*/
|
|
166
|
-
|
|
166
|
+
notes?: pulumi.Input<string>;
|
|
167
167
|
/**
|
|
168
168
|
* The time in seconds after a failure to wait before sending a notification.
|
|
169
169
|
*/
|
|
170
|
-
|
|
170
|
+
notifyDelay?: pulumi.Input<number>;
|
|
171
171
|
/**
|
|
172
172
|
* If true, a notification is sent when a job returns to an "up" state.
|
|
173
173
|
*/
|
|
174
|
-
|
|
175
|
-
|
|
174
|
+
notifyFailback?: pulumi.Input<boolean>;
|
|
175
|
+
notifyList?: pulumi.Input<string>;
|
|
176
176
|
/**
|
|
177
177
|
* If true, notifications are sent for any regional failure (and failback if desired), in addition to global state notifications.
|
|
178
178
|
*/
|
|
179
|
-
|
|
179
|
+
notifyRegional?: pulumi.Input<boolean>;
|
|
180
180
|
/**
|
|
181
181
|
* The time in seconds between repeat notifications of a failed job.
|
|
182
182
|
*/
|
|
183
|
-
|
|
183
|
+
notifyRepeat?: pulumi.Input<number>;
|
|
184
184
|
/**
|
|
185
185
|
* The policy for determining the monitor's global status
|
|
186
186
|
* based on the status of the job in all regions. See NS1 API docs for supported values.
|
|
187
187
|
*/
|
|
188
|
-
|
|
188
|
+
policy?: pulumi.Input<string>;
|
|
189
189
|
/**
|
|
190
190
|
* If true, on any apparent state change, the job is quickly re-run after one second to confirm the state change before notification.
|
|
191
191
|
*/
|
|
192
|
-
|
|
192
|
+
rapidRecheck?: pulumi.Input<boolean>;
|
|
193
193
|
/**
|
|
194
194
|
* The list of region codes in which to run the monitoring
|
|
195
195
|
* job. See NS1 API docs for supported values.
|
|
196
196
|
*/
|
|
197
|
-
|
|
197
|
+
regions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
198
198
|
/**
|
|
199
199
|
* A list of rules for determining failure conditions. Each rule acts on one of the outputs from the monitoring job. You must specify key (the output key); comparison (a comparison to perform on the the output); and value (the value to compare to). For example, {"key":"rtt", "comparison":"<", "value":100} is a rule requiring the rtt from a job to be under 100ms, or the job will be marked failed. Available output keys, comparators, and value types are are found by submitting a GET request to https://api.nsone.net/v1/monitoring/jobtypes.
|
|
200
200
|
*/
|
|
201
|
-
|
|
201
|
+
rules?: pulumi.Input<pulumi.Input<inputs.MonitoringJobRule>[]>;
|
|
202
202
|
}
|
|
203
203
|
/**
|
|
204
204
|
* The set of arguments for constructing a MonitoringJob resource.
|
|
@@ -207,66 +207,66 @@ export interface MonitoringJobArgs {
|
|
|
207
207
|
/**
|
|
208
208
|
* Indicates if the job is active or temporarily disabled.
|
|
209
209
|
*/
|
|
210
|
-
|
|
210
|
+
active?: pulumi.Input<boolean>;
|
|
211
211
|
/**
|
|
212
212
|
* A configuration dictionary with keys and values depending on the job_type. Configuration details for each jobType are found by submitting a GET request to https://api.nsone.net/v1/monitoring/jobtypes.
|
|
213
213
|
*/
|
|
214
|
-
|
|
214
|
+
config: pulumi.Input<{
|
|
215
215
|
[key: string]: any;
|
|
216
216
|
}>;
|
|
217
217
|
/**
|
|
218
218
|
* The frequency, in seconds, at which to run the monitoring job in each region.
|
|
219
219
|
*/
|
|
220
|
-
|
|
220
|
+
frequency: pulumi.Input<number>;
|
|
221
221
|
/**
|
|
222
222
|
* The type of monitoring job to be run. Refer to the NS1 API documentation (https://ns1.com/api#monitoring-jobs) for supported values which include ping, tcp, dns, http.
|
|
223
223
|
*/
|
|
224
|
-
|
|
224
|
+
jobType: pulumi.Input<string>;
|
|
225
225
|
/**
|
|
226
226
|
* turn off the notifications for the monitoring job.
|
|
227
227
|
*/
|
|
228
|
-
|
|
228
|
+
mute?: pulumi.Input<boolean>;
|
|
229
229
|
/**
|
|
230
230
|
* The free-form display name for the monitoring job.
|
|
231
231
|
*/
|
|
232
|
-
|
|
232
|
+
name?: pulumi.Input<string>;
|
|
233
233
|
/**
|
|
234
234
|
* Freeform notes to be included in any notifications about this job.
|
|
235
235
|
*/
|
|
236
|
-
|
|
236
|
+
notes?: pulumi.Input<string>;
|
|
237
237
|
/**
|
|
238
238
|
* The time in seconds after a failure to wait before sending a notification.
|
|
239
239
|
*/
|
|
240
|
-
|
|
240
|
+
notifyDelay?: pulumi.Input<number>;
|
|
241
241
|
/**
|
|
242
242
|
* If true, a notification is sent when a job returns to an "up" state.
|
|
243
243
|
*/
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
notifyFailback?: pulumi.Input<boolean>;
|
|
245
|
+
notifyList?: pulumi.Input<string>;
|
|
246
246
|
/**
|
|
247
247
|
* If true, notifications are sent for any regional failure (and failback if desired), in addition to global state notifications.
|
|
248
248
|
*/
|
|
249
|
-
|
|
249
|
+
notifyRegional?: pulumi.Input<boolean>;
|
|
250
250
|
/**
|
|
251
251
|
* The time in seconds between repeat notifications of a failed job.
|
|
252
252
|
*/
|
|
253
|
-
|
|
253
|
+
notifyRepeat?: pulumi.Input<number>;
|
|
254
254
|
/**
|
|
255
255
|
* The policy for determining the monitor's global status
|
|
256
256
|
* based on the status of the job in all regions. See NS1 API docs for supported values.
|
|
257
257
|
*/
|
|
258
|
-
|
|
258
|
+
policy?: pulumi.Input<string>;
|
|
259
259
|
/**
|
|
260
260
|
* If true, on any apparent state change, the job is quickly re-run after one second to confirm the state change before notification.
|
|
261
261
|
*/
|
|
262
|
-
|
|
262
|
+
rapidRecheck?: pulumi.Input<boolean>;
|
|
263
263
|
/**
|
|
264
264
|
* The list of region codes in which to run the monitoring
|
|
265
265
|
* job. See NS1 API docs for supported values.
|
|
266
266
|
*/
|
|
267
|
-
|
|
267
|
+
regions: pulumi.Input<pulumi.Input<string>[]>;
|
|
268
268
|
/**
|
|
269
269
|
* A list of rules for determining failure conditions. Each rule acts on one of the outputs from the monitoring job. You must specify key (the output key); comparison (a comparison to perform on the the output); and value (the value to compare to). For example, {"key":"rtt", "comparison":"<", "value":100} is a rule requiring the rtt from a job to be under 100ms, or the job will be marked failed. Available output keys, comparators, and value types are are found by submitting a GET request to https://api.nsone.net/v1/monitoring/jobtypes.
|
|
270
270
|
*/
|
|
271
|
-
|
|
271
|
+
rules?: pulumi.Input<pulumi.Input<inputs.MonitoringJobRule>[]>;
|
|
272
272
|
}
|
package/monitoringJob.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.MonitoringJob = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
package/monitoringJob.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitoringJob.js","sourceRoot":"","sources":["../monitoringJob.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"monitoringJob.js","sourceRoot":"","sources":["../monitoringJob.ts"],"names":[],"mappings":"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"}
|
package/notifyList.d.ts
CHANGED
|
@@ -70,11 +70,11 @@ export interface NotifyListState {
|
|
|
70
70
|
/**
|
|
71
71
|
* The free-form display name for the notify list.
|
|
72
72
|
*/
|
|
73
|
-
|
|
73
|
+
name?: pulumi.Input<string>;
|
|
74
74
|
/**
|
|
75
75
|
* A list of notifiers. All notifiers in a notification list will receive notifications whenever an event is send to the list (e.g., when a monitoring job fails). Notifiers are documented below.
|
|
76
76
|
*/
|
|
77
|
-
|
|
77
|
+
notifications?: pulumi.Input<pulumi.Input<inputs.NotifyListNotification>[]>;
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* The set of arguments for constructing a NotifyList resource.
|
|
@@ -83,9 +83,9 @@ export interface NotifyListArgs {
|
|
|
83
83
|
/**
|
|
84
84
|
* The free-form display name for the notify list.
|
|
85
85
|
*/
|
|
86
|
-
|
|
86
|
+
name?: pulumi.Input<string>;
|
|
87
87
|
/**
|
|
88
88
|
* A list of notifiers. All notifiers in a notification list will receive notifications whenever an event is send to the list (e.g., when a monitoring job fails). Notifiers are documented below.
|
|
89
89
|
*/
|
|
90
|
-
|
|
90
|
+
notifications?: pulumi.Input<pulumi.Input<inputs.NotifyListNotification>[]>;
|
|
91
91
|
}
|
package/notifyList.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.NotifyList = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
package/notifyList.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notifyList.js","sourceRoot":"","sources":["../notifyList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"notifyList.js","sourceRoot":"","sources":["../notifyList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IA6CjD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACvD,CAAC;IA5DD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;;AA1BL,gCA8DC;AAhDG,gBAAgB;AACO,uBAAY,GAAG,iCAAiC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ns1",
|
|
3
|
-
"version": "v2.
|
|
3
|
+
"version": "v2.4.0-alpha.1637768721+2b9dea7a",
|
|
4
4
|
"description": "A Pulumi package for creating and managing ns1 cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,14 +11,15 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource ns1 v2.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource ns1 v2.4.0-alpha.1637768721+2b9dea7a"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/mime": "^2.0.0",
|
|
21
|
-
"@types/node": "^10.0.0"
|
|
21
|
+
"@types/node": "^10.0.0",
|
|
22
|
+
"typescript": "^4.3.5"
|
|
22
23
|
},
|
|
23
24
|
"pulumi": {
|
|
24
25
|
"resource": true
|