@byteplus/pulumi-bytepluscc 0.0.8 → 0.0.12
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/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/getNlbs.d.ts +22 -0
- package/clb/getNlbs.js +24 -0
- package/clb/getNlbs.js.map +1 -0
- package/clb/index.d.ts +27 -0
- package/clb/index.js +34 -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/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/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/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 +9 -0
- package/filenas/index.js +12 -1
- package/filenas/index.js.map +1 -1
- package/filenas/snapshot.d.ts +182 -0
- package/filenas/snapshot.js +103 -0
- package/filenas/snapshot.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 +4 -1
- package/index.js +7 -1
- 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 +978 -26
- package/types/output.d.ts +2407 -341
- 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/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/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/index.d.ts +27 -0
- package/vpc/index.js +34 -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/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
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::ECS::Command
|
|
5
|
+
*/
|
|
6
|
+
export declare function getCommand(args: GetCommandArgs, opts?: pulumi.InvokeOptions): Promise<GetCommandResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getCommand.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetCommandArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getCommand.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetCommandResult {
|
|
20
|
+
/**
|
|
21
|
+
* 命令内容。请根据ContentEncoding参数传入相应命令内容。命令内容不能超过16KB。
|
|
22
|
+
*/
|
|
23
|
+
readonly commandContent: string;
|
|
24
|
+
/**
|
|
25
|
+
* 自定义命令ID。
|
|
26
|
+
*/
|
|
27
|
+
readonly commandId: string;
|
|
28
|
+
/**
|
|
29
|
+
* 命令内容是否经过Base64编码处理。Base64(默认):经过Base64编码处理。PlainText: 未进行编码处理。
|
|
30
|
+
*/
|
|
31
|
+
readonly contentEncoding: string;
|
|
32
|
+
/**
|
|
33
|
+
* 创建时间。
|
|
34
|
+
*/
|
|
35
|
+
readonly createdTime: string;
|
|
36
|
+
/**
|
|
37
|
+
* 命令描述,默认为空字符串。字符长度0~256。不限制特殊字符。
|
|
38
|
+
*/
|
|
39
|
+
readonly description: string;
|
|
40
|
+
/**
|
|
41
|
+
* 创建的命令是否使用自定义参数。false:默认,表示不使用自定义参数。true:表示使用自定义参数。
|
|
42
|
+
*/
|
|
43
|
+
readonly enableParameter: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* 命令被调用次数。
|
|
50
|
+
*/
|
|
51
|
+
readonly invocationTimes: number;
|
|
52
|
+
/**
|
|
53
|
+
* 命令名称。字符长度1~32。不限制特殊字符。
|
|
54
|
+
*/
|
|
55
|
+
readonly name: string;
|
|
56
|
+
/**
|
|
57
|
+
* 自定义参数定义信息。
|
|
58
|
+
*/
|
|
59
|
+
readonly parameterDefinitions: outputs.ecs.GetCommandParameterDefinition[];
|
|
60
|
+
/**
|
|
61
|
+
* 资源所属项目,一个资源只能归属于一个项目。
|
|
62
|
+
*/
|
|
63
|
+
readonly projectName: string;
|
|
64
|
+
/**
|
|
65
|
+
* 命令的提供方。
|
|
66
|
+
*/
|
|
67
|
+
readonly providerName: string;
|
|
68
|
+
/**
|
|
69
|
+
* 标签键值对。
|
|
70
|
+
*/
|
|
71
|
+
readonly tags: outputs.ecs.GetCommandTag[];
|
|
72
|
+
/**
|
|
73
|
+
* 创建的命令在ECS实例中执行时最大的超时时间,单位为秒。取值范围:30~86400。默认值:60。
|
|
74
|
+
*/
|
|
75
|
+
readonly timeout: number;
|
|
76
|
+
/**
|
|
77
|
+
* 命令的类型。Shell:表示创建一个在Linux实例中运行的Shell脚本。Python:表示创建一个Python脚本。Bat:表示创建一个Bat脚本。PowerShell:表示创建一个PowerShell脚本。
|
|
78
|
+
*/
|
|
79
|
+
readonly type: string;
|
|
80
|
+
/**
|
|
81
|
+
* 更新时间。
|
|
82
|
+
*/
|
|
83
|
+
readonly updatedTime: string;
|
|
84
|
+
/**
|
|
85
|
+
* 执行命令时的用户名。
|
|
86
|
+
*/
|
|
87
|
+
readonly username: string;
|
|
88
|
+
/**
|
|
89
|
+
* 创建的命令在ECS实例中运行的目录。
|
|
90
|
+
*/
|
|
91
|
+
readonly workingDir: string;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Data Source schema for Byteplus::ECS::Command
|
|
95
|
+
*/
|
|
96
|
+
export declare function getCommandOutput(args: GetCommandOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCommandResult>;
|
|
97
|
+
/**
|
|
98
|
+
* A collection of arguments for invoking getCommand.
|
|
99
|
+
*/
|
|
100
|
+
export interface GetCommandOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* Uniquely identifies the resource.
|
|
103
|
+
*/
|
|
104
|
+
id: pulumi.Input<string>;
|
|
105
|
+
}
|
|
@@ -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.getCommandOutput = exports.getCommand = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::ECS::Command
|
|
10
|
+
*/
|
|
11
|
+
function getCommand(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:ecs/getCommand:getCommand", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getCommand = getCommand;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::ECS::Command
|
|
20
|
+
*/
|
|
21
|
+
function getCommandOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:ecs/getCommand:getCommand", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getCommandOutput = getCommandOutput;
|
|
28
|
+
//# sourceMappingURL=getCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCommand.js","sourceRoot":"","sources":["../../ecs/getCommand.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;AAyFD;;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::Command
|
|
4
|
+
*/
|
|
5
|
+
export declare function getCommands(opts?: pulumi.InvokeOptions): Promise<GetCommandsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getCommands.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetCommandsResult {
|
|
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::Command
|
|
21
|
+
*/
|
|
22
|
+
export declare function getCommandsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCommandsResult>;
|
|
@@ -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.getCommandsOutput = exports.getCommands = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::ECS::Command
|
|
10
|
+
*/
|
|
11
|
+
function getCommands(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:ecs/getCommands:getCommands", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getCommands = getCommands;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::ECS::Command
|
|
18
|
+
*/
|
|
19
|
+
function getCommandsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:ecs/getCommands:getCommands", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getCommandsOutput = getCommandsOutput;
|
|
24
|
+
//# sourceMappingURL=getCommands.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCommands.js","sourceRoot":"","sources":["../../ecs/getCommands.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"}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::ECS::Invocation
|
|
5
|
+
*/
|
|
6
|
+
export declare function getInvocation(args: GetInvocationArgs, opts?: pulumi.InvokeOptions): Promise<GetInvocationResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getInvocation.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetInvocationArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getInvocation.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetInvocationResult {
|
|
20
|
+
/**
|
|
21
|
+
* 命令内容。
|
|
22
|
+
*/
|
|
23
|
+
readonly commandContent: string;
|
|
24
|
+
/**
|
|
25
|
+
* 被调用命令的描述。
|
|
26
|
+
*/
|
|
27
|
+
readonly commandDescription: string;
|
|
28
|
+
/**
|
|
29
|
+
* 命令ID。
|
|
30
|
+
*/
|
|
31
|
+
readonly commandId: string;
|
|
32
|
+
/**
|
|
33
|
+
* 任务触发时的命令名称。
|
|
34
|
+
*/
|
|
35
|
+
readonly commandName: string;
|
|
36
|
+
/**
|
|
37
|
+
* 被调用命令的提供方。
|
|
38
|
+
*/
|
|
39
|
+
readonly commandProvider: string;
|
|
40
|
+
/**
|
|
41
|
+
* 作业触发的命令类型。
|
|
42
|
+
*/
|
|
43
|
+
readonly commandType: string;
|
|
44
|
+
/**
|
|
45
|
+
* 被调用命令是否使用自定义参数。true:已启用。false:未启用。
|
|
46
|
+
*/
|
|
47
|
+
readonly enableParameter: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* 任务结束时间。
|
|
50
|
+
*/
|
|
51
|
+
readonly endTime: string;
|
|
52
|
+
/**
|
|
53
|
+
* 执行频率。RepeatMode=Rate 时本参数必填。格式:<执行间隔数值><执行间隔单位>,执行间隔单位:支持分钟(5m-60m)、小时(1h-24h)和天(1d-7d)。执行间隔基于固定频率,与作业实际执行需要的时间无关。创建作业后基于LaunchTime执行一次,根据间隔设置确定下一次执行时间。
|
|
54
|
+
*/
|
|
55
|
+
readonly frequency: string;
|
|
56
|
+
/**
|
|
57
|
+
* Uniquely identifies the resource.
|
|
58
|
+
*/
|
|
59
|
+
readonly id: string;
|
|
60
|
+
/**
|
|
61
|
+
* 实例ID列表,最多支持200个ID。
|
|
62
|
+
*/
|
|
63
|
+
readonly instanceIds: string[];
|
|
64
|
+
/**
|
|
65
|
+
* 执行实例数量。
|
|
66
|
+
*/
|
|
67
|
+
readonly instanceNumber: number;
|
|
68
|
+
/**
|
|
69
|
+
* 作业描述,默认为空字符串,不超过256个字符。
|
|
70
|
+
*/
|
|
71
|
+
readonly invocationDescription: string;
|
|
72
|
+
/**
|
|
73
|
+
* 任务执行 ID。
|
|
74
|
+
*/
|
|
75
|
+
readonly invocationId: string;
|
|
76
|
+
/**
|
|
77
|
+
* 作业名称。不超过64个字符。暂不限制特殊字符。同地域下作业名称可重复。
|
|
78
|
+
*/
|
|
79
|
+
readonly invocationName: string;
|
|
80
|
+
/**
|
|
81
|
+
* 单台实例执行命令的结果。
|
|
82
|
+
*/
|
|
83
|
+
readonly invocationResults: outputs.ecs.GetInvocationInvocationResult[];
|
|
84
|
+
/**
|
|
85
|
+
* 命令执行的总执行状态。
|
|
86
|
+
*/
|
|
87
|
+
readonly invocationStatus: string;
|
|
88
|
+
/**
|
|
89
|
+
* 执行时间。
|
|
90
|
+
*/
|
|
91
|
+
readonly launchTime: string;
|
|
92
|
+
/**
|
|
93
|
+
* 任务触发时的命令自定义参数定义。
|
|
94
|
+
*/
|
|
95
|
+
readonly parameterDefinitions: outputs.ecs.GetInvocationParameterDefinition[];
|
|
96
|
+
/**
|
|
97
|
+
* 命令中包含自定义参数时,需通过本参数传入自定义参数的键值对。自定义参数个数范围为0~60。Key不允许为空字符串,最多支持64个字符。Value允许为空字符串。自定义参数与原始命令内容在Base64编码后,综合长度不能超过16KB。设置的自定义参数名集合必须为创建命令时定义的参数集的子集。对于未传入的参数,使用默认值代替。
|
|
98
|
+
*/
|
|
99
|
+
readonly parameters: string;
|
|
100
|
+
/**
|
|
101
|
+
* 资源所属项目,一个资源只能归属于一个项目。
|
|
102
|
+
*/
|
|
103
|
+
readonly projectName: string;
|
|
104
|
+
/**
|
|
105
|
+
* 周期结束时间,仅适用于周期任务(Rate)。
|
|
106
|
+
*/
|
|
107
|
+
readonly recurrenceEndTime: string;
|
|
108
|
+
/**
|
|
109
|
+
* 设置命令执行的方式。Once:默认,表示立即执行命令。Rate:周期执行命令,需要通过Frequency参数传入Rate表达式指定执行周期。Fixed:定时执行命令,需要通过LaunchTime参数指定的执行时间。
|
|
110
|
+
*/
|
|
111
|
+
readonly repeatMode: string;
|
|
112
|
+
/**
|
|
113
|
+
* 任务开始时间。
|
|
114
|
+
*/
|
|
115
|
+
readonly startTime: string;
|
|
116
|
+
/**
|
|
117
|
+
* 标签键值对。
|
|
118
|
+
*/
|
|
119
|
+
readonly tags: outputs.ecs.GetInvocationTag[];
|
|
120
|
+
/**
|
|
121
|
+
* 创建的命令在ECS实例中执行时最大的超时时间,单位为秒。默认值:60。可选范围为:30~86400。
|
|
122
|
+
*/
|
|
123
|
+
readonly timeout: number;
|
|
124
|
+
/**
|
|
125
|
+
* 在ECS实例中执行命令的用户名称。
|
|
126
|
+
*/
|
|
127
|
+
readonly username: string;
|
|
128
|
+
/**
|
|
129
|
+
* 自定义windows用户的密码。
|
|
130
|
+
*/
|
|
131
|
+
readonly windowsPassword: string;
|
|
132
|
+
/**
|
|
133
|
+
* 创建的命令在ECS实例中运行的目录。
|
|
134
|
+
*/
|
|
135
|
+
readonly workingDir: string;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Data Source schema for Byteplus::ECS::Invocation
|
|
139
|
+
*/
|
|
140
|
+
export declare function getInvocationOutput(args: GetInvocationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetInvocationResult>;
|
|
141
|
+
/**
|
|
142
|
+
* A collection of arguments for invoking getInvocation.
|
|
143
|
+
*/
|
|
144
|
+
export interface GetInvocationOutputArgs {
|
|
145
|
+
/**
|
|
146
|
+
* Uniquely identifies the resource.
|
|
147
|
+
*/
|
|
148
|
+
id: pulumi.Input<string>;
|
|
149
|
+
}
|
|
@@ -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;
|