@byteplus/pulumi-bytepluscc 0.0.7 → 0.0.11
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/alb/acl.d.ts +152 -0
- package/alb/acl.js +98 -0
- package/alb/acl.js.map +1 -0
- package/alb/getAcl.d.ts +81 -0
- package/alb/getAcl.js +28 -0
- package/alb/getAcl.js.map +1 -0
- package/alb/getAcls.d.ts +22 -0
- package/alb/getAcls.js +24 -0
- package/alb/getAcls.js.map +1 -0
- package/alb/getLoadBalancer.d.ts +153 -0
- package/alb/getLoadBalancer.js +28 -0
- package/alb/getLoadBalancer.js.map +1 -0
- package/alb/getLoadBalancers.d.ts +22 -0
- package/alb/getLoadBalancers.js +24 -0
- package/alb/getLoadBalancers.js.map +1 -0
- package/alb/getServerGroup.d.ts +109 -0
- package/alb/getServerGroup.js +28 -0
- package/alb/getServerGroup.js.map +1 -0
- package/alb/getServerGroups.d.ts +22 -0
- package/alb/getServerGroups.js +24 -0
- package/alb/getServerGroups.js.map +1 -0
- package/alb/index.d.ts +27 -0
- package/alb/index.js +34 -1
- package/alb/index.js.map +1 -1
- package/alb/loadBalancer.d.ts +341 -0
- package/alb/loadBalancer.js +120 -0
- package/alb/loadBalancer.js.map +1 -0
- package/alb/serverGroup.d.ts +219 -0
- package/alb/serverGroup.js +95 -0
- package/alb/serverGroup.js.map +1 -0
- package/autoscaling/getScalingConfiguration.d.ts +4 -1
- package/autoscaling/getScalingConfiguration.js.map +1 -1
- package/autoscaling/scalingConfiguration.d.ts +3 -3
- package/bmq/getGroup.d.ts +77 -0
- package/bmq/getGroup.js +28 -0
- package/bmq/getGroup.js.map +1 -0
- package/bmq/getGroups.d.ts +22 -0
- package/bmq/getGroups.js +24 -0
- package/bmq/getGroups.js.map +1 -0
- package/bmq/group.d.ts +137 -0
- package/bmq/group.js +76 -0
- package/bmq/group.js.map +1 -0
- package/bmq/index.d.ts +9 -0
- package/bmq/index.js +12 -1
- package/bmq/index.js.map +1 -1
- package/cdn/getShareConfig.d.ts +1 -1
- package/cdn/shareConfig.d.ts +3 -3
- package/cdn/shareConfig.js +2 -2
- package/cdn/shareConfig.js.map +1 -1
- package/clb/acl.d.ts +166 -0
- package/clb/acl.js +107 -0
- package/clb/acl.js.map +1 -0
- package/clb/certificate.d.ts +187 -0
- package/clb/certificate.js +109 -0
- package/clb/certificate.js.map +1 -0
- package/clb/getAcl.d.ts +85 -0
- package/clb/getAcl.js +28 -0
- package/clb/getAcl.js.map +1 -0
- package/clb/getAcls.d.ts +22 -0
- package/clb/getAcls.js +24 -0
- package/clb/getAcls.js.map +1 -0
- package/clb/getCertificate.d.ts +89 -0
- package/clb/getCertificate.js +28 -0
- package/clb/getCertificate.js.map +1 -0
- package/clb/getCertificates.d.ts +22 -0
- package/clb/getCertificates.js +24 -0
- package/clb/getCertificates.js.map +1 -0
- package/clb/getListener.d.ts +5 -1
- package/clb/getListener.js.map +1 -1
- package/clb/getNlb.d.ts +141 -0
- package/clb/getNlb.js +28 -0
- package/clb/getNlb.js.map +1 -0
- package/clb/getNlbListener.d.ts +109 -0
- package/clb/getNlbListener.js +28 -0
- package/clb/getNlbListener.js.map +1 -0
- package/clb/getNlbListeners.d.ts +22 -0
- package/clb/getNlbListeners.js +24 -0
- package/clb/getNlbListeners.js.map +1 -0
- package/clb/getNlbServerGroup.d.ts +145 -0
- package/clb/getNlbServerGroup.js +28 -0
- package/clb/getNlbServerGroup.js.map +1 -0
- package/clb/getNlbServerGroups.d.ts +22 -0
- package/clb/getNlbServerGroups.js +24 -0
- package/clb/getNlbServerGroups.js.map +1 -0
- package/clb/getNlbs.d.ts +22 -0
- package/clb/getNlbs.js +24 -0
- package/clb/getNlbs.js.map +1 -0
- package/clb/getServerGroup.d.ts +85 -0
- package/clb/getServerGroup.js +28 -0
- package/clb/getServerGroup.js.map +1 -0
- package/clb/getServerGroups.d.ts +22 -0
- package/clb/getServerGroups.js +24 -0
- package/clb/getServerGroups.js.map +1 -0
- package/clb/index.d.ts +54 -0
- package/clb/index.js +67 -1
- package/clb/index.js.map +1 -1
- package/clb/listener.d.ts +11 -3
- package/clb/listener.js +2 -0
- package/clb/listener.js.map +1 -1
- package/clb/nlb.d.ts +297 -0
- package/clb/nlb.js +120 -0
- package/clb/nlb.js.map +1 -0
- package/clb/nlbListener.d.ts +251 -0
- package/clb/nlbListener.js +126 -0
- package/clb/nlbListener.js.map +1 -0
- package/clb/nlbServerGroup.d.ts +325 -0
- package/clb/nlbServerGroup.js +116 -0
- package/clb/nlbServerGroup.js.map +1 -0
- package/clb/serverGroup.d.ts +151 -0
- package/clb/serverGroup.js +83 -0
- package/clb/serverGroup.js.map +1 -0
- package/cloudmonitor/getRule.d.ts +169 -0
- package/cloudmonitor/getRule.js +28 -0
- package/cloudmonitor/getRule.js.map +1 -0
- package/cloudmonitor/getRules.d.ts +22 -0
- package/cloudmonitor/getRules.js +24 -0
- package/cloudmonitor/getRules.js.map +1 -0
- package/cloudmonitor/index.d.ts +9 -0
- package/cloudmonitor/index.js +28 -0
- package/cloudmonitor/index.js.map +1 -0
- package/cloudmonitor/rule.d.ts +387 -0
- package/cloudmonitor/rule.js +152 -0
- package/cloudmonitor/rule.js.map +1 -0
- package/cr/getNameSpace.d.ts +52 -0
- package/cr/getNameSpace.js +28 -0
- package/cr/getNameSpace.js.map +1 -0
- package/cr/getNameSpaces.d.ts +22 -0
- package/cr/getNameSpaces.js +24 -0
- package/cr/getNameSpaces.js.map +1 -0
- package/cr/getRegistries.d.ts +22 -0
- package/cr/getRegistries.js +24 -0
- package/cr/getRegistries.js.map +1 -0
- package/cr/getRegistry.d.ts +81 -0
- package/cr/getRegistry.js +28 -0
- package/cr/getRegistry.js.map +1 -0
- package/cr/index.d.ts +18 -0
- package/cr/index.js +23 -1
- package/cr/index.js.map +1 -1
- package/cr/nameSpace.d.ts +102 -0
- package/cr/nameSpace.js +83 -0
- package/cr/nameSpace.js.map +1 -0
- package/cr/registry.d.ts +159 -0
- package/cr/registry.js +98 -0
- package/cr/registry.js.map +1 -0
- package/directconnect/directConnectGateway.d.ts +202 -0
- package/directconnect/directConnectGateway.js +106 -0
- package/directconnect/directConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateway.d.ts +101 -0
- package/directconnect/getDirectConnectGateway.js +28 -0
- package/directconnect/getDirectConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateways.d.ts +22 -0
- package/directconnect/getDirectConnectGateways.js +24 -0
- package/directconnect/getDirectConnectGateways.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +28 -0
- package/directconnect/index.js.map +1 -0
- package/ecs/command.d.ts +213 -0
- package/ecs/command.js +99 -0
- package/ecs/command.js.map +1 -0
- package/ecs/getCommand.d.ts +105 -0
- package/ecs/getCommand.js +28 -0
- package/ecs/getCommand.js.map +1 -0
- package/ecs/getCommands.d.ts +22 -0
- package/ecs/getCommands.js +24 -0
- package/ecs/getCommands.js.map +1 -0
- package/ecs/getInvocation.d.ts +149 -0
- package/ecs/getInvocation.js +28 -0
- package/ecs/getInvocation.js.map +1 -0
- package/ecs/getInvocations.d.ts +22 -0
- package/ecs/getInvocations.js +24 -0
- package/ecs/getInvocations.js.map +1 -0
- package/ecs/getKeypair.d.ts +77 -0
- package/ecs/getKeypair.js +28 -0
- package/ecs/getKeypair.js.map +1 -0
- package/ecs/getKeypairs.d.ts +22 -0
- package/ecs/getKeypairs.js +24 -0
- package/ecs/getKeypairs.js.map +1 -0
- package/ecs/index.d.ts +27 -0
- package/ecs/index.js +34 -1
- package/ecs/index.js.map +1 -1
- package/ecs/invocation.d.ts +338 -0
- package/ecs/invocation.js +149 -0
- package/ecs/invocation.js.map +1 -0
- package/ecs/keypair.d.ts +159 -0
- package/ecs/keypair.js +96 -0
- package/ecs/keypair.js.map +1 -0
- package/filenas/getInstance.d.ts +109 -0
- package/filenas/getInstance.js +28 -0
- package/filenas/getInstance.js.map +1 -0
- package/filenas/getInstances.d.ts +22 -0
- package/filenas/getInstances.js +24 -0
- package/filenas/getInstances.js.map +1 -0
- package/filenas/getSnapshot.d.ts +92 -0
- package/filenas/getSnapshot.js +28 -0
- package/filenas/getSnapshot.js.map +1 -0
- package/filenas/getSnapshots.d.ts +22 -0
- package/filenas/getSnapshots.js +24 -0
- package/filenas/getSnapshots.js.map +1 -0
- package/filenas/index.d.ts +18 -0
- package/filenas/index.js +39 -0
- package/filenas/index.js.map +1 -0
- package/filenas/instance.d.ts +248 -0
- package/filenas/instance.js +125 -0
- package/filenas/instance.js.map +1 -0
- package/filenas/snapshot.d.ts +182 -0
- package/filenas/snapshot.js +103 -0
- package/filenas/snapshot.js.map +1 -0
- package/{firewallcenter → fwcenter}/dnsControlPolicy.d.ts +6 -6
- package/{firewallcenter → fwcenter}/dnsControlPolicy.js +2 -2
- package/fwcenter/dnsControlPolicy.js.map +1 -0
- package/{firewallcenter → fwcenter}/getDnsControlPolicies.d.ts +2 -2
- package/{firewallcenter → fwcenter}/getDnsControlPolicies.js +4 -4
- package/fwcenter/getDnsControlPolicies.js.map +1 -0
- package/{firewallcenter → fwcenter}/getDnsControlPolicy.d.ts +4 -4
- package/{firewallcenter → fwcenter}/getDnsControlPolicy.js +4 -4
- package/fwcenter/getDnsControlPolicy.js.map +1 -0
- package/{firewallcenter → fwcenter}/index.js +2 -2
- package/fwcenter/index.js.map +1 -0
- package/iam/getGroup.d.ts +73 -0
- package/iam/getGroup.js +28 -0
- package/iam/getGroup.js.map +1 -0
- package/iam/getGroups.d.ts +22 -0
- package/iam/getGroups.js +24 -0
- package/iam/getGroups.js.map +1 -0
- package/iam/group.d.ts +121 -0
- package/iam/group.js +77 -0
- package/iam/group.js.map +1 -0
- package/iam/index.d.ts +9 -0
- package/iam/index.js +12 -1
- package/iam/index.js.map +1 -1
- package/iam/policy.d.ts +0 -4
- package/iam/policy.js +1 -1
- package/iam/policy.js.map +1 -1
- package/index.d.ts +8 -2
- package/index.js +15 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/rdsmysql/database.d.ts +106 -0
- package/rdsmysql/database.js +74 -0
- package/rdsmysql/database.js.map +1 -0
- package/rdsmysql/getDatabase.d.ts +61 -0
- package/rdsmysql/getDatabase.js +28 -0
- package/rdsmysql/getDatabase.js.map +1 -0
- package/rdsmysql/getDatabases.d.ts +22 -0
- package/rdsmysql/getDatabases.js +24 -0
- package/rdsmysql/getDatabases.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/transitrouter/getTransitRouter.d.ts +93 -0
- package/transitrouter/getTransitRouter.js +28 -0
- package/transitrouter/getTransitRouter.js.map +1 -0
- package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteEntries.js +24 -0
- package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
- package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
- package/transitrouter/getTransitRouterRouteEntry.js +28 -0
- package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
- package/transitrouter/getTransitRouterRouteTable.js +28 -0
- package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteTables.js +24 -0
- package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
- package/transitrouter/getTransitRouters.d.ts +22 -0
- package/transitrouter/getTransitRouters.js +24 -0
- package/transitrouter/getTransitRouters.js.map +1 -0
- package/transitrouter/index.d.ts +27 -0
- package/transitrouter/index.js +50 -0
- package/transitrouter/index.js.map +1 -0
- package/transitrouter/transitRouter.d.ts +182 -0
- package/transitrouter/transitRouter.js +102 -0
- package/transitrouter/transitRouter.js.map +1 -0
- package/transitrouter/transitRouterRouteEntry.d.ts +165 -0
- package/transitrouter/transitRouterRouteEntry.js +89 -0
- package/transitrouter/transitRouterRouteEntry.js.map +1 -0
- package/transitrouter/transitRouterRouteTable.d.ts +159 -0
- package/transitrouter/transitRouterRouteTable.js +98 -0
- package/transitrouter/transitRouterRouteTable.js.map +1 -0
- package/types/input.d.ts +1590 -32
- package/types/output.d.ts +6263 -2939
- package/vefaas/kafkaTrigger.d.ts +1 -1
- package/vefaas/kafkaTrigger.js +3 -0
- package/vefaas/kafkaTrigger.js.map +1 -1
- package/vmp/getWorkspace.d.ts +109 -0
- package/vmp/getWorkspace.js +28 -0
- package/vmp/getWorkspace.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +22 -0
- package/vmp/getWorkspaces.js +24 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.js +28 -0
- package/vmp/index.js.map +1 -0
- package/vmp/workspace.d.ts +235 -0
- package/vmp/workspace.js +119 -0
- package/vmp/workspace.js.map +1 -0
- package/vpc/bandwidthPackage.d.ts +257 -0
- package/vpc/bandwidthPackage.js +103 -0
- package/vpc/bandwidthPackage.js.map +1 -0
- package/vpc/eip.d.ts +382 -0
- package/vpc/eip.js +125 -0
- package/vpc/eip.js.map +1 -0
- package/vpc/getBandwidthPackage.d.ts +125 -0
- package/vpc/getBandwidthPackage.js +28 -0
- package/vpc/getBandwidthPackage.js.map +1 -0
- package/vpc/getBandwidthPackages.d.ts +22 -0
- package/vpc/getBandwidthPackages.js +24 -0
- package/vpc/getBandwidthPackages.js.map +1 -0
- package/vpc/getEip.d.ts +169 -0
- package/vpc/getEip.js +28 -0
- package/vpc/getEip.js.map +1 -0
- package/vpc/getEips.d.ts +22 -0
- package/vpc/getEips.js +24 -0
- package/vpc/getEips.js.map +1 -0
- package/vpc/getNetworkAcl.d.ts +93 -0
- package/vpc/getNetworkAcl.js +28 -0
- package/vpc/getNetworkAcl.js.map +1 -0
- package/vpc/getNetworkAcls.d.ts +22 -0
- package/vpc/getNetworkAcls.js +24 -0
- package/vpc/getNetworkAcls.js.map +1 -0
- package/vpc/getPrefixList.d.ts +93 -0
- package/vpc/getPrefixList.js +28 -0
- package/vpc/getPrefixList.js.map +1 -0
- package/vpc/getPrefixLists.d.ts +22 -0
- package/vpc/getPrefixLists.js +24 -0
- package/vpc/getPrefixLists.js.map +1 -0
- package/vpc/getRouteTable.d.ts +105 -0
- package/vpc/getRouteTable.js +28 -0
- package/vpc/getRouteTable.js.map +1 -0
- package/vpc/getRouteTables.d.ts +22 -0
- package/vpc/getRouteTables.js +24 -0
- package/vpc/getRouteTables.js.map +1 -0
- package/vpc/index.d.ts +45 -0
- package/vpc/index.js +56 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +143 -0
- package/vpc/networkAcl.js +87 -0
- package/vpc/networkAcl.js.map +1 -0
- package/vpc/prefixList.d.ts +180 -0
- package/vpc/prefixList.js +110 -0
- package/vpc/prefixList.js.map +1 -0
- package/vpc/routeTable.d.ts +199 -0
- package/vpc/routeTable.js +93 -0
- package/vpc/routeTable.js.map +1 -0
- package/vpn/getVpnGateway.d.ts +165 -0
- package/vpn/getVpnGateway.js +28 -0
- package/vpn/getVpnGateway.js.map +1 -0
- package/vpn/getVpnGateways.d.ts +22 -0
- package/vpn/getVpnGateways.js +24 -0
- package/vpn/getVpnGateways.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +28 -0
- package/vpn/index.js.map +1 -0
- package/vpn/vpnGateway.d.ts +389 -0
- package/vpn/vpnGateway.js +152 -0
- package/vpn/vpnGateway.js.map +1 -0
- package/firewallcenter/dnsControlPolicy.js.map +0 -1
- package/firewallcenter/getDnsControlPolicies.js.map +0 -1
- package/firewallcenter/getDnsControlPolicy.js.map +0 -1
- package/firewallcenter/index.js.map +0 -1
- /package/{firewallcenter → fwcenter}/index.d.ts +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
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.getInvocationOutput = exports.getInvocation = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::ECS::Invocation
|
|
10
|
+
*/
|
|
11
|
+
function getInvocation(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:ecs/getInvocation:getInvocation", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getInvocation = getInvocation;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::ECS::Invocation
|
|
20
|
+
*/
|
|
21
|
+
function getInvocationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:ecs/getInvocation:getInvocation", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getInvocationOutput = getInvocationOutput;
|
|
28
|
+
//# sourceMappingURL=getInvocation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInvocation.js","sourceRoot":"","sources":["../../ecs/getInvocation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,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,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAqID;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,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,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::ECS::Invocation
|
|
4
|
+
*/
|
|
5
|
+
export declare function getInvocations(opts?: pulumi.InvokeOptions): Promise<GetInvocationsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getInvocations.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetInvocationsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Byteplus::ECS::Invocation
|
|
21
|
+
*/
|
|
22
|
+
export declare function getInvocationsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInvocationsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getInvocationsOutput = exports.getInvocations = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::ECS::Invocation
|
|
10
|
+
*/
|
|
11
|
+
function getInvocations(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:ecs/getInvocations:getInvocations", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getInvocations = getInvocations;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::ECS::Invocation
|
|
18
|
+
*/
|
|
19
|
+
function getInvocationsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:ecs/getInvocations:getInvocations", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getInvocationsOutput = getInvocationsOutput;
|
|
24
|
+
//# sourceMappingURL=getInvocations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInvocations.js","sourceRoot":"","sources":["../../ecs/getInvocations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC;AAeD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::ECS::Keypair
|
|
5
|
+
*/
|
|
6
|
+
export declare function getKeypair(args: GetKeypairArgs, opts?: pulumi.InvokeOptions): Promise<GetKeypairResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getKeypair.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetKeypairArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getKeypair.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetKeypairResult {
|
|
20
|
+
/**
|
|
21
|
+
* 密钥对创建时间。
|
|
22
|
+
*/
|
|
23
|
+
readonly createdTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 密钥对的描述,默认值为空字符串。必须以字母或中文开头。只能包含中文、字母、数字、点“.”、空格、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、中文逗号“,”和中文句号“。”长度限制在255个字符以内。
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* 密钥对的指纹。根据RFC4716定义的公钥指纹格式,采用MD5信息摘要算法。
|
|
30
|
+
*/
|
|
31
|
+
readonly fingerPrint: string;
|
|
32
|
+
/**
|
|
33
|
+
* Uniquely identifies the resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* 操作的实例ID。
|
|
38
|
+
*/
|
|
39
|
+
readonly instanceIds: string[];
|
|
40
|
+
/**
|
|
41
|
+
* 密钥对唯一ID。
|
|
42
|
+
*/
|
|
43
|
+
readonly keyPairId: string;
|
|
44
|
+
/**
|
|
45
|
+
* 密钥对名称。不可与已有名称重复。长度限制在 2~64 个字符之间。允许使用点号“.”分隔字符成多段,每段允许使用大小写字母、数字或连字符“-”。不能以“-”和“.”开头或结尾,不能连续使用“-”或者“.”。
|
|
46
|
+
*/
|
|
47
|
+
readonly keyPairName: string;
|
|
48
|
+
/**
|
|
49
|
+
* 资源所属项目,一个资源只能归属于一个项目。只能包含字母、数字、下划线“_”、点“.”和中划线“-”。长度限制在64个字符以内。
|
|
50
|
+
*/
|
|
51
|
+
readonly projectName: string;
|
|
52
|
+
/**
|
|
53
|
+
* 密钥对的公钥信息。
|
|
54
|
+
*/
|
|
55
|
+
readonly publicKey: string;
|
|
56
|
+
/**
|
|
57
|
+
* 密钥对的标签。
|
|
58
|
+
*/
|
|
59
|
+
readonly tags: outputs.ecs.GetKeypairTag[];
|
|
60
|
+
/**
|
|
61
|
+
* 密钥对更新时间。
|
|
62
|
+
*/
|
|
63
|
+
readonly updatedTime: string;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Data Source schema for Byteplus::ECS::Keypair
|
|
67
|
+
*/
|
|
68
|
+
export declare function getKeypairOutput(args: GetKeypairOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKeypairResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getKeypair.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetKeypairOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* Uniquely identifies the resource.
|
|
75
|
+
*/
|
|
76
|
+
id: pulumi.Input<string>;
|
|
77
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getKeypairOutput = exports.getKeypair = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::ECS::Keypair
|
|
10
|
+
*/
|
|
11
|
+
function getKeypair(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:ecs/getKeypair:getKeypair", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getKeypair = getKeypair;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::ECS::Keypair
|
|
20
|
+
*/
|
|
21
|
+
function getKeypairOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:ecs/getKeypair:getKeypair", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getKeypairOutput = getKeypairOutput;
|
|
28
|
+
//# sourceMappingURL=getKeypair.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getKeypair.js","sourceRoot":"","sources":["../../ecs/getKeypair.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AA6DD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::ECS::Keypair
|
|
4
|
+
*/
|
|
5
|
+
export declare function getKeypairs(opts?: pulumi.InvokeOptions): Promise<GetKeypairsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getKeypairs.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetKeypairsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Byteplus::ECS::Keypair
|
|
21
|
+
*/
|
|
22
|
+
export declare function getKeypairsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKeypairsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getKeypairsOutput = exports.getKeypairs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::ECS::Keypair
|
|
10
|
+
*/
|
|
11
|
+
function getKeypairs(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:ecs/getKeypairs:getKeypairs", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getKeypairs = getKeypairs;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::ECS::Keypair
|
|
18
|
+
*/
|
|
19
|
+
function getKeypairsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:ecs/getKeypairs:getKeypairs", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getKeypairsOutput = getKeypairsOutput;
|
|
24
|
+
//# sourceMappingURL=getKeypairs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getKeypairs.js","sourceRoot":"","sources":["../../ecs/getKeypairs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kCAIC;AAeD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAAiC;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC"}
|
package/ecs/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
export { CommandArgs, CommandState } from "./command";
|
|
2
|
+
export type Command = import("./command").Command;
|
|
3
|
+
export declare const Command: typeof import("./command").Command;
|
|
4
|
+
export { GetCommandArgs, GetCommandResult, GetCommandOutputArgs } from "./getCommand";
|
|
5
|
+
export declare const getCommand: typeof import("./getCommand").getCommand;
|
|
6
|
+
export declare const getCommandOutput: typeof import("./getCommand").getCommandOutput;
|
|
7
|
+
export { GetCommandsResult } from "./getCommands";
|
|
8
|
+
export declare const getCommands: typeof import("./getCommands").getCommands;
|
|
9
|
+
export declare const getCommandsOutput: typeof import("./getCommands").getCommandsOutput;
|
|
1
10
|
export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage";
|
|
2
11
|
export declare const getImage: typeof import("./getImage").getImage;
|
|
3
12
|
export declare const getImageOutput: typeof import("./getImage").getImageOutput;
|
|
@@ -10,9 +19,27 @@ export declare const getInstanceOutput: typeof import("./getInstance").getInstan
|
|
|
10
19
|
export { GetInstancesResult } from "./getInstances";
|
|
11
20
|
export declare const getInstances: typeof import("./getInstances").getInstances;
|
|
12
21
|
export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
|
|
22
|
+
export { GetInvocationArgs, GetInvocationResult, GetInvocationOutputArgs } from "./getInvocation";
|
|
23
|
+
export declare const getInvocation: typeof import("./getInvocation").getInvocation;
|
|
24
|
+
export declare const getInvocationOutput: typeof import("./getInvocation").getInvocationOutput;
|
|
25
|
+
export { GetInvocationsResult } from "./getInvocations";
|
|
26
|
+
export declare const getInvocations: typeof import("./getInvocations").getInvocations;
|
|
27
|
+
export declare const getInvocationsOutput: typeof import("./getInvocations").getInvocationsOutput;
|
|
28
|
+
export { GetKeypairArgs, GetKeypairResult, GetKeypairOutputArgs } from "./getKeypair";
|
|
29
|
+
export declare const getKeypair: typeof import("./getKeypair").getKeypair;
|
|
30
|
+
export declare const getKeypairOutput: typeof import("./getKeypair").getKeypairOutput;
|
|
31
|
+
export { GetKeypairsResult } from "./getKeypairs";
|
|
32
|
+
export declare const getKeypairs: typeof import("./getKeypairs").getKeypairs;
|
|
33
|
+
export declare const getKeypairsOutput: typeof import("./getKeypairs").getKeypairsOutput;
|
|
13
34
|
export { ImageArgs, ImageState } from "./image";
|
|
14
35
|
export type Image = import("./image").Image;
|
|
15
36
|
export declare const Image: typeof import("./image").Image;
|
|
16
37
|
export { InstanceArgs, InstanceState } from "./instance";
|
|
17
38
|
export type Instance = import("./instance").Instance;
|
|
18
39
|
export declare const Instance: typeof import("./instance").Instance;
|
|
40
|
+
export { InvocationArgs, InvocationState } from "./invocation";
|
|
41
|
+
export type Invocation = import("./invocation").Invocation;
|
|
42
|
+
export declare const Invocation: typeof import("./invocation").Invocation;
|
|
43
|
+
export { KeypairArgs, KeypairState } from "./keypair";
|
|
44
|
+
export type Keypair = import("./keypair").Keypair;
|
|
45
|
+
export declare const Keypair: typeof import("./keypair").Keypair;
|
package/ecs/index.js
CHANGED
|
@@ -2,9 +2,17 @@
|
|
|
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.Instance = exports.Image = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = exports.getImagesOutput = exports.getImages = exports.getImageOutput = exports.getImage = void 0;
|
|
5
|
+
exports.Keypair = exports.Invocation = exports.Instance = exports.Image = exports.getKeypairsOutput = exports.getKeypairs = exports.getKeypairOutput = exports.getKeypair = exports.getInvocationsOutput = exports.getInvocations = exports.getInvocationOutput = exports.getInvocation = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = exports.getImagesOutput = exports.getImages = exports.getImageOutput = exports.getImage = exports.getCommandsOutput = exports.getCommands = exports.getCommandOutput = exports.getCommand = exports.Command = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.Command = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Command"], () => require("./command"));
|
|
10
|
+
exports.getCommand = null;
|
|
11
|
+
exports.getCommandOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getCommand", "getCommandOutput"], () => require("./getCommand"));
|
|
13
|
+
exports.getCommands = null;
|
|
14
|
+
exports.getCommandsOutput = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["getCommands", "getCommandsOutput"], () => require("./getCommands"));
|
|
8
16
|
exports.getImage = null;
|
|
9
17
|
exports.getImageOutput = null;
|
|
10
18
|
utilities.lazyLoad(exports, ["getImage", "getImageOutput"], () => require("./getImage"));
|
|
@@ -17,23 +25,48 @@ utilities.lazyLoad(exports, ["getInstance", "getInstanceOutput"], () => require(
|
|
|
17
25
|
exports.getInstances = null;
|
|
18
26
|
exports.getInstancesOutput = null;
|
|
19
27
|
utilities.lazyLoad(exports, ["getInstances", "getInstancesOutput"], () => require("./getInstances"));
|
|
28
|
+
exports.getInvocation = null;
|
|
29
|
+
exports.getInvocationOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getInvocation", "getInvocationOutput"], () => require("./getInvocation"));
|
|
31
|
+
exports.getInvocations = null;
|
|
32
|
+
exports.getInvocationsOutput = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["getInvocations", "getInvocationsOutput"], () => require("./getInvocations"));
|
|
34
|
+
exports.getKeypair = null;
|
|
35
|
+
exports.getKeypairOutput = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["getKeypair", "getKeypairOutput"], () => require("./getKeypair"));
|
|
37
|
+
exports.getKeypairs = null;
|
|
38
|
+
exports.getKeypairsOutput = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["getKeypairs", "getKeypairsOutput"], () => require("./getKeypairs"));
|
|
20
40
|
exports.Image = null;
|
|
21
41
|
utilities.lazyLoad(exports, ["Image"], () => require("./image"));
|
|
22
42
|
exports.Instance = null;
|
|
23
43
|
utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
|
|
44
|
+
exports.Invocation = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["Invocation"], () => require("./invocation"));
|
|
46
|
+
exports.Keypair = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["Keypair"], () => require("./keypair"));
|
|
24
48
|
const _module = {
|
|
25
49
|
version: utilities.getVersion(),
|
|
26
50
|
construct: (name, type, urn) => {
|
|
27
51
|
switch (type) {
|
|
52
|
+
case "bytepluscc:ecs/command:Command":
|
|
53
|
+
return new exports.Command(name, undefined, { urn });
|
|
28
54
|
case "bytepluscc:ecs/image:Image":
|
|
29
55
|
return new exports.Image(name, undefined, { urn });
|
|
30
56
|
case "bytepluscc:ecs/instance:Instance":
|
|
31
57
|
return new exports.Instance(name, undefined, { urn });
|
|
58
|
+
case "bytepluscc:ecs/invocation:Invocation":
|
|
59
|
+
return new exports.Invocation(name, undefined, { urn });
|
|
60
|
+
case "bytepluscc:ecs/keypair:Keypair":
|
|
61
|
+
return new exports.Keypair(name, undefined, { urn });
|
|
32
62
|
default:
|
|
33
63
|
throw new Error(`unknown resource type ${type}`);
|
|
34
64
|
}
|
|
35
65
|
},
|
|
36
66
|
};
|
|
67
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "ecs/command", _module);
|
|
37
68
|
pulumi.runtime.registerResourceModule("bytepluscc", "ecs/image", _module);
|
|
38
69
|
pulumi.runtime.registerResourceModule("bytepluscc", "ecs/instance", _module);
|
|
70
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "ecs/invocation", _module);
|
|
71
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "ecs/keypair", _module);
|
|
39
72
|
//# sourceMappingURL=index.js.map
|
package/ecs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ecs/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ecs/index.ts"],"names":[],"mappings":"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"}
|