@pulumi/cloudngfwaws 0.0.1
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/LICENSE +177 -0
- package/README.md +54 -0
- package/account.d.ts +148 -0
- package/account.js +73 -0
- package/account.js.map +1 -0
- package/accountOnboarding.d.ts +68 -0
- package/accountOnboarding.js +62 -0
- package/accountOnboarding.js.map +1 -0
- package/accountOnboardingStack.d.ts +233 -0
- package/accountOnboardingStack.js +103 -0
- package/accountOnboardingStack.js.map +1 -0
- package/certificate.d.ts +168 -0
- package/certificate.js +106 -0
- package/certificate.js.map +1 -0
- package/commitRulestack.d.ts +123 -0
- package/commitRulestack.js +83 -0
- package/commitRulestack.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +96 -0
- package/config/vars.js +127 -0
- package/config/vars.js.map +1 -0
- package/customUrlCategory.d.ts +172 -0
- package/customUrlCategory.js +113 -0
- package/customUrlCategory.js.map +1 -0
- package/fqdnList.d.ts +159 -0
- package/fqdnList.js +110 -0
- package/fqdnList.js.map +1 -0
- package/getAccount.d.ts +138 -0
- package/getAccount.js +54 -0
- package/getAccount.js.map +1 -0
- package/getAccounts.d.ts +76 -0
- package/getAccounts.js +44 -0
- package/getAccounts.js.map +1 -0
- package/getAppIdVersion.d.ts +102 -0
- package/getAppIdVersion.js +62 -0
- package/getAppIdVersion.js.map +1 -0
- package/getAppIdVersions.d.ts +86 -0
- package/getAppIdVersions.js +58 -0
- package/getAppIdVersions.js.map +1 -0
- package/getCertificate.d.ts +148 -0
- package/getCertificate.js +86 -0
- package/getCertificate.js.map +1 -0
- package/getCountry.d.ts +88 -0
- package/getCountry.js +58 -0
- package/getCountry.js.map +1 -0
- package/getCustomUrlCategory.d.ts +148 -0
- package/getCustomUrlCategory.js +86 -0
- package/getCustomUrlCategory.js.map +1 -0
- package/getFqdnList.d.ts +144 -0
- package/getFqdnList.js +86 -0
- package/getFqdnList.js.map +1 -0
- package/getIntelligentFeed.d.ts +160 -0
- package/getIntelligentFeed.js +86 -0
- package/getIntelligentFeed.js.map +1 -0
- package/getNgfw.d.ts +146 -0
- package/getNgfw.js +60 -0
- package/getNgfw.js.map +1 -0
- package/getNgfwLogProfile.d.ts +101 -0
- package/getNgfwLogProfile.js +62 -0
- package/getNgfwLogProfile.js.map +1 -0
- package/getNgfws.d.ts +83 -0
- package/getNgfws.js +58 -0
- package/getNgfws.js.map +1 -0
- package/getPredefinedUrlCategories.d.ts +88 -0
- package/getPredefinedUrlCategories.js +60 -0
- package/getPredefinedUrlCategories.js.map +1 -0
- package/getPredefinedUrlCategoryOverride.d.ts +128 -0
- package/getPredefinedUrlCategoryOverride.js +84 -0
- package/getPredefinedUrlCategoryOverride.js.map +1 -0
- package/getPrefixList.d.ts +144 -0
- package/getPrefixList.js +86 -0
- package/getPrefixList.js.map +1 -0
- package/getRulestack.d.ts +128 -0
- package/getRulestack.js +64 -0
- package/getRulestack.js.map +1 -0
- package/getSecurityRule.d.ts +169 -0
- package/getSecurityRule.js +46 -0
- package/getSecurityRule.js.map +1 -0
- package/getValidateRulestack.d.ts +82 -0
- package/getValidateRulestack.js +40 -0
- package/getValidateRulestack.js.map +1 -0
- package/index.d.ts +102 -0
- package/index.js +158 -0
- package/index.js.map +1 -0
- package/intelligentFeed.d.ts +207 -0
- package/intelligentFeed.js +118 -0
- package/intelligentFeed.js.map +1 -0
- package/ngfw.d.ts +295 -0
- package/ngfw.js +153 -0
- package/ngfw.js.map +1 -0
- package/ngfwLogProfile.d.ts +191 -0
- package/ngfwLogProfile.js +149 -0
- package/ngfwLogProfile.js.map +1 -0
- package/package.json +32 -0
- package/predefinedUrlCategoryOverride.d.ts +130 -0
- package/predefinedUrlCategoryOverride.js +98 -0
- package/predefinedUrlCategoryOverride.js.map +1 -0
- package/prefixList.d.ts +159 -0
- package/prefixList.js +110 -0
- package/prefixList.js.map +1 -0
- package/provider.d.ts +192 -0
- package/provider.js +64 -0
- package/provider.js.map +1 -0
- package/rulestack.d.ts +184 -0
- package/rulestack.js +103 -0
- package/rulestack.js.map +1 -0
- package/securityRule.d.ts +344 -0
- package/securityRule.js +162 -0
- package/securityRule.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +174 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +313 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
package/getAccounts.js
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAccountsOutput = exports.getAccounts = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source get a list of Accounts.
|
|
10
|
+
*
|
|
11
|
+
* ## Admin Permission Type
|
|
12
|
+
*
|
|
13
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
14
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
15
|
+
*/
|
|
16
|
+
function getAccounts(args, opts) {
|
|
17
|
+
args = args || {};
|
|
18
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
|
+
return pulumi.runtime.invoke("cloudngfwaws:index/getAccounts:getAccounts", {
|
|
20
|
+
"accountDetails": args.accountDetails,
|
|
21
|
+
"accountIds": args.accountIds,
|
|
22
|
+
"describe": args.describe,
|
|
23
|
+
}, opts);
|
|
24
|
+
}
|
|
25
|
+
exports.getAccounts = getAccounts;
|
|
26
|
+
/**
|
|
27
|
+
* Data source get a list of Accounts.
|
|
28
|
+
*
|
|
29
|
+
* ## Admin Permission Type
|
|
30
|
+
*
|
|
31
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
32
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
33
|
+
*/
|
|
34
|
+
function getAccountsOutput(args, opts) {
|
|
35
|
+
args = args || {};
|
|
36
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
37
|
+
return pulumi.runtime.invokeOutput("cloudngfwaws:index/getAccounts:getAccounts", {
|
|
38
|
+
"accountDetails": args.accountDetails,
|
|
39
|
+
"accountIds": args.accountIds,
|
|
40
|
+
"describe": args.describe,
|
|
41
|
+
}, opts);
|
|
42
|
+
}
|
|
43
|
+
exports.getAccountsOutput = getAccountsOutput;
|
|
44
|
+
//# sourceMappingURL=getAccounts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAccounts.js","sourceRoot":"","sources":["../getAccounts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;GAOG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kCAQC;AAyCD;;;;;;;GAOG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data source to retrieve information on a given AppId version.
|
|
4
|
+
*
|
|
5
|
+
* ## Admin Permission Type
|
|
6
|
+
*
|
|
7
|
+
* * `Rulestack`
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
14
|
+
*
|
|
15
|
+
* const example = cloudngfwaws.getAppIdVersion({
|
|
16
|
+
* version: "123-456",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getAppIdVersion(args: GetAppIdVersionArgs, opts?: pulumi.InvokeOptions): Promise<GetAppIdVersionResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getAppIdVersion.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetAppIdVersionArgs {
|
|
25
|
+
/**
|
|
26
|
+
* Max results. Defaults to `100`.
|
|
27
|
+
*/
|
|
28
|
+
maxResults?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Pagination token.
|
|
31
|
+
*/
|
|
32
|
+
token?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The AppId version.
|
|
35
|
+
*/
|
|
36
|
+
version: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* A collection of values returned by getAppIdVersion.
|
|
40
|
+
*/
|
|
41
|
+
export interface GetAppIdVersionResult {
|
|
42
|
+
/**
|
|
43
|
+
* List of applications.
|
|
44
|
+
*/
|
|
45
|
+
readonly applications: string[];
|
|
46
|
+
/**
|
|
47
|
+
* The provider-assigned unique ID for this managed resource.
|
|
48
|
+
*/
|
|
49
|
+
readonly id: string;
|
|
50
|
+
/**
|
|
51
|
+
* Max results. Defaults to `100`.
|
|
52
|
+
*/
|
|
53
|
+
readonly maxResults?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Token for the next page of results.
|
|
56
|
+
*/
|
|
57
|
+
readonly nextToken: string;
|
|
58
|
+
/**
|
|
59
|
+
* Pagination token.
|
|
60
|
+
*/
|
|
61
|
+
readonly token?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The AppId version.
|
|
64
|
+
*/
|
|
65
|
+
readonly version: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Data source to retrieve information on a given AppId version.
|
|
69
|
+
*
|
|
70
|
+
* ## Admin Permission Type
|
|
71
|
+
*
|
|
72
|
+
* * `Rulestack`
|
|
73
|
+
*
|
|
74
|
+
* ## Example Usage
|
|
75
|
+
*
|
|
76
|
+
* ```typescript
|
|
77
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
78
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
79
|
+
*
|
|
80
|
+
* const example = cloudngfwaws.getAppIdVersion({
|
|
81
|
+
* version: "123-456",
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
export declare function getAppIdVersionOutput(args: GetAppIdVersionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAppIdVersionResult>;
|
|
86
|
+
/**
|
|
87
|
+
* A collection of arguments for invoking getAppIdVersion.
|
|
88
|
+
*/
|
|
89
|
+
export interface GetAppIdVersionOutputArgs {
|
|
90
|
+
/**
|
|
91
|
+
* Max results. Defaults to `100`.
|
|
92
|
+
*/
|
|
93
|
+
maxResults?: pulumi.Input<number>;
|
|
94
|
+
/**
|
|
95
|
+
* Pagination token.
|
|
96
|
+
*/
|
|
97
|
+
token?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The AppId version.
|
|
100
|
+
*/
|
|
101
|
+
version: pulumi.Input<string>;
|
|
102
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAppIdVersionOutput = exports.getAppIdVersion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source to retrieve information on a given AppId version.
|
|
10
|
+
*
|
|
11
|
+
* ## Admin Permission Type
|
|
12
|
+
*
|
|
13
|
+
* * `Rulestack`
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
20
|
+
*
|
|
21
|
+
* const example = cloudngfwaws.getAppIdVersion({
|
|
22
|
+
* version: "123-456",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
function getAppIdVersion(args, opts) {
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("cloudngfwaws:index/getAppIdVersion:getAppIdVersion", {
|
|
29
|
+
"maxResults": args.maxResults,
|
|
30
|
+
"token": args.token,
|
|
31
|
+
"version": args.version,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getAppIdVersion = getAppIdVersion;
|
|
35
|
+
/**
|
|
36
|
+
* Data source to retrieve information on a given AppId version.
|
|
37
|
+
*
|
|
38
|
+
* ## Admin Permission Type
|
|
39
|
+
*
|
|
40
|
+
* * `Rulestack`
|
|
41
|
+
*
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
47
|
+
*
|
|
48
|
+
* const example = cloudngfwaws.getAppIdVersion({
|
|
49
|
+
* version: "123-456",
|
|
50
|
+
* });
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
function getAppIdVersionOutput(args, opts) {
|
|
54
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
55
|
+
return pulumi.runtime.invokeOutput("cloudngfwaws:index/getAppIdVersion:getAppIdVersion", {
|
|
56
|
+
"maxResults": args.maxResults,
|
|
57
|
+
"token": args.token,
|
|
58
|
+
"version": args.version,
|
|
59
|
+
}, opts);
|
|
60
|
+
}
|
|
61
|
+
exports.getAppIdVersionOutput = getAppIdVersionOutput;
|
|
62
|
+
//# sourceMappingURL=getAppIdVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAppIdVersion.js","sourceRoot":"","sources":["../getAppIdVersion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC;AAiDD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data source get a list of AppId versions.
|
|
4
|
+
*
|
|
5
|
+
* ## Admin Permission Type
|
|
6
|
+
*
|
|
7
|
+
* * `Rulestack`
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
14
|
+
*
|
|
15
|
+
* const example = cloudngfwaws.getAppIdVersions({});
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getAppIdVersions(args?: GetAppIdVersionsArgs, opts?: pulumi.InvokeOptions): Promise<GetAppIdVersionsResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getAppIdVersions.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetAppIdVersionsArgs {
|
|
23
|
+
/**
|
|
24
|
+
* Max number of results. Defaults to `100`.
|
|
25
|
+
*/
|
|
26
|
+
maxResults?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Pagination token.
|
|
29
|
+
*/
|
|
30
|
+
token?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getAppIdVersions.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetAppIdVersionsResult {
|
|
36
|
+
/**
|
|
37
|
+
* The provider-assigned unique ID for this managed resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* Max number of results. Defaults to `100`.
|
|
42
|
+
*/
|
|
43
|
+
readonly maxResults?: number;
|
|
44
|
+
/**
|
|
45
|
+
* Token for the next page of results.
|
|
46
|
+
*/
|
|
47
|
+
readonly nextToken: string;
|
|
48
|
+
/**
|
|
49
|
+
* Pagination token.
|
|
50
|
+
*/
|
|
51
|
+
readonly token?: string;
|
|
52
|
+
/**
|
|
53
|
+
* List of AppId versions.
|
|
54
|
+
*/
|
|
55
|
+
readonly versions: string[];
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Data source get a list of AppId versions.
|
|
59
|
+
*
|
|
60
|
+
* ## Admin Permission Type
|
|
61
|
+
*
|
|
62
|
+
* * `Rulestack`
|
|
63
|
+
*
|
|
64
|
+
* ## Example Usage
|
|
65
|
+
*
|
|
66
|
+
* ```typescript
|
|
67
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
68
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
69
|
+
*
|
|
70
|
+
* const example = cloudngfwaws.getAppIdVersions({});
|
|
71
|
+
* ```
|
|
72
|
+
*/
|
|
73
|
+
export declare function getAppIdVersionsOutput(args?: GetAppIdVersionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAppIdVersionsResult>;
|
|
74
|
+
/**
|
|
75
|
+
* A collection of arguments for invoking getAppIdVersions.
|
|
76
|
+
*/
|
|
77
|
+
export interface GetAppIdVersionsOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* Max number of results. Defaults to `100`.
|
|
80
|
+
*/
|
|
81
|
+
maxResults?: pulumi.Input<number>;
|
|
82
|
+
/**
|
|
83
|
+
* Pagination token.
|
|
84
|
+
*/
|
|
85
|
+
token?: pulumi.Input<string>;
|
|
86
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAppIdVersionsOutput = exports.getAppIdVersions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source get a list of AppId versions.
|
|
10
|
+
*
|
|
11
|
+
* ## Admin Permission Type
|
|
12
|
+
*
|
|
13
|
+
* * `Rulestack`
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
20
|
+
*
|
|
21
|
+
* const example = cloudngfwaws.getAppIdVersions({});
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getAppIdVersions(args, opts) {
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("cloudngfwaws:index/getAppIdVersions:getAppIdVersions", {
|
|
28
|
+
"maxResults": args.maxResults,
|
|
29
|
+
"token": args.token,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getAppIdVersions = getAppIdVersions;
|
|
33
|
+
/**
|
|
34
|
+
* Data source get a list of AppId versions.
|
|
35
|
+
*
|
|
36
|
+
* ## Admin Permission Type
|
|
37
|
+
*
|
|
38
|
+
* * `Rulestack`
|
|
39
|
+
*
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
45
|
+
*
|
|
46
|
+
* const example = cloudngfwaws.getAppIdVersions({});
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getAppIdVersionsOutput(args, opts) {
|
|
50
|
+
args = args || {};
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("cloudngfwaws:index/getAppIdVersions:getAppIdVersions", {
|
|
53
|
+
"maxResults": args.maxResults,
|
|
54
|
+
"token": args.token,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getAppIdVersionsOutput = getAppIdVersionsOutput;
|
|
58
|
+
//# sourceMappingURL=getAppIdVersions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAppIdVersions.js","sourceRoot":"","sources":["../getAppIdVersions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC;AAyCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC"}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data source for retrieving certificate information.
|
|
4
|
+
*
|
|
5
|
+
* ## Admin Permission Type
|
|
6
|
+
*
|
|
7
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
8
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
15
|
+
*
|
|
16
|
+
* const r = new cloudngfwaws.Rulestack("r", {
|
|
17
|
+
* name: "my-rulestack",
|
|
18
|
+
* scope: "Local",
|
|
19
|
+
* accountId: "12345",
|
|
20
|
+
* description: "Made by Pulumi",
|
|
21
|
+
* profileConfig: {
|
|
22
|
+
* antiSpyware: "BestPractice",
|
|
23
|
+
* },
|
|
24
|
+
* });
|
|
25
|
+
* const example = cloudngfwaws.getCertificateOutput({
|
|
26
|
+
* rulestack: r.name,
|
|
27
|
+
* name: "foobar",
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare function getCertificate(args: GetCertificateArgs, opts?: pulumi.InvokeOptions): Promise<GetCertificateResult>;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of arguments for invoking getCertificate.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetCertificateArgs {
|
|
36
|
+
/**
|
|
37
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
38
|
+
*/
|
|
39
|
+
configType?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The name.
|
|
42
|
+
*/
|
|
43
|
+
name: string;
|
|
44
|
+
/**
|
|
45
|
+
* The rulestack.
|
|
46
|
+
*/
|
|
47
|
+
rulestack: string;
|
|
48
|
+
/**
|
|
49
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
50
|
+
*/
|
|
51
|
+
scope?: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* A collection of values returned by getCertificate.
|
|
55
|
+
*/
|
|
56
|
+
export interface GetCertificateResult {
|
|
57
|
+
/**
|
|
58
|
+
* The audit comment.
|
|
59
|
+
*/
|
|
60
|
+
readonly auditComment: string;
|
|
61
|
+
/**
|
|
62
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
63
|
+
*/
|
|
64
|
+
readonly configType?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The description.
|
|
67
|
+
*/
|
|
68
|
+
readonly description: string;
|
|
69
|
+
/**
|
|
70
|
+
* The provider-assigned unique ID for this managed resource.
|
|
71
|
+
*/
|
|
72
|
+
readonly id: string;
|
|
73
|
+
/**
|
|
74
|
+
* The name.
|
|
75
|
+
*/
|
|
76
|
+
readonly name: string;
|
|
77
|
+
/**
|
|
78
|
+
* The rulestack.
|
|
79
|
+
*/
|
|
80
|
+
readonly rulestack: string;
|
|
81
|
+
/**
|
|
82
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
83
|
+
*/
|
|
84
|
+
readonly scope?: string;
|
|
85
|
+
/**
|
|
86
|
+
* Set to true if certificate is self-signed.
|
|
87
|
+
*/
|
|
88
|
+
readonly selfSigned: boolean;
|
|
89
|
+
/**
|
|
90
|
+
* The certificate signer ARN.
|
|
91
|
+
*/
|
|
92
|
+
readonly signerArn: string;
|
|
93
|
+
/**
|
|
94
|
+
* The update token.
|
|
95
|
+
*/
|
|
96
|
+
readonly updateToken: string;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Data source for retrieving certificate information.
|
|
100
|
+
*
|
|
101
|
+
* ## Admin Permission Type
|
|
102
|
+
*
|
|
103
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
104
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
105
|
+
*
|
|
106
|
+
* ## Example Usage
|
|
107
|
+
*
|
|
108
|
+
* ```typescript
|
|
109
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
110
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
111
|
+
*
|
|
112
|
+
* const r = new cloudngfwaws.Rulestack("r", {
|
|
113
|
+
* name: "my-rulestack",
|
|
114
|
+
* scope: "Local",
|
|
115
|
+
* accountId: "12345",
|
|
116
|
+
* description: "Made by Pulumi",
|
|
117
|
+
* profileConfig: {
|
|
118
|
+
* antiSpyware: "BestPractice",
|
|
119
|
+
* },
|
|
120
|
+
* });
|
|
121
|
+
* const example = cloudngfwaws.getCertificateOutput({
|
|
122
|
+
* rulestack: r.name,
|
|
123
|
+
* name: "foobar",
|
|
124
|
+
* });
|
|
125
|
+
* ```
|
|
126
|
+
*/
|
|
127
|
+
export declare function getCertificateOutput(args: GetCertificateOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCertificateResult>;
|
|
128
|
+
/**
|
|
129
|
+
* A collection of arguments for invoking getCertificate.
|
|
130
|
+
*/
|
|
131
|
+
export interface GetCertificateOutputArgs {
|
|
132
|
+
/**
|
|
133
|
+
* Retrieve either the candidate or running config. Valid values are `candidate` or `running`. Defaults to `candidate`.
|
|
134
|
+
*/
|
|
135
|
+
configType?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* The name.
|
|
138
|
+
*/
|
|
139
|
+
name: pulumi.Input<string>;
|
|
140
|
+
/**
|
|
141
|
+
* The rulestack.
|
|
142
|
+
*/
|
|
143
|
+
rulestack: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* The rulestack's scope. A local rulestack will require that you've retrieved a LRA JWT. A global rulestack will require that you've retrieved a GRA JWT. Valid values are `Local` or `Global`. Defaults to `Local`.
|
|
146
|
+
*/
|
|
147
|
+
scope?: pulumi.Input<string>;
|
|
148
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getCertificateOutput = exports.getCertificate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for retrieving certificate information.
|
|
10
|
+
*
|
|
11
|
+
* ## Admin Permission Type
|
|
12
|
+
*
|
|
13
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
14
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
15
|
+
*
|
|
16
|
+
* ## Example Usage
|
|
17
|
+
*
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
21
|
+
*
|
|
22
|
+
* const r = new cloudngfwaws.Rulestack("r", {
|
|
23
|
+
* name: "my-rulestack",
|
|
24
|
+
* scope: "Local",
|
|
25
|
+
* accountId: "12345",
|
|
26
|
+
* description: "Made by Pulumi",
|
|
27
|
+
* profileConfig: {
|
|
28
|
+
* antiSpyware: "BestPractice",
|
|
29
|
+
* },
|
|
30
|
+
* });
|
|
31
|
+
* const example = cloudngfwaws.getCertificateOutput({
|
|
32
|
+
* rulestack: r.name,
|
|
33
|
+
* name: "foobar",
|
|
34
|
+
* });
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
function getCertificate(args, opts) {
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invoke("cloudngfwaws:index/getCertificate:getCertificate", {
|
|
40
|
+
"configType": args.configType,
|
|
41
|
+
"name": args.name,
|
|
42
|
+
"rulestack": args.rulestack,
|
|
43
|
+
"scope": args.scope,
|
|
44
|
+
}, opts);
|
|
45
|
+
}
|
|
46
|
+
exports.getCertificate = getCertificate;
|
|
47
|
+
/**
|
|
48
|
+
* Data source for retrieving certificate information.
|
|
49
|
+
*
|
|
50
|
+
* ## Admin Permission Type
|
|
51
|
+
*
|
|
52
|
+
* * `Rulestack` (for `scope="Local"`)
|
|
53
|
+
* * `Global Rulestack` (for `scope="Global"`)
|
|
54
|
+
*
|
|
55
|
+
* ## Example Usage
|
|
56
|
+
*
|
|
57
|
+
* ```typescript
|
|
58
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
59
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
60
|
+
*
|
|
61
|
+
* const r = new cloudngfwaws.Rulestack("r", {
|
|
62
|
+
* name: "my-rulestack",
|
|
63
|
+
* scope: "Local",
|
|
64
|
+
* accountId: "12345",
|
|
65
|
+
* description: "Made by Pulumi",
|
|
66
|
+
* profileConfig: {
|
|
67
|
+
* antiSpyware: "BestPractice",
|
|
68
|
+
* },
|
|
69
|
+
* });
|
|
70
|
+
* const example = cloudngfwaws.getCertificateOutput({
|
|
71
|
+
* rulestack: r.name,
|
|
72
|
+
* name: "foobar",
|
|
73
|
+
* });
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
function getCertificateOutput(args, opts) {
|
|
77
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
78
|
+
return pulumi.runtime.invokeOutput("cloudngfwaws:index/getCertificate:getCertificate", {
|
|
79
|
+
"configType": args.configType,
|
|
80
|
+
"name": args.name,
|
|
81
|
+
"rulestack": args.rulestack,
|
|
82
|
+
"scope": args.scope,
|
|
83
|
+
}, opts);
|
|
84
|
+
}
|
|
85
|
+
exports.getCertificateOutput = getCertificateOutput;
|
|
86
|
+
//# sourceMappingURL=getCertificate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCertificate.js","sourceRoot":"","sources":["../getCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAqED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC"}
|
package/getCountry.d.ts
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data source get a list of countries and their country codes.
|
|
4
|
+
*
|
|
5
|
+
* ## Admin Permission Type
|
|
6
|
+
*
|
|
7
|
+
* * `Rulestack`
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
14
|
+
*
|
|
15
|
+
* const example = cloudngfwaws.getCountry({});
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getCountry(args?: GetCountryArgs, opts?: pulumi.InvokeOptions): Promise<GetCountryResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getCountry.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetCountryArgs {
|
|
23
|
+
/**
|
|
24
|
+
* Max number of results. Defaults to `100`.
|
|
25
|
+
*/
|
|
26
|
+
maxResults?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Pagination token.
|
|
29
|
+
*/
|
|
30
|
+
token?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getCountry.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetCountryResult {
|
|
36
|
+
/**
|
|
37
|
+
* The country code (as the key) and description (as the value).
|
|
38
|
+
*/
|
|
39
|
+
readonly codes: {
|
|
40
|
+
[key: string]: string;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* The provider-assigned unique ID for this managed resource.
|
|
44
|
+
*/
|
|
45
|
+
readonly id: string;
|
|
46
|
+
/**
|
|
47
|
+
* Max number of results. Defaults to `100`.
|
|
48
|
+
*/
|
|
49
|
+
readonly maxResults?: number;
|
|
50
|
+
/**
|
|
51
|
+
* Token for the next page of results.
|
|
52
|
+
*/
|
|
53
|
+
readonly nextToken: string;
|
|
54
|
+
/**
|
|
55
|
+
* Pagination token.
|
|
56
|
+
*/
|
|
57
|
+
readonly token?: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Data source get a list of countries and their country codes.
|
|
61
|
+
*
|
|
62
|
+
* ## Admin Permission Type
|
|
63
|
+
*
|
|
64
|
+
* * `Rulestack`
|
|
65
|
+
*
|
|
66
|
+
* ## Example Usage
|
|
67
|
+
*
|
|
68
|
+
* ```typescript
|
|
69
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
70
|
+
* import * as cloudngfwaws from "@pulumi/cloudngfwaws";
|
|
71
|
+
*
|
|
72
|
+
* const example = cloudngfwaws.getCountry({});
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
export declare function getCountryOutput(args?: GetCountryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCountryResult>;
|
|
76
|
+
/**
|
|
77
|
+
* A collection of arguments for invoking getCountry.
|
|
78
|
+
*/
|
|
79
|
+
export interface GetCountryOutputArgs {
|
|
80
|
+
/**
|
|
81
|
+
* Max number of results. Defaults to `100`.
|
|
82
|
+
*/
|
|
83
|
+
maxResults?: pulumi.Input<number>;
|
|
84
|
+
/**
|
|
85
|
+
* Pagination token.
|
|
86
|
+
*/
|
|
87
|
+
token?: pulumi.Input<string>;
|
|
88
|
+
}
|