@volcengine/pulumi 0.0.33 → 0.0.35

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.
Files changed (303) hide show
  1. package/apig/apigCustomDomain.d.ts +244 -0
  2. package/apig/apigCustomDomain.js +167 -0
  3. package/apig/apigCustomDomain.js.map +1 -0
  4. package/apig/apigGateway.d.ts +262 -0
  5. package/apig/apigGateway.js +150 -0
  6. package/apig/apigGateway.js.map +1 -0
  7. package/apig/apigGatewayService.d.ts +206 -0
  8. package/apig/apigGatewayService.js +159 -0
  9. package/apig/apigGatewayService.js.map +1 -0
  10. package/apig/apigRoute.d.ts +397 -0
  11. package/apig/apigRoute.js +299 -0
  12. package/apig/apigRoute.js.map +1 -0
  13. package/apig/apigUpstream.d.ts +375 -0
  14. package/apig/apigUpstream.js +278 -0
  15. package/apig/apigUpstream.js.map +1 -0
  16. package/apig/apigUpstreamSource.d.ts +214 -0
  17. package/apig/apigUpstreamSource.js +182 -0
  18. package/apig/apigUpstreamSource.js.map +1 -0
  19. package/apig/apigUpstreamVersion.d.ts +211 -0
  20. package/apig/apigUpstreamVersion.js +206 -0
  21. package/apig/apigUpstreamVersion.js.map +1 -0
  22. package/apig/customDomains.d.ts +112 -0
  23. package/apig/customDomains.js +55 -0
  24. package/apig/customDomains.js.map +1 -0
  25. package/apig/gatewayServices.d.ts +104 -0
  26. package/apig/gatewayServices.js +52 -0
  27. package/apig/gatewayServices.js.map +1 -0
  28. package/apig/gateways.d.ts +162 -0
  29. package/apig/gateways.js +63 -0
  30. package/apig/gateways.js.map +1 -0
  31. package/apig/getCustomDomains.d.ts +110 -0
  32. package/apig/getCustomDomains.js +52 -0
  33. package/apig/getCustomDomains.js.map +1 -0
  34. package/apig/getGatewayServices.d.ts +102 -0
  35. package/apig/getGatewayServices.js +49 -0
  36. package/apig/getGatewayServices.js.map +1 -0
  37. package/apig/getGateways.d.ts +160 -0
  38. package/apig/getGateways.js +60 -0
  39. package/apig/getGateways.js.map +1 -0
  40. package/apig/getRoutes.d.ts +153 -0
  41. package/apig/getRoutes.js +54 -0
  42. package/apig/getRoutes.js.map +1 -0
  43. package/apig/getUpstreamSources.d.ts +123 -0
  44. package/apig/getUpstreamSources.js +51 -0
  45. package/apig/getUpstreamSources.js.map +1 -0
  46. package/apig/getUpstreamVersions.d.ts +84 -0
  47. package/apig/getUpstreamVersions.js +47 -0
  48. package/apig/getUpstreamVersions.js.map +1 -0
  49. package/apig/getUpstreams.d.ts +140 -0
  50. package/apig/getUpstreams.js +60 -0
  51. package/apig/getUpstreams.js.map +1 -0
  52. package/apig/index.d.ts +63 -0
  53. package/apig/index.js +94 -0
  54. package/apig/index.js.map +1 -0
  55. package/apig/routes.d.ts +155 -0
  56. package/apig/routes.js +57 -0
  57. package/apig/routes.js.map +1 -0
  58. package/apig/upstreamSources.d.ts +125 -0
  59. package/apig/upstreamSources.js +54 -0
  60. package/apig/upstreamSources.js.map +1 -0
  61. package/apig/upstreamVersions.d.ts +86 -0
  62. package/apig/upstreamVersions.js +50 -0
  63. package/apig/upstreamVersions.js.map +1 -0
  64. package/apig/upstreams.d.ts +142 -0
  65. package/apig/upstreams.js +63 -0
  66. package/apig/upstreams.js.map +1 -0
  67. package/autoscaling/scalingGroup.d.ts +24 -0
  68. package/autoscaling/scalingGroup.js +4 -0
  69. package/autoscaling/scalingGroup.js.map +1 -1
  70. package/cen/interRegionBandwidth.d.ts +12 -0
  71. package/cen/interRegionBandwidth.js +2 -0
  72. package/cen/interRegionBandwidth.js.map +1 -1
  73. package/config/vars.d.ts +4 -0
  74. package/config/vars.js +6 -0
  75. package/config/vars.js.map +1 -1
  76. package/ecs/command.d.ts +65 -18
  77. package/ecs/command.js +10 -15
  78. package/ecs/command.js.map +1 -1
  79. package/ecs/commands.d.ts +26 -1
  80. package/ecs/commands.js +2 -0
  81. package/ecs/commands.js.map +1 -1
  82. package/ecs/getCommands.d.ts +26 -1
  83. package/ecs/getCommands.js +2 -0
  84. package/ecs/getCommands.js.map +1 -1
  85. package/ecs/getInvocations.d.ts +25 -0
  86. package/ecs/getInvocations.js +2 -0
  87. package/ecs/getInvocations.js.map +1 -1
  88. package/ecs/instance.d.ts +20 -0
  89. package/ecs/instance.js +4 -0
  90. package/ecs/instance.js.map +1 -1
  91. package/ecs/invocation.d.ts +53 -6
  92. package/ecs/invocation.js +15 -0
  93. package/ecs/invocation.js.map +1 -1
  94. package/ecs/invocations.d.ts +25 -0
  95. package/ecs/invocations.js +2 -0
  96. package/ecs/invocations.js.map +1 -1
  97. package/index.d.ts +3 -1
  98. package/index.js +6 -2
  99. package/index.js.map +1 -1
  100. package/kafka/instance.d.ts +12 -0
  101. package/kafka/instance.js +2 -0
  102. package/kafka/instance.js.map +1 -1
  103. package/package.json +1 -1
  104. package/provider.d.ts +4 -0
  105. package/provider.js +1 -0
  106. package/provider.js.map +1 -1
  107. package/redis/getParameterGroups.d.ts +22 -0
  108. package/redis/getParameterGroups.js +22 -0
  109. package/redis/getParameterGroups.js.map +1 -1
  110. package/redis/parameterGroups.d.ts +22 -0
  111. package/redis/parameterGroups.js +22 -0
  112. package/redis/parameterGroups.js.map +1 -1
  113. package/tos/bucketCors.d.ts +120 -0
  114. package/tos/bucketCors.js +115 -0
  115. package/tos/bucketCors.js.map +1 -0
  116. package/tos/bucketEncryption.d.ts +105 -0
  117. package/tos/bucketEncryption.js +100 -0
  118. package/tos/bucketEncryption.js.map +1 -0
  119. package/tos/bucketNotification.d.ts +166 -0
  120. package/tos/bucketNotification.js +155 -0
  121. package/tos/bucketNotification.js.map +1 -0
  122. package/tos/index.d.ts +9 -0
  123. package/tos/index.js +16 -1
  124. package/tos/index.js.map +1 -1
  125. package/types/input.d.ts +6104 -3944
  126. package/types/output.d.ts +35681 -27825
  127. package/vke/node.d.ts +12 -0
  128. package/vke/node.js +2 -0
  129. package/vke/node.js.map +1 -1
  130. package/vpc/cidrBlockAssociate.d.ts +83 -0
  131. package/vpc/cidrBlockAssociate.js +80 -0
  132. package/vpc/cidrBlockAssociate.js.map +1 -0
  133. package/vpc/flowLog.d.ts +266 -0
  134. package/vpc/flowLog.js +148 -0
  135. package/vpc/flowLog.js.map +1 -0
  136. package/vpc/flowLogActive.d.ts +103 -0
  137. package/vpc/flowLogActive.js +101 -0
  138. package/vpc/flowLogActive.js.map +1 -0
  139. package/vpc/flowLogs.d.ts +231 -0
  140. package/vpc/flowLogs.js +63 -0
  141. package/vpc/flowLogs.js.map +1 -0
  142. package/vpc/getFlowLogs.d.ts +229 -0
  143. package/vpc/getFlowLogs.js +60 -0
  144. package/vpc/getFlowLogs.js.map +1 -0
  145. package/vpc/getSubnets.d.ts +9 -0
  146. package/vpc/getSubnets.js +1 -0
  147. package/vpc/getSubnets.js.map +1 -1
  148. package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
  149. package/vpc/getTrafficMirrorFilterRules.js +50 -0
  150. package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
  151. package/vpc/getTrafficMirrorFilters.d.ts +118 -0
  152. package/vpc/getTrafficMirrorFilters.js +51 -0
  153. package/vpc/getTrafficMirrorFilters.js.map +1 -0
  154. package/vpc/getTrafficMirrorSessions.d.ts +187 -0
  155. package/vpc/getTrafficMirrorSessions.js +57 -0
  156. package/vpc/getTrafficMirrorSessions.js.map +1 -0
  157. package/vpc/getTrafficMirrorTargets.d.ts +121 -0
  158. package/vpc/getTrafficMirrorTargets.js +51 -0
  159. package/vpc/getTrafficMirrorTargets.js.map +1 -0
  160. package/vpc/getVpcs.d.ts +9 -0
  161. package/vpc/getVpcs.js +1 -0
  162. package/vpc/getVpcs.js.map +1 -1
  163. package/vpc/index.d.ts +51 -0
  164. package/vpc/index.js +67 -2
  165. package/vpc/index.js.map +1 -1
  166. package/vpc/networkInterface.d.ts +27 -7
  167. package/vpc/networkInterface.js +27 -7
  168. package/vpc/networkInterface.js.map +1 -1
  169. package/vpc/subnets.d.ts +9 -0
  170. package/vpc/subnets.js +1 -0
  171. package/vpc/subnets.js.map +1 -1
  172. package/vpc/trafficMirrorFilter.d.ts +137 -0
  173. package/vpc/trafficMirrorFilter.js +88 -0
  174. package/vpc/trafficMirrorFilter.js.map +1 -0
  175. package/vpc/trafficMirrorFilterRule.d.ts +245 -0
  176. package/vpc/trafficMirrorFilterRule.js +144 -0
  177. package/vpc/trafficMirrorFilterRule.js.map +1 -0
  178. package/vpc/trafficMirrorFilterRules.d.ts +105 -0
  179. package/vpc/trafficMirrorFilterRules.js +53 -0
  180. package/vpc/trafficMirrorFilterRules.js.map +1 -0
  181. package/vpc/trafficMirrorFilters.d.ts +120 -0
  182. package/vpc/trafficMirrorFilters.js +54 -0
  183. package/vpc/trafficMirrorFilters.js.map +1 -0
  184. package/vpc/trafficMirrorSession.d.ts +330 -0
  185. package/vpc/trafficMirrorSession.js +221 -0
  186. package/vpc/trafficMirrorSession.js.map +1 -0
  187. package/vpc/trafficMirrorSessions.d.ts +189 -0
  188. package/vpc/trafficMirrorSessions.js +60 -0
  189. package/vpc/trafficMirrorSessions.js.map +1 -0
  190. package/vpc/trafficMirrorTarget.d.ts +222 -0
  191. package/vpc/trafficMirrorTarget.js +159 -0
  192. package/vpc/trafficMirrorTarget.js.map +1 -0
  193. package/vpc/trafficMirrorTargets.d.ts +123 -0
  194. package/vpc/trafficMirrorTargets.js +54 -0
  195. package/vpc/trafficMirrorTargets.js.map +1 -0
  196. package/vpc/vpc.d.ts +8 -0
  197. package/vpc/vpc.js +2 -0
  198. package/vpc/vpc.js.map +1 -1
  199. package/vpc/vpcs.d.ts +9 -0
  200. package/vpc/vpcs.js +1 -0
  201. package/vpc/vpcs.js.map +1 -1
  202. package/waf/aclRule.d.ts +326 -0
  203. package/waf/aclRule.js +150 -0
  204. package/waf/aclRule.js.map +1 -0
  205. package/waf/aclRules.d.ts +170 -0
  206. package/waf/aclRules.js +69 -0
  207. package/waf/aclRules.js.map +1 -0
  208. package/waf/botAnalyseProtectRule.d.ts +320 -0
  209. package/waf/botAnalyseProtectRule.js +171 -0
  210. package/waf/botAnalyseProtectRule.js.map +1 -0
  211. package/waf/botAnalyseProtectRules.d.ts +145 -0
  212. package/waf/botAnalyseProtectRules.js +57 -0
  213. package/waf/botAnalyseProtectRules.js.map +1 -0
  214. package/waf/ccRule.d.ts +337 -0
  215. package/waf/ccRule.js +182 -0
  216. package/waf/ccRule.js.map +1 -0
  217. package/waf/ccRules.d.ts +149 -0
  218. package/waf/ccRules.js +61 -0
  219. package/waf/ccRules.js.map +1 -0
  220. package/waf/customBot.d.ts +191 -0
  221. package/waf/customBot.js +127 -0
  222. package/waf/customBot.js.map +1 -0
  223. package/waf/customBots.d.ts +86 -0
  224. package/waf/customBots.js +51 -0
  225. package/waf/customBots.js.map +1 -0
  226. package/waf/customPage.d.ts +310 -0
  227. package/waf/customPage.js +160 -0
  228. package/waf/customPage.js.map +1 -0
  229. package/waf/customPages.d.ts +110 -0
  230. package/waf/customPages.js +52 -0
  231. package/waf/customPages.js.map +1 -0
  232. package/waf/domains.d.ts +94 -0
  233. package/waf/domains.js +48 -0
  234. package/waf/domains.js.map +1 -0
  235. package/waf/getAclRules.d.ts +168 -0
  236. package/waf/getAclRules.js +66 -0
  237. package/waf/getAclRules.js.map +1 -0
  238. package/waf/getBotAnalyseProtectRules.d.ts +143 -0
  239. package/waf/getBotAnalyseProtectRules.js +54 -0
  240. package/waf/getBotAnalyseProtectRules.js.map +1 -0
  241. package/waf/getCcRules.d.ts +147 -0
  242. package/waf/getCcRules.js +58 -0
  243. package/waf/getCcRules.js.map +1 -0
  244. package/waf/getCustomBots.d.ts +84 -0
  245. package/waf/getCustomBots.js +48 -0
  246. package/waf/getCustomBots.js.map +1 -0
  247. package/waf/getCustomPages.d.ts +108 -0
  248. package/waf/getCustomPages.js +49 -0
  249. package/waf/getCustomPages.js.map +1 -0
  250. package/waf/getDomains.d.ts +92 -0
  251. package/waf/getDomains.js +45 -0
  252. package/waf/getDomains.js.map +1 -0
  253. package/waf/getHostGroups.d.ts +146 -0
  254. package/waf/getHostGroups.js +55 -0
  255. package/waf/getHostGroups.js.map +1 -0
  256. package/waf/getIpGroups.d.ts +105 -0
  257. package/waf/getIpGroups.js +49 -0
  258. package/waf/getIpGroups.js.map +1 -0
  259. package/waf/getProhibitions.d.ts +127 -0
  260. package/waf/getProhibitions.js +55 -0
  261. package/waf/getProhibitions.js.map +1 -0
  262. package/waf/getServiceCertificates.d.ts +71 -0
  263. package/waf/getServiceCertificates.js +43 -0
  264. package/waf/getServiceCertificates.js.map +1 -0
  265. package/waf/getSystemBots.d.ts +84 -0
  266. package/waf/getSystemBots.js +47 -0
  267. package/waf/getSystemBots.js.map +1 -0
  268. package/waf/hostGroup.d.ts +152 -0
  269. package/waf/hostGroup.js +90 -0
  270. package/waf/hostGroup.js.map +1 -0
  271. package/waf/hostGroups.d.ts +148 -0
  272. package/waf/hostGroups.js +58 -0
  273. package/waf/hostGroups.js.map +1 -0
  274. package/waf/index.d.ts +99 -0
  275. package/waf/index.js +139 -0
  276. package/waf/index.js.map +1 -0
  277. package/waf/instanceCtl.d.ts +95 -0
  278. package/waf/instanceCtl.js +76 -0
  279. package/waf/instanceCtl.js.map +1 -0
  280. package/waf/ipGroup.d.ts +132 -0
  281. package/waf/ipGroup.js +93 -0
  282. package/waf/ipGroup.js.map +1 -0
  283. package/waf/ipGroups.d.ts +107 -0
  284. package/waf/ipGroups.js +52 -0
  285. package/waf/ipGroups.js.map +1 -0
  286. package/waf/prohibitions.d.ts +129 -0
  287. package/waf/prohibitions.js +58 -0
  288. package/waf/prohibitions.js.map +1 -0
  289. package/waf/serviceCertificates.d.ts +73 -0
  290. package/waf/serviceCertificates.js +46 -0
  291. package/waf/serviceCertificates.js.map +1 -0
  292. package/waf/systemBot.d.ts +137 -0
  293. package/waf/systemBot.js +92 -0
  294. package/waf/systemBot.js.map +1 -0
  295. package/waf/systemBots.d.ts +86 -0
  296. package/waf/systemBots.js +50 -0
  297. package/waf/systemBots.js.map +1 -0
  298. package/waf/vulnerability.d.ts +116 -0
  299. package/waf/vulnerability.js +72 -0
  300. package/waf/vulnerability.js.map +1 -0
  301. package/waf/wafDomain.d.ts +877 -0
  302. package/waf/wafDomain.js +252 -0
  303. package/waf/wafDomain.js.map +1 -0
@@ -0,0 +1,162 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Use this data source to query detailed information of apig gateways
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as volcengine from "@pulumi/volcengine";
11
+ *
12
+ * const foo = volcengine.apig.getGateways({
13
+ * ids: [
14
+ * "gd13d8c6eq1emkiunq6p0",
15
+ * "gd07fq7pte3scmnaj1b1g",
16
+ * ],
17
+ * });
18
+ * ```
19
+ */
20
+ /** @deprecated volcengine.apig.Gateways has been deprecated in favor of volcengine.apig.getGateways */
21
+ export declare function gateways(args?: GatewaysArgs, opts?: pulumi.InvokeOptions): Promise<GatewaysResult>;
22
+ /**
23
+ * A collection of arguments for invoking Gateways.
24
+ */
25
+ export interface GatewaysArgs {
26
+ /**
27
+ * A list of api gateway IDs.
28
+ */
29
+ ids?: string[];
30
+ /**
31
+ * The name of api gateway. This field support fuzzy query.
32
+ */
33
+ name?: string;
34
+ /**
35
+ * A Name Regex of Resource.
36
+ */
37
+ nameRegex?: string;
38
+ /**
39
+ * File name where to save data source results.
40
+ */
41
+ outputFile?: string;
42
+ /**
43
+ * The project name of api gateway.
44
+ */
45
+ projectName?: string;
46
+ /**
47
+ * The status of api gateway.
48
+ */
49
+ status?: string;
50
+ /**
51
+ * Tags.
52
+ */
53
+ tags?: inputs.apig.GatewaysTag[];
54
+ /**
55
+ * The type of api gateway.
56
+ */
57
+ type?: string;
58
+ /**
59
+ * A list of vpc IDs.
60
+ */
61
+ vpcIds?: string[];
62
+ }
63
+ /**
64
+ * A collection of values returned by Gateways.
65
+ */
66
+ export interface GatewaysResult {
67
+ /**
68
+ * The collection of query.
69
+ */
70
+ readonly gateways: outputs.apig.GatewaysGateway[];
71
+ /**
72
+ * The provider-assigned unique ID for this managed resource.
73
+ */
74
+ readonly id: string;
75
+ readonly ids?: string[];
76
+ /**
77
+ * The name of the api gateway.
78
+ */
79
+ readonly name?: string;
80
+ readonly nameRegex?: string;
81
+ readonly outputFile?: string;
82
+ /**
83
+ * The project name of the api gateway.
84
+ */
85
+ readonly projectName?: string;
86
+ /**
87
+ * The status of the api gateway.
88
+ */
89
+ readonly status?: string;
90
+ /**
91
+ * Tags.
92
+ */
93
+ readonly tags?: outputs.apig.GatewaysTag[];
94
+ /**
95
+ * The total count of query.
96
+ */
97
+ readonly totalCount: number;
98
+ /**
99
+ * The type of the api gateway.
100
+ */
101
+ readonly type?: string;
102
+ readonly vpcIds?: string[];
103
+ }
104
+ /**
105
+ * Use this data source to query detailed information of apig gateways
106
+ * ## Example Usage
107
+ *
108
+ * ```typescript
109
+ * import * as pulumi from "@pulumi/pulumi";
110
+ * import * as volcengine from "@pulumi/volcengine";
111
+ *
112
+ * const foo = volcengine.apig.getGateways({
113
+ * ids: [
114
+ * "gd13d8c6eq1emkiunq6p0",
115
+ * "gd07fq7pte3scmnaj1b1g",
116
+ * ],
117
+ * });
118
+ * ```
119
+ */
120
+ /** @deprecated volcengine.apig.Gateways has been deprecated in favor of volcengine.apig.getGateways */
121
+ export declare function gatewaysOutput(args?: GatewaysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GatewaysResult>;
122
+ /**
123
+ * A collection of arguments for invoking Gateways.
124
+ */
125
+ export interface GatewaysOutputArgs {
126
+ /**
127
+ * A list of api gateway IDs.
128
+ */
129
+ ids?: pulumi.Input<pulumi.Input<string>[]>;
130
+ /**
131
+ * The name of api gateway. This field support fuzzy query.
132
+ */
133
+ name?: pulumi.Input<string>;
134
+ /**
135
+ * A Name Regex of Resource.
136
+ */
137
+ nameRegex?: pulumi.Input<string>;
138
+ /**
139
+ * File name where to save data source results.
140
+ */
141
+ outputFile?: pulumi.Input<string>;
142
+ /**
143
+ * The project name of api gateway.
144
+ */
145
+ projectName?: pulumi.Input<string>;
146
+ /**
147
+ * The status of api gateway.
148
+ */
149
+ status?: pulumi.Input<string>;
150
+ /**
151
+ * Tags.
152
+ */
153
+ tags?: pulumi.Input<pulumi.Input<inputs.apig.GatewaysTagArgs>[]>;
154
+ /**
155
+ * The type of api gateway.
156
+ */
157
+ type?: pulumi.Input<string>;
158
+ /**
159
+ * A list of vpc IDs.
160
+ */
161
+ vpcIds?: pulumi.Input<pulumi.Input<string>[]>;
162
+ }
@@ -0,0 +1,63 @@
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.gatewaysOutput = exports.gateways = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of apig gateways
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const foo = volcengine.apig.getGateways({
17
+ * ids: [
18
+ * "gd13d8c6eq1emkiunq6p0",
19
+ * "gd07fq7pte3scmnaj1b1g",
20
+ * ],
21
+ * });
22
+ * ```
23
+ */
24
+ /** @deprecated volcengine.apig.Gateways has been deprecated in favor of volcengine.apig.getGateways */
25
+ function gateways(args, opts) {
26
+ pulumi.log.warn("gateways is deprecated: volcengine.apig.Gateways has been deprecated in favor of volcengine.apig.getGateways");
27
+ args = args || {};
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
29
+ return pulumi.runtime.invoke("volcengine:apig/gateways:Gateways", {
30
+ "ids": args.ids,
31
+ "name": args.name,
32
+ "nameRegex": args.nameRegex,
33
+ "outputFile": args.outputFile,
34
+ "projectName": args.projectName,
35
+ "status": args.status,
36
+ "tags": args.tags,
37
+ "type": args.type,
38
+ "vpcIds": args.vpcIds,
39
+ }, opts);
40
+ }
41
+ exports.gateways = gateways;
42
+ /**
43
+ * Use this data source to query detailed information of apig gateways
44
+ * ## Example Usage
45
+ *
46
+ * ```typescript
47
+ * import * as pulumi from "@pulumi/pulumi";
48
+ * import * as volcengine from "@pulumi/volcengine";
49
+ *
50
+ * const foo = volcengine.apig.getGateways({
51
+ * ids: [
52
+ * "gd13d8c6eq1emkiunq6p0",
53
+ * "gd07fq7pte3scmnaj1b1g",
54
+ * ],
55
+ * });
56
+ * ```
57
+ */
58
+ /** @deprecated volcengine.apig.Gateways has been deprecated in favor of volcengine.apig.getGateways */
59
+ function gatewaysOutput(args, opts) {
60
+ return pulumi.output(args).apply((a) => gateways(a, opts));
61
+ }
62
+ exports.gatewaysOutput = gatewaysOutput;
63
+ //# sourceMappingURL=gateways.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gateways.js","sourceRoot":"","sources":["../../apig/gateways.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,uGAAuG;AACvG,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8GAA8G,CAAC,CAAA;IAC/H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,4BAgBC;AAqFD;;;;;;;;;;;;;;;GAeG;AACH,uGAAuG;AACvG,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
@@ -0,0 +1,110 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Use this data source to query detailed information of apig custom domains
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ *
11
+ * const foo = volcengine.apig.getCustomDomains({
12
+ * gatewayId: "gd13d8c6eq1emkiunq6p0",
13
+ * serviceId: "sd142lm6kiaj519k4l640",
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getCustomDomains(args?: GetCustomDomainsArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomDomainsResult>;
18
+ /**
19
+ * A collection of arguments for invoking getCustomDomains.
20
+ */
21
+ export interface GetCustomDomainsArgs {
22
+ /**
23
+ * The id of api gateway.
24
+ */
25
+ gatewayId?: string;
26
+ /**
27
+ * A Name Regex of Resource.
28
+ */
29
+ nameRegex?: string;
30
+ /**
31
+ * File name where to save data source results.
32
+ */
33
+ outputFile?: string;
34
+ /**
35
+ * The resource type of domain. Valid values: `Console`, `Ingress`.
36
+ */
37
+ resourceType?: string;
38
+ /**
39
+ * The id of api gateway service.
40
+ */
41
+ serviceId?: string;
42
+ }
43
+ /**
44
+ * A collection of values returned by getCustomDomains.
45
+ */
46
+ export interface GetCustomDomainsResult {
47
+ /**
48
+ * The collection of query.
49
+ */
50
+ readonly customDomains: outputs.apig.GetCustomDomainsCustomDomain[];
51
+ readonly gatewayId?: string;
52
+ /**
53
+ * The provider-assigned unique ID for this managed resource.
54
+ */
55
+ readonly id: string;
56
+ readonly nameRegex?: string;
57
+ readonly outputFile?: string;
58
+ /**
59
+ * The resource type of domain.
60
+ */
61
+ readonly resourceType?: string;
62
+ /**
63
+ * The id of the api gateway service.
64
+ */
65
+ readonly serviceId?: string;
66
+ /**
67
+ * The total count of query.
68
+ */
69
+ readonly totalCount: number;
70
+ }
71
+ /**
72
+ * Use this data source to query detailed information of apig custom domains
73
+ * ## Example Usage
74
+ *
75
+ * ```typescript
76
+ * import * as pulumi from "@pulumi/pulumi";
77
+ * import * as volcengine from "@pulumi/volcengine";
78
+ *
79
+ * const foo = volcengine.apig.getCustomDomains({
80
+ * gatewayId: "gd13d8c6eq1emkiunq6p0",
81
+ * serviceId: "sd142lm6kiaj519k4l640",
82
+ * });
83
+ * ```
84
+ */
85
+ export declare function getCustomDomainsOutput(args?: GetCustomDomainsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomDomainsResult>;
86
+ /**
87
+ * A collection of arguments for invoking getCustomDomains.
88
+ */
89
+ export interface GetCustomDomainsOutputArgs {
90
+ /**
91
+ * The id of api gateway.
92
+ */
93
+ gatewayId?: pulumi.Input<string>;
94
+ /**
95
+ * A Name Regex of Resource.
96
+ */
97
+ nameRegex?: pulumi.Input<string>;
98
+ /**
99
+ * File name where to save data source results.
100
+ */
101
+ outputFile?: pulumi.Input<string>;
102
+ /**
103
+ * The resource type of domain. Valid values: `Console`, `Ingress`.
104
+ */
105
+ resourceType?: pulumi.Input<string>;
106
+ /**
107
+ * The id of api gateway service.
108
+ */
109
+ serviceId?: pulumi.Input<string>;
110
+ }
@@ -0,0 +1,52 @@
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.getCustomDomainsOutput = exports.getCustomDomains = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of apig custom domains
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const foo = volcengine.apig.getCustomDomains({
17
+ * gatewayId: "gd13d8c6eq1emkiunq6p0",
18
+ * serviceId: "sd142lm6kiaj519k4l640",
19
+ * });
20
+ * ```
21
+ */
22
+ function getCustomDomains(args, opts) {
23
+ args = args || {};
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("volcengine:apig/getCustomDomains:getCustomDomains", {
26
+ "gatewayId": args.gatewayId,
27
+ "nameRegex": args.nameRegex,
28
+ "outputFile": args.outputFile,
29
+ "resourceType": args.resourceType,
30
+ "serviceId": args.serviceId,
31
+ }, opts);
32
+ }
33
+ exports.getCustomDomains = getCustomDomains;
34
+ /**
35
+ * Use this data source to query detailed information of apig custom domains
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as volcengine from "@pulumi/volcengine";
41
+ *
42
+ * const foo = volcengine.apig.getCustomDomains({
43
+ * gatewayId: "gd13d8c6eq1emkiunq6p0",
44
+ * serviceId: "sd142lm6kiaj519k4l640",
45
+ * });
46
+ * ```
47
+ */
48
+ function getCustomDomainsOutput(args, opts) {
49
+ return pulumi.output(args).apply((a) => getCustomDomains(a, opts));
50
+ }
51
+ exports.getCustomDomainsOutput = getCustomDomainsOutput;
52
+ //# sourceMappingURL=getCustomDomains.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCustomDomains.js","sourceRoot":"","sources":["../../apig/getCustomDomains.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AAwDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
@@ -0,0 +1,102 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Use this data source to query detailed information of apig gateway services
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ *
11
+ * const foo = volcengine.apig.getGatewayServices({
12
+ * gatewayId: "gd13d8c6eq1emkiunq6p0",
13
+ * });
14
+ * ```
15
+ */
16
+ export declare function getGatewayServices(args?: GetGatewayServicesArgs, opts?: pulumi.InvokeOptions): Promise<GetGatewayServicesResult>;
17
+ /**
18
+ * A collection of arguments for invoking getGatewayServices.
19
+ */
20
+ export interface GetGatewayServicesArgs {
21
+ /**
22
+ * The gateway id of api gateway service.
23
+ */
24
+ gatewayId?: string;
25
+ /**
26
+ * The name of api gateway service. This field support fuzzy query.
27
+ */
28
+ name?: string;
29
+ /**
30
+ * File name where to save data source results.
31
+ */
32
+ outputFile?: string;
33
+ /**
34
+ * The status of api gateway service.
35
+ */
36
+ status?: string;
37
+ }
38
+ /**
39
+ * A collection of values returned by getGatewayServices.
40
+ */
41
+ export interface GetGatewayServicesResult {
42
+ /**
43
+ * The gateway id of the api gateway service.
44
+ */
45
+ readonly gatewayId?: string;
46
+ /**
47
+ * The collection of query.
48
+ */
49
+ readonly gatewayServices: outputs.apig.GetGatewayServicesGatewayService[];
50
+ /**
51
+ * The provider-assigned unique ID for this managed resource.
52
+ */
53
+ readonly id: string;
54
+ /**
55
+ * The name of the api gateway service.
56
+ */
57
+ readonly name?: string;
58
+ readonly outputFile?: string;
59
+ /**
60
+ * The status of the api gateway service.
61
+ */
62
+ readonly status?: string;
63
+ /**
64
+ * The total count of query.
65
+ */
66
+ readonly totalCount: number;
67
+ }
68
+ /**
69
+ * Use this data source to query detailed information of apig gateway services
70
+ * ## Example Usage
71
+ *
72
+ * ```typescript
73
+ * import * as pulumi from "@pulumi/pulumi";
74
+ * import * as volcengine from "@pulumi/volcengine";
75
+ *
76
+ * const foo = volcengine.apig.getGatewayServices({
77
+ * gatewayId: "gd13d8c6eq1emkiunq6p0",
78
+ * });
79
+ * ```
80
+ */
81
+ export declare function getGatewayServicesOutput(args?: GetGatewayServicesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGatewayServicesResult>;
82
+ /**
83
+ * A collection of arguments for invoking getGatewayServices.
84
+ */
85
+ export interface GetGatewayServicesOutputArgs {
86
+ /**
87
+ * The gateway id of api gateway service.
88
+ */
89
+ gatewayId?: pulumi.Input<string>;
90
+ /**
91
+ * The name of api gateway service. This field support fuzzy query.
92
+ */
93
+ name?: pulumi.Input<string>;
94
+ /**
95
+ * File name where to save data source results.
96
+ */
97
+ outputFile?: pulumi.Input<string>;
98
+ /**
99
+ * The status of api gateway service.
100
+ */
101
+ status?: pulumi.Input<string>;
102
+ }
@@ -0,0 +1,49 @@
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.getGatewayServicesOutput = exports.getGatewayServices = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of apig gateway services
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const foo = volcengine.apig.getGatewayServices({
17
+ * gatewayId: "gd13d8c6eq1emkiunq6p0",
18
+ * });
19
+ * ```
20
+ */
21
+ function getGatewayServices(args, opts) {
22
+ args = args || {};
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("volcengine:apig/getGatewayServices:getGatewayServices", {
25
+ "gatewayId": args.gatewayId,
26
+ "name": args.name,
27
+ "outputFile": args.outputFile,
28
+ "status": args.status,
29
+ }, opts);
30
+ }
31
+ exports.getGatewayServices = getGatewayServices;
32
+ /**
33
+ * Use this data source to query detailed information of apig gateway services
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as volcengine from "@pulumi/volcengine";
39
+ *
40
+ * const foo = volcengine.apig.getGatewayServices({
41
+ * gatewayId: "gd13d8c6eq1emkiunq6p0",
42
+ * });
43
+ * ```
44
+ */
45
+ function getGatewayServicesOutput(args, opts) {
46
+ return pulumi.output(args).apply((a) => getGatewayServices(a, opts));
47
+ }
48
+ exports.getGatewayServicesOutput = getGatewayServicesOutput;
49
+ //# sourceMappingURL=getGatewayServices.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGatewayServices.js","sourceRoot":"","sources":["../../apig/getGatewayServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC;AAsDD;;;;;;;;;;;;GAYG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}