@pulumi/scm 1.0.5 → 1.0.6
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/forwardingProfile.d.ts +294 -0
- package/forwardingProfile.js +247 -0
- package/forwardingProfile.js.map +1 -0
- package/forwardingProfileDestination.d.ts +190 -0
- package/forwardingProfileDestination.js +143 -0
- package/forwardingProfileDestination.js.map +1 -0
- package/forwardingProfileRegionalAndCustomProxy.d.ts +289 -0
- package/forwardingProfileRegionalAndCustomProxy.js +192 -0
- package/forwardingProfileRegionalAndCustomProxy.js.map +1 -0
- package/forwardingProfileSourceApplication.d.ts +161 -0
- package/forwardingProfileSourceApplication.js +129 -0
- package/forwardingProfileSourceApplication.js.map +1 -0
- package/forwardingProfileUserLocation.d.ts +172 -0
- package/forwardingProfileUserLocation.js +125 -0
- package/forwardingProfileUserLocation.js.map +1 -0
- package/getAddressGroupList.d.ts +4 -4
- package/getAddressGroupList.js +4 -4
- package/getAddressList.d.ts +4 -4
- package/getAddressList.js +4 -4
- package/getAggregateInterfaceList.d.ts +2 -2
- package/getAggregateInterfaceList.js +2 -2
- package/getApplicationGroupList.d.ts +4 -4
- package/getApplicationGroupList.js +4 -4
- package/getBgpAuthProfileList.d.ts +2 -2
- package/getBgpAuthProfileList.js +2 -2
- package/getBgpRedistributionProfileList.d.ts +2 -2
- package/getBgpRedistributionProfileList.js +2 -2
- package/getBgpRouteMapList.d.ts +2 -2
- package/getBgpRouteMapList.js +2 -2
- package/getConfigMatchListList.d.ts +2 -2
- package/getConfigMatchListList.js +2 -2
- package/getDevice.d.ts +267 -0
- package/getDevice.js +82 -0
- package/getDevice.js.map +1 -0
- package/getDeviceList.d.ts +171 -0
- package/getDeviceList.js +88 -0
- package/getDeviceList.js.map +1 -0
- package/getDynamicUserGroupList.d.ts +4 -4
- package/getDynamicUserGroupList.js +4 -4
- package/getEthernetInterfaceList.d.ts +2 -2
- package/getEthernetInterfaceList.js +2 -2
- package/getForwardingProfile.d.ts +137 -0
- package/getForwardingProfile.js +92 -0
- package/getForwardingProfile.js.map +1 -0
- package/getForwardingProfileDestination.d.ts +127 -0
- package/getForwardingProfileDestination.js +82 -0
- package/getForwardingProfileDestination.js.map +1 -0
- package/getForwardingProfileDestinationList.d.ts +163 -0
- package/getForwardingProfileDestinationList.js +90 -0
- package/getForwardingProfileDestinationList.js.map +1 -0
- package/getForwardingProfileList.d.ts +163 -0
- package/getForwardingProfileList.js +90 -0
- package/getForwardingProfileList.js.map +1 -0
- package/getForwardingProfileRegionalAndCustomProxy.d.ts +157 -0
- package/getForwardingProfileRegionalAndCustomProxy.js +92 -0
- package/getForwardingProfileRegionalAndCustomProxy.js.map +1 -0
- package/getForwardingProfileRegionalAndCustomProxyList.d.ts +163 -0
- package/getForwardingProfileRegionalAndCustomProxyList.js +90 -0
- package/getForwardingProfileRegionalAndCustomProxyList.js.map +1 -0
- package/getForwardingProfileSourceApplication.d.ts +98 -0
- package/getForwardingProfileSourceApplication.js +58 -0
- package/getForwardingProfileSourceApplication.js.map +1 -0
- package/getForwardingProfileSourceApplicationList.d.ts +113 -0
- package/getForwardingProfileSourceApplicationList.js +40 -0
- package/getForwardingProfileSourceApplicationList.js.map +1 -0
- package/getForwardingProfileUserLocation.d.ts +127 -0
- package/getForwardingProfileUserLocation.js +82 -0
- package/getForwardingProfileUserLocation.js.map +1 -0
- package/getForwardingProfileUserLocationList.d.ts +163 -0
- package/getForwardingProfileUserLocationList.js +90 -0
- package/getForwardingProfileUserLocationList.js.map +1 -0
- package/getGlobalprotectMatchListList.d.ts +2 -2
- package/getGlobalprotectMatchListList.js +2 -2
- package/getHipmatchMatchListList.d.ts +2 -2
- package/getHipmatchMatchListList.js +2 -2
- package/getIptagMatchListList.d.ts +2 -2
- package/getIptagMatchListList.js +2 -2
- package/getLayer2SubinterfaceList.d.ts +2 -2
- package/getLayer2SubinterfaceList.js +2 -2
- package/getLayer3SubinterfaceList.d.ts +2 -2
- package/getLayer3SubinterfaceList.js +2 -2
- package/getLogicalRouterList.d.ts +2 -2
- package/getLogicalRouterList.js +2 -2
- package/getLoopbackInterfaceList.d.ts +2 -2
- package/getLoopbackInterfaceList.js +2 -2
- package/getServiceConnection.d.ts +4 -0
- package/getServiceConnection.js.map +1 -1
- package/getServiceList.d.ts +2 -2
- package/getServiceList.js +2 -2
- package/getSystemMatchListList.d.ts +2 -2
- package/getSystemMatchListList.js +2 -2
- package/getTunnelInterfaceList.d.ts +2 -2
- package/getTunnelInterfaceList.js +2 -2
- package/getUseridMatchListList.d.ts +2 -2
- package/getUseridMatchListList.js +2 -2
- package/getVlanInterfaceList.d.ts +2 -2
- package/getVlanInterfaceList.js +2 -2
- package/getZoneList.d.ts +2 -2
- package/getZoneList.js +2 -2
- package/index.d.ts +51 -0
- package/index.js +74 -13
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/securityRule.d.ts +27 -0
- package/securityRule.js +27 -0
- package/securityRule.js.map +1 -1
- package/serviceConnection.d.ts +12 -0
- package/serviceConnection.js +2 -0
- package/serviceConnection.js.map +1 -1
- package/types/input.d.ts +335 -1
- package/types/output.d.ts +1423 -1
|
@@ -14,7 +14,7 @@ import * as outputs from "./types/output";
|
|
|
14
14
|
* folder: "ngfw-shared",
|
|
15
15
|
* limit: 100,
|
|
16
16
|
* });
|
|
17
|
-
* export const scmLogicalRouterList = allLogicalRouters.then(allLogicalRouters => .reduce((__obj, router) => ({ ...__obj, [router.name]: router })));
|
|
17
|
+
* export const scmLogicalRouterList = allLogicalRouters.then(allLogicalRouters => .reduce((__obj, router) => ({ ...__obj, [router.name]: router }), {}));
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
export declare function getLogicalRouterList(args?: GetLogicalRouterListArgs, opts?: pulumi.InvokeOptions): Promise<GetLogicalRouterListResult>;
|
|
@@ -114,7 +114,7 @@ export interface GetLogicalRouterListResult {
|
|
|
114
114
|
* folder: "ngfw-shared",
|
|
115
115
|
* limit: 100,
|
|
116
116
|
* });
|
|
117
|
-
* export const scmLogicalRouterList = allLogicalRouters.then(allLogicalRouters => .reduce((__obj, router) => ({ ...__obj, [router.name]: router })));
|
|
117
|
+
* export const scmLogicalRouterList = allLogicalRouters.then(allLogicalRouters => .reduce((__obj, router) => ({ ...__obj, [router.name]: router }), {}));
|
|
118
118
|
* ```
|
|
119
119
|
*/
|
|
120
120
|
export declare function getLogicalRouterListOutput(args?: GetLogicalRouterListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLogicalRouterListResult>;
|
package/getLogicalRouterList.js
CHANGED
|
@@ -19,7 +19,7 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* folder: "ngfw-shared",
|
|
20
20
|
* limit: 100,
|
|
21
21
|
* });
|
|
22
|
-
* export const scmLogicalRouterList = allLogicalRouters.then(allLogicalRouters => .reduce((__obj, router) => ({ ...__obj, [router.name]: router })));
|
|
22
|
+
* export const scmLogicalRouterList = allLogicalRouters.then(allLogicalRouters => .reduce((__obj, router) => ({ ...__obj, [router.name]: router }), {}));
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
25
|
function getLogicalRouterList(args, opts) {
|
|
@@ -50,7 +50,7 @@ exports.getLogicalRouterList = getLogicalRouterList;
|
|
|
50
50
|
* folder: "ngfw-shared",
|
|
51
51
|
* limit: 100,
|
|
52
52
|
* });
|
|
53
|
-
* export const scmLogicalRouterList = allLogicalRouters.then(allLogicalRouters => .reduce((__obj, router) => ({ ...__obj, [router.name]: router })));
|
|
53
|
+
* export const scmLogicalRouterList = allLogicalRouters.then(allLogicalRouters => .reduce((__obj, router) => ({ ...__obj, [router.name]: router }), {}));
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
56
|
function getLogicalRouterListOutput(args, opts) {
|
|
@@ -13,7 +13,7 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* const allLoopbackInterfaces = scm.getLoopbackInterfaceList({
|
|
14
14
|
* folder: "ngfw-shared",
|
|
15
15
|
* });
|
|
16
|
-
* export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
16
|
+
* export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
export declare function getLoopbackInterfaceList(args?: GetLoopbackInterfaceListArgs, opts?: pulumi.InvokeOptions): Promise<GetLoopbackInterfaceListResult>;
|
|
@@ -104,7 +104,7 @@ export interface GetLoopbackInterfaceListResult {
|
|
|
104
104
|
* const allLoopbackInterfaces = scm.getLoopbackInterfaceList({
|
|
105
105
|
* folder: "ngfw-shared",
|
|
106
106
|
* });
|
|
107
|
-
* export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
107
|
+
* export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
108
108
|
* ```
|
|
109
109
|
*/
|
|
110
110
|
export declare function getLoopbackInterfaceListOutput(args?: GetLoopbackInterfaceListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLoopbackInterfaceListResult>;
|
|
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
18
18
|
* const allLoopbackInterfaces = scm.getLoopbackInterfaceList({
|
|
19
19
|
* folder: "ngfw-shared",
|
|
20
20
|
* });
|
|
21
|
-
* export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
21
|
+
* export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
24
|
function getLoopbackInterfaceList(args, opts) {
|
|
@@ -47,7 +47,7 @@ exports.getLoopbackInterfaceList = getLoopbackInterfaceList;
|
|
|
47
47
|
* const allLoopbackInterfaces = scm.getLoopbackInterfaceList({
|
|
48
48
|
* folder: "ngfw-shared",
|
|
49
49
|
* });
|
|
50
|
-
* export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
50
|
+
* export const scmLoopbackInterfaceList = allLoopbackInterfaces.then(allLoopbackInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
51
51
|
* ```
|
|
52
52
|
*/
|
|
53
53
|
function getLoopbackInterfaceListOutput(args, opts) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServiceConnection.js","sourceRoot":"","sources":["../getServiceConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;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,MAAM,CAAC,qDAAqD,EAAE;QAChF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC;
|
|
1
|
+
{"version":3,"file":"getServiceConnection.js","sourceRoot":"","sources":["../getServiceConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;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,MAAM,CAAC,qDAAqD,EAAE;QAChF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC;AAiGD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC"}
|
package/getServiceList.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* const allSharedServices = scm.getServiceList({
|
|
14
14
|
* folder: "All",
|
|
15
15
|
* });
|
|
16
|
-
* export const allSharedServicesMap = allSharedServices.then(allSharedServices => .reduce((__obj, svc) => ({ ...__obj, [svc.name]: svc })));
|
|
16
|
+
* export const allSharedServicesMap = allSharedServices.then(allSharedServices => .reduce((__obj, svc) => ({ ...__obj, [svc.name]: svc }), {}));
|
|
17
17
|
* // Example of using pagination to get the first 5 services.
|
|
18
18
|
* const paginatedServices = scm.getServiceList({
|
|
19
19
|
* folder: "All",
|
|
@@ -116,7 +116,7 @@ export interface GetServiceListResult {
|
|
|
116
116
|
* const allSharedServices = scm.getServiceList({
|
|
117
117
|
* folder: "All",
|
|
118
118
|
* });
|
|
119
|
-
* export const allSharedServicesMap = allSharedServices.then(allSharedServices => .reduce((__obj, svc) => ({ ...__obj, [svc.name]: svc })));
|
|
119
|
+
* export const allSharedServicesMap = allSharedServices.then(allSharedServices => .reduce((__obj, svc) => ({ ...__obj, [svc.name]: svc }), {}));
|
|
120
120
|
* // Example of using pagination to get the first 5 services.
|
|
121
121
|
* const paginatedServices = scm.getServiceList({
|
|
122
122
|
* folder: "All",
|
package/getServiceList.js
CHANGED
|
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
18
18
|
* const allSharedServices = scm.getServiceList({
|
|
19
19
|
* folder: "All",
|
|
20
20
|
* });
|
|
21
|
-
* export const allSharedServicesMap = allSharedServices.then(allSharedServices => .reduce((__obj, svc) => ({ ...__obj, [svc.name]: svc })));
|
|
21
|
+
* export const allSharedServicesMap = allSharedServices.then(allSharedServices => .reduce((__obj, svc) => ({ ...__obj, [svc.name]: svc }), {}));
|
|
22
22
|
* // Example of using pagination to get the first 5 services.
|
|
23
23
|
* const paginatedServices = scm.getServiceList({
|
|
24
24
|
* folder: "All",
|
|
@@ -59,7 +59,7 @@ exports.getServiceList = getServiceList;
|
|
|
59
59
|
* const allSharedServices = scm.getServiceList({
|
|
60
60
|
* folder: "All",
|
|
61
61
|
* });
|
|
62
|
-
* export const allSharedServicesMap = allSharedServices.then(allSharedServices => .reduce((__obj, svc) => ({ ...__obj, [svc.name]: svc })));
|
|
62
|
+
* export const allSharedServicesMap = allSharedServices.then(allSharedServices => .reduce((__obj, svc) => ({ ...__obj, [svc.name]: svc }), {}));
|
|
63
63
|
* // Example of using pagination to get the first 5 services.
|
|
64
64
|
* const paginatedServices = scm.getServiceList({
|
|
65
65
|
* folder: "All",
|
|
@@ -16,7 +16,7 @@ import * as outputs from "./types/output";
|
|
|
16
16
|
* export const systemMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
|
|
17
17
|
* name: item.name,
|
|
18
18
|
* folder: item.folder,
|
|
19
|
-
* } })));
|
|
19
|
+
* } }), {}));
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
22
|
export declare function getSystemMatchListList(args?: GetSystemMatchListListArgs, opts?: pulumi.InvokeOptions): Promise<GetSystemMatchListListResult>;
|
|
@@ -110,7 +110,7 @@ export interface GetSystemMatchListListResult {
|
|
|
110
110
|
* export const systemMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
|
|
111
111
|
* name: item.name,
|
|
112
112
|
* folder: item.folder,
|
|
113
|
-
* } })));
|
|
113
|
+
* } }), {}));
|
|
114
114
|
* ```
|
|
115
115
|
*/
|
|
116
116
|
export declare function getSystemMatchListListOutput(args?: GetSystemMatchListListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSystemMatchListListResult>;
|
|
@@ -21,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
21
21
|
* export const systemMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
|
|
22
22
|
* name: item.name,
|
|
23
23
|
* folder: item.folder,
|
|
24
|
-
* } })));
|
|
24
|
+
* } }), {}));
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
function getSystemMatchListList(args, opts) {
|
|
@@ -53,7 +53,7 @@ exports.getSystemMatchListList = getSystemMatchListList;
|
|
|
53
53
|
* export const systemMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
|
|
54
54
|
* name: item.name,
|
|
55
55
|
* folder: item.folder,
|
|
56
|
-
* } })));
|
|
56
|
+
* } }), {}));
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
59
|
function getSystemMatchListListOutput(args, opts) {
|
|
@@ -13,7 +13,7 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* const allTunnelInterfaces = scm.getTunnelInterfaceList({
|
|
14
14
|
* folder: "ngfw-shared",
|
|
15
15
|
* });
|
|
16
|
-
* export const scmTunnelInterfaceList = allTunnelInterfaces.then(allTunnelInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
16
|
+
* export const scmTunnelInterfaceList = allTunnelInterfaces.then(allTunnelInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
export declare function getTunnelInterfaceList(args?: GetTunnelInterfaceListArgs, opts?: pulumi.InvokeOptions): Promise<GetTunnelInterfaceListResult>;
|
|
@@ -104,7 +104,7 @@ export interface GetTunnelInterfaceListResult {
|
|
|
104
104
|
* const allTunnelInterfaces = scm.getTunnelInterfaceList({
|
|
105
105
|
* folder: "ngfw-shared",
|
|
106
106
|
* });
|
|
107
|
-
* export const scmTunnelInterfaceList = allTunnelInterfaces.then(allTunnelInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
107
|
+
* export const scmTunnelInterfaceList = allTunnelInterfaces.then(allTunnelInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
108
108
|
* ```
|
|
109
109
|
*/
|
|
110
110
|
export declare function getTunnelInterfaceListOutput(args?: GetTunnelInterfaceListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTunnelInterfaceListResult>;
|
|
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
18
18
|
* const allTunnelInterfaces = scm.getTunnelInterfaceList({
|
|
19
19
|
* folder: "ngfw-shared",
|
|
20
20
|
* });
|
|
21
|
-
* export const scmTunnelInterfaceList = allTunnelInterfaces.then(allTunnelInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
21
|
+
* export const scmTunnelInterfaceList = allTunnelInterfaces.then(allTunnelInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
24
|
function getTunnelInterfaceList(args, opts) {
|
|
@@ -47,7 +47,7 @@ exports.getTunnelInterfaceList = getTunnelInterfaceList;
|
|
|
47
47
|
* const allTunnelInterfaces = scm.getTunnelInterfaceList({
|
|
48
48
|
* folder: "ngfw-shared",
|
|
49
49
|
* });
|
|
50
|
-
* export const scmTunnelInterfaceList = allTunnelInterfaces.then(allTunnelInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
50
|
+
* export const scmTunnelInterfaceList = allTunnelInterfaces.then(allTunnelInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
51
51
|
* ```
|
|
52
52
|
*/
|
|
53
53
|
function getTunnelInterfaceListOutput(args, opts) {
|
|
@@ -16,7 +16,7 @@ import * as outputs from "./types/output";
|
|
|
16
16
|
* export const useridMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
|
|
17
17
|
* name: item.name,
|
|
18
18
|
* folder: item.folder,
|
|
19
|
-
* } })));
|
|
19
|
+
* } }), {}));
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
22
|
export declare function getUseridMatchListList(args?: GetUseridMatchListListArgs, opts?: pulumi.InvokeOptions): Promise<GetUseridMatchListListResult>;
|
|
@@ -110,7 +110,7 @@ export interface GetUseridMatchListListResult {
|
|
|
110
110
|
* export const useridMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
|
|
111
111
|
* name: item.name,
|
|
112
112
|
* folder: item.folder,
|
|
113
|
-
* } })));
|
|
113
|
+
* } }), {}));
|
|
114
114
|
* ```
|
|
115
115
|
*/
|
|
116
116
|
export declare function getUseridMatchListListOutput(args?: GetUseridMatchListListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUseridMatchListListResult>;
|
|
@@ -21,7 +21,7 @@ const utilities = require("./utilities");
|
|
|
21
21
|
* export const useridMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
|
|
22
22
|
* name: item.name,
|
|
23
23
|
* folder: item.folder,
|
|
24
|
-
* } })));
|
|
24
|
+
* } }), {}));
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
function getUseridMatchListList(args, opts) {
|
|
@@ -53,7 +53,7 @@ exports.getUseridMatchListList = getUseridMatchListList;
|
|
|
53
53
|
* export const useridMatchListListResults = example.then(example => .reduce((__obj, item) => ({ ...__obj, [item.id]: {
|
|
54
54
|
* name: item.name,
|
|
55
55
|
* folder: item.folder,
|
|
56
|
-
* } })));
|
|
56
|
+
* } }), {}));
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
59
|
function getUseridMatchListListOutput(args, opts) {
|
|
@@ -13,7 +13,7 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* const allVlanInterfaces = scm.getVlanInterfaceList({
|
|
14
14
|
* folder: "ngfw-shared",
|
|
15
15
|
* });
|
|
16
|
-
* export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
16
|
+
* export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
export declare function getVlanInterfaceList(args?: GetVlanInterfaceListArgs, opts?: pulumi.InvokeOptions): Promise<GetVlanInterfaceListResult>;
|
|
@@ -104,7 +104,7 @@ export interface GetVlanInterfaceListResult {
|
|
|
104
104
|
* const allVlanInterfaces = scm.getVlanInterfaceList({
|
|
105
105
|
* folder: "ngfw-shared",
|
|
106
106
|
* });
|
|
107
|
-
* export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
107
|
+
* export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
108
108
|
* ```
|
|
109
109
|
*/
|
|
110
110
|
export declare function getVlanInterfaceListOutput(args?: GetVlanInterfaceListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVlanInterfaceListResult>;
|
package/getVlanInterfaceList.js
CHANGED
|
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
18
18
|
* const allVlanInterfaces = scm.getVlanInterfaceList({
|
|
19
19
|
* folder: "ngfw-shared",
|
|
20
20
|
* });
|
|
21
|
-
* export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
21
|
+
* export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
24
|
function getVlanInterfaceList(args, opts) {
|
|
@@ -47,7 +47,7 @@ exports.getVlanInterfaceList = getVlanInterfaceList;
|
|
|
47
47
|
* const allVlanInterfaces = scm.getVlanInterfaceList({
|
|
48
48
|
* folder: "ngfw-shared",
|
|
49
49
|
* });
|
|
50
|
-
* export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface })));
|
|
50
|
+
* export const scmVlanInterfaceList = allVlanInterfaces.then(allVlanInterfaces => .reduce((__obj, interface) => ({ ...__obj, [_interface.name]: _interface }), {}));
|
|
51
51
|
* ```
|
|
52
52
|
*/
|
|
53
53
|
function getVlanInterfaceListOutput(args, opts) {
|
package/getZoneList.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import * as outputs from "./types/output";
|
|
|
13
13
|
* const allZones = scm.getZoneList({
|
|
14
14
|
* folder: "ngfw-shared",
|
|
15
15
|
* });
|
|
16
|
-
* export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone })));
|
|
16
|
+
* export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone }), {}));
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
export declare function getZoneList(args?: GetZoneListArgs, opts?: pulumi.InvokeOptions): Promise<GetZoneListResult>;
|
|
@@ -104,7 +104,7 @@ export interface GetZoneListResult {
|
|
|
104
104
|
* const allZones = scm.getZoneList({
|
|
105
105
|
* folder: "ngfw-shared",
|
|
106
106
|
* });
|
|
107
|
-
* export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone })));
|
|
107
|
+
* export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone }), {}));
|
|
108
108
|
* ```
|
|
109
109
|
*/
|
|
110
110
|
export declare function getZoneListOutput(args?: GetZoneListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZoneListResult>;
|
package/getZoneList.js
CHANGED
|
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
18
18
|
* const allZones = scm.getZoneList({
|
|
19
19
|
* folder: "ngfw-shared",
|
|
20
20
|
* });
|
|
21
|
-
* export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone })));
|
|
21
|
+
* export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone }), {}));
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
24
|
function getZoneList(args, opts) {
|
|
@@ -47,7 +47,7 @@ exports.getZoneList = getZoneList;
|
|
|
47
47
|
* const allZones = scm.getZoneList({
|
|
48
48
|
* folder: "ngfw-shared",
|
|
49
49
|
* });
|
|
50
|
-
* export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone })));
|
|
50
|
+
* export const scmZoneList = allZones.then(allZones => .reduce((__obj, zone) => ({ ...__obj, [zone.name]: zone }), {}));
|
|
51
51
|
* ```
|
|
52
52
|
*/
|
|
53
53
|
function getZoneListOutput(args, opts) {
|
package/index.d.ts
CHANGED
|
@@ -127,6 +127,21 @@ export declare const FileBlockingProfile: typeof import("./fileBlockingProfile")
|
|
|
127
127
|
export { FolderArgs, FolderState } from "./folder";
|
|
128
128
|
export type Folder = import("./folder").Folder;
|
|
129
129
|
export declare const Folder: typeof import("./folder").Folder;
|
|
130
|
+
export { ForwardingProfileArgs, ForwardingProfileState } from "./forwardingProfile";
|
|
131
|
+
export type ForwardingProfile = import("./forwardingProfile").ForwardingProfile;
|
|
132
|
+
export declare const ForwardingProfile: typeof import("./forwardingProfile").ForwardingProfile;
|
|
133
|
+
export { ForwardingProfileDestinationArgs, ForwardingProfileDestinationState } from "./forwardingProfileDestination";
|
|
134
|
+
export type ForwardingProfileDestination = import("./forwardingProfileDestination").ForwardingProfileDestination;
|
|
135
|
+
export declare const ForwardingProfileDestination: typeof import("./forwardingProfileDestination").ForwardingProfileDestination;
|
|
136
|
+
export { ForwardingProfileRegionalAndCustomProxyArgs, ForwardingProfileRegionalAndCustomProxyState } from "./forwardingProfileRegionalAndCustomProxy";
|
|
137
|
+
export type ForwardingProfileRegionalAndCustomProxy = import("./forwardingProfileRegionalAndCustomProxy").ForwardingProfileRegionalAndCustomProxy;
|
|
138
|
+
export declare const ForwardingProfileRegionalAndCustomProxy: typeof import("./forwardingProfileRegionalAndCustomProxy").ForwardingProfileRegionalAndCustomProxy;
|
|
139
|
+
export { ForwardingProfileSourceApplicationArgs, ForwardingProfileSourceApplicationState } from "./forwardingProfileSourceApplication";
|
|
140
|
+
export type ForwardingProfileSourceApplication = import("./forwardingProfileSourceApplication").ForwardingProfileSourceApplication;
|
|
141
|
+
export declare const ForwardingProfileSourceApplication: typeof import("./forwardingProfileSourceApplication").ForwardingProfileSourceApplication;
|
|
142
|
+
export { ForwardingProfileUserLocationArgs, ForwardingProfileUserLocationState } from "./forwardingProfileUserLocation";
|
|
143
|
+
export type ForwardingProfileUserLocation = import("./forwardingProfileUserLocation").ForwardingProfileUserLocation;
|
|
144
|
+
export declare const ForwardingProfileUserLocation: typeof import("./forwardingProfileUserLocation").ForwardingProfileUserLocation;
|
|
130
145
|
export { GeneralSettingArgs, GeneralSettingState } from "./generalSetting";
|
|
131
146
|
export type GeneralSetting = import("./generalSetting").GeneralSetting;
|
|
132
147
|
export declare const GeneralSetting: typeof import("./generalSetting").GeneralSetting;
|
|
@@ -310,6 +325,12 @@ export declare const getDecryptionRuleOutput: typeof import("./getDecryptionRule
|
|
|
310
325
|
export { GetDecryptionRuleListArgs, GetDecryptionRuleListResult, GetDecryptionRuleListOutputArgs } from "./getDecryptionRuleList";
|
|
311
326
|
export declare const getDecryptionRuleList: typeof import("./getDecryptionRuleList").getDecryptionRuleList;
|
|
312
327
|
export declare const getDecryptionRuleListOutput: typeof import("./getDecryptionRuleList").getDecryptionRuleListOutput;
|
|
328
|
+
export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice";
|
|
329
|
+
export declare const getDevice: typeof import("./getDevice").getDevice;
|
|
330
|
+
export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput;
|
|
331
|
+
export { GetDeviceListArgs, GetDeviceListResult, GetDeviceListOutputArgs } from "./getDeviceList";
|
|
332
|
+
export declare const getDeviceList: typeof import("./getDeviceList").getDeviceList;
|
|
333
|
+
export declare const getDeviceListOutput: typeof import("./getDeviceList").getDeviceListOutput;
|
|
313
334
|
export { GetDeviceRedistributionCollectorArgs, GetDeviceRedistributionCollectorResult, GetDeviceRedistributionCollectorOutputArgs } from "./getDeviceRedistributionCollector";
|
|
314
335
|
export declare const getDeviceRedistributionCollector: typeof import("./getDeviceRedistributionCollector").getDeviceRedistributionCollector;
|
|
315
336
|
export declare const getDeviceRedistributionCollectorOutput: typeof import("./getDeviceRedistributionCollector").getDeviceRedistributionCollectorOutput;
|
|
@@ -376,6 +397,36 @@ export declare const getFolderOutput: typeof import("./getFolder").getFolderOutp
|
|
|
376
397
|
export { GetFolderListArgs, GetFolderListResult, GetFolderListOutputArgs } from "./getFolderList";
|
|
377
398
|
export declare const getFolderList: typeof import("./getFolderList").getFolderList;
|
|
378
399
|
export declare const getFolderListOutput: typeof import("./getFolderList").getFolderListOutput;
|
|
400
|
+
export { GetForwardingProfileArgs, GetForwardingProfileResult, GetForwardingProfileOutputArgs } from "./getForwardingProfile";
|
|
401
|
+
export declare const getForwardingProfile: typeof import("./getForwardingProfile").getForwardingProfile;
|
|
402
|
+
export declare const getForwardingProfileOutput: typeof import("./getForwardingProfile").getForwardingProfileOutput;
|
|
403
|
+
export { GetForwardingProfileDestinationArgs, GetForwardingProfileDestinationResult, GetForwardingProfileDestinationOutputArgs } from "./getForwardingProfileDestination";
|
|
404
|
+
export declare const getForwardingProfileDestination: typeof import("./getForwardingProfileDestination").getForwardingProfileDestination;
|
|
405
|
+
export declare const getForwardingProfileDestinationOutput: typeof import("./getForwardingProfileDestination").getForwardingProfileDestinationOutput;
|
|
406
|
+
export { GetForwardingProfileDestinationListArgs, GetForwardingProfileDestinationListResult, GetForwardingProfileDestinationListOutputArgs } from "./getForwardingProfileDestinationList";
|
|
407
|
+
export declare const getForwardingProfileDestinationList: typeof import("./getForwardingProfileDestinationList").getForwardingProfileDestinationList;
|
|
408
|
+
export declare const getForwardingProfileDestinationListOutput: typeof import("./getForwardingProfileDestinationList").getForwardingProfileDestinationListOutput;
|
|
409
|
+
export { GetForwardingProfileListArgs, GetForwardingProfileListResult, GetForwardingProfileListOutputArgs } from "./getForwardingProfileList";
|
|
410
|
+
export declare const getForwardingProfileList: typeof import("./getForwardingProfileList").getForwardingProfileList;
|
|
411
|
+
export declare const getForwardingProfileListOutput: typeof import("./getForwardingProfileList").getForwardingProfileListOutput;
|
|
412
|
+
export { GetForwardingProfileRegionalAndCustomProxyArgs, GetForwardingProfileRegionalAndCustomProxyResult, GetForwardingProfileRegionalAndCustomProxyOutputArgs } from "./getForwardingProfileRegionalAndCustomProxy";
|
|
413
|
+
export declare const getForwardingProfileRegionalAndCustomProxy: typeof import("./getForwardingProfileRegionalAndCustomProxy").getForwardingProfileRegionalAndCustomProxy;
|
|
414
|
+
export declare const getForwardingProfileRegionalAndCustomProxyOutput: typeof import("./getForwardingProfileRegionalAndCustomProxy").getForwardingProfileRegionalAndCustomProxyOutput;
|
|
415
|
+
export { GetForwardingProfileRegionalAndCustomProxyListArgs, GetForwardingProfileRegionalAndCustomProxyListResult, GetForwardingProfileRegionalAndCustomProxyListOutputArgs } from "./getForwardingProfileRegionalAndCustomProxyList";
|
|
416
|
+
export declare const getForwardingProfileRegionalAndCustomProxyList: typeof import("./getForwardingProfileRegionalAndCustomProxyList").getForwardingProfileRegionalAndCustomProxyList;
|
|
417
|
+
export declare const getForwardingProfileRegionalAndCustomProxyListOutput: typeof import("./getForwardingProfileRegionalAndCustomProxyList").getForwardingProfileRegionalAndCustomProxyListOutput;
|
|
418
|
+
export { GetForwardingProfileSourceApplicationArgs, GetForwardingProfileSourceApplicationResult, GetForwardingProfileSourceApplicationOutputArgs } from "./getForwardingProfileSourceApplication";
|
|
419
|
+
export declare const getForwardingProfileSourceApplication: typeof import("./getForwardingProfileSourceApplication").getForwardingProfileSourceApplication;
|
|
420
|
+
export declare const getForwardingProfileSourceApplicationOutput: typeof import("./getForwardingProfileSourceApplication").getForwardingProfileSourceApplicationOutput;
|
|
421
|
+
export { GetForwardingProfileSourceApplicationListArgs, GetForwardingProfileSourceApplicationListResult, GetForwardingProfileSourceApplicationListOutputArgs } from "./getForwardingProfileSourceApplicationList";
|
|
422
|
+
export declare const getForwardingProfileSourceApplicationList: typeof import("./getForwardingProfileSourceApplicationList").getForwardingProfileSourceApplicationList;
|
|
423
|
+
export declare const getForwardingProfileSourceApplicationListOutput: typeof import("./getForwardingProfileSourceApplicationList").getForwardingProfileSourceApplicationListOutput;
|
|
424
|
+
export { GetForwardingProfileUserLocationArgs, GetForwardingProfileUserLocationResult, GetForwardingProfileUserLocationOutputArgs } from "./getForwardingProfileUserLocation";
|
|
425
|
+
export declare const getForwardingProfileUserLocation: typeof import("./getForwardingProfileUserLocation").getForwardingProfileUserLocation;
|
|
426
|
+
export declare const getForwardingProfileUserLocationOutput: typeof import("./getForwardingProfileUserLocation").getForwardingProfileUserLocationOutput;
|
|
427
|
+
export { GetForwardingProfileUserLocationListArgs, GetForwardingProfileUserLocationListResult, GetForwardingProfileUserLocationListOutputArgs } from "./getForwardingProfileUserLocationList";
|
|
428
|
+
export declare const getForwardingProfileUserLocationList: typeof import("./getForwardingProfileUserLocationList").getForwardingProfileUserLocationList;
|
|
429
|
+
export declare const getForwardingProfileUserLocationListOutput: typeof import("./getForwardingProfileUserLocationList").getForwardingProfileUserLocationListOutput;
|
|
379
430
|
export { GetGeneralSettingArgs, GetGeneralSettingResult, GetGeneralSettingOutputArgs } from "./getGeneralSetting";
|
|
380
431
|
export declare const getGeneralSetting: typeof import("./getGeneralSetting").getGeneralSetting;
|
|
381
432
|
export declare const getGeneralSettingOutput: typeof import("./getGeneralSetting").getGeneralSettingOutput;
|