@volcengine/pulumi-volcenginecc 0.0.37 → 0.0.38

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 (84) hide show
  1. package/directconnect/gatewayRoute.d.ts +142 -0
  2. package/directconnect/gatewayRoute.js +96 -0
  3. package/directconnect/gatewayRoute.js.map +1 -0
  4. package/directconnect/getGatewayRoute.d.ts +72 -0
  5. package/directconnect/getGatewayRoute.js +28 -0
  6. package/directconnect/getGatewayRoute.js.map +1 -0
  7. package/directconnect/getGatewayRoutes.d.ts +22 -0
  8. package/directconnect/getGatewayRoutes.js +24 -0
  9. package/directconnect/getGatewayRoutes.js.map +1 -0
  10. package/directconnect/getVirtualInterface.d.ts +133 -0
  11. package/directconnect/getVirtualInterface.js +28 -0
  12. package/directconnect/getVirtualInterface.js.map +1 -0
  13. package/directconnect/getVirtualInterfaces.d.ts +22 -0
  14. package/directconnect/getVirtualInterfaces.js +24 -0
  15. package/directconnect/getVirtualInterfaces.js.map +1 -0
  16. package/directconnect/index.d.ts +18 -0
  17. package/directconnect/index.js +23 -1
  18. package/directconnect/index.js.map +1 -1
  19. package/directconnect/virtualInterface.d.ts +336 -0
  20. package/directconnect/virtualInterface.js +149 -0
  21. package/directconnect/virtualInterface.js.map +1 -0
  22. package/gtm/getPool.d.ts +81 -0
  23. package/gtm/getPool.js +28 -0
  24. package/gtm/getPool.js.map +1 -0
  25. package/gtm/getPools.d.ts +22 -0
  26. package/gtm/getPools.js +24 -0
  27. package/gtm/getPools.js.map +1 -0
  28. package/gtm/index.d.ts +9 -0
  29. package/gtm/index.js +28 -0
  30. package/gtm/index.js.map +1 -0
  31. package/gtm/pool.d.ts +154 -0
  32. package/gtm/pool.js +87 -0
  33. package/gtm/pool.js.map +1 -0
  34. package/index.d.ts +2 -1
  35. package/index.js +3 -1
  36. package/index.js.map +1 -1
  37. package/kms/getSecret.d.ts +128 -0
  38. package/kms/getSecret.js +28 -0
  39. package/kms/getSecret.js.map +1 -0
  40. package/kms/getSecrets.d.ts +22 -0
  41. package/kms/getSecrets.js +24 -0
  42. package/kms/getSecrets.js.map +1 -0
  43. package/kms/index.d.ts +9 -0
  44. package/kms/index.js +12 -1
  45. package/kms/index.js.map +1 -1
  46. package/kms/secret.d.ts +289 -0
  47. package/kms/secret.js +131 -0
  48. package/kms/secret.js.map +1 -0
  49. package/package.json +1 -1
  50. package/tls/alarm.d.ts +215 -0
  51. package/tls/alarm.js +110 -0
  52. package/tls/alarm.js.map +1 -0
  53. package/tls/getAlarm.d.ts +109 -0
  54. package/tls/getAlarm.js +28 -0
  55. package/tls/getAlarm.js.map +1 -0
  56. package/tls/getAlarms.d.ts +22 -0
  57. package/tls/getAlarms.js +24 -0
  58. package/tls/getAlarms.js.map +1 -0
  59. package/tls/index.d.ts +9 -0
  60. package/tls/index.js +12 -1
  61. package/tls/index.js.map +1 -1
  62. package/types/input.d.ts +163 -1
  63. package/types/output.d.ts +522 -2
  64. package/vpn/getSslVpnServer.d.ts +109 -0
  65. package/vpn/getSslVpnServer.js +28 -0
  66. package/vpn/getSslVpnServer.js.map +1 -0
  67. package/vpn/getSslVpnServers.d.ts +22 -0
  68. package/vpn/getSslVpnServers.js +24 -0
  69. package/vpn/getSslVpnServers.js.map +1 -0
  70. package/vpn/getVpnGatewayRoute.d.ts +77 -0
  71. package/vpn/getVpnGatewayRoute.js +28 -0
  72. package/vpn/getVpnGatewayRoute.js.map +1 -0
  73. package/vpn/getVpnGatewayRoutes.d.ts +22 -0
  74. package/vpn/getVpnGatewayRoutes.js +24 -0
  75. package/vpn/getVpnGatewayRoutes.js.map +1 -0
  76. package/vpn/index.d.ts +18 -0
  77. package/vpn/index.js +23 -1
  78. package/vpn/index.js.map +1 -1
  79. package/vpn/sslVpnServer.d.ts +263 -0
  80. package/vpn/sslVpnServer.js +130 -0
  81. package/vpn/sslVpnServer.js.map +1 -0
  82. package/vpn/vpnGatewayRoute.d.ts +146 -0
  83. package/vpn/vpnGatewayRoute.js +98 -0
  84. package/vpn/vpnGatewayRoute.js.map +1 -0
@@ -0,0 +1,109 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::VPN::SslVpnServer
5
+ */
6
+ export declare function getSslVpnServer(args: GetSslVpnServerArgs, opts?: pulumi.InvokeOptions): Promise<GetSslVpnServerResult>;
7
+ /**
8
+ * A collection of arguments for invoking getSslVpnServer.
9
+ */
10
+ export interface GetSslVpnServerArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getSslVpnServer.
18
+ */
19
+ export interface GetSslVpnServerResult {
20
+ /**
21
+ * Authentication algorithm for the SSL server. SHA1 (default), MD5, None (no encryption).
22
+ */
23
+ readonly auth: string;
24
+ /**
25
+ * Encryption algorithm for the SSL server. AES-128-CBC (default) AES-192-CBC AES-256-CBC None (no encryption).
26
+ */
27
+ readonly cipher: string;
28
+ /**
29
+ * Session policy for client certificates. AllowConcurrent: Reuse supported. PreemptExisting: Reuse not supported.
30
+ */
31
+ readonly clientCertSessionPolicy: string;
32
+ /**
33
+ * SSL client address pool. In SSL VPN, the client address pool is the address range assigned to the client's virtual network interface, not the client's existing internal network segment. Client address pool mask range: /16 to /28. The client address pool must not conflict with the LocalSubnet or IPSec connection routes. The client address pool must not overlap with 100.64.0.0/10, 169.254.0.0/16, 127.0.0.0/8, 224.0.0.0/4, or 240.0.0.0/4. The number of available IPs in the client address pool must be greater than four times the number of SSL connections selected when creating the VPN gateway. For example, if the number of SSL connections is 10, the client address pool must have more than 40 available IPs.
34
+ */
35
+ readonly clientIpPool: string;
36
+ /**
37
+ * Whether to compress transmitted data. true: Enable compression for communication. false (default): Do not compress communication.
38
+ */
39
+ readonly compress: boolean;
40
+ /**
41
+ * Time when the SSL server was created.
42
+ */
43
+ readonly creationTime: string;
44
+ /**
45
+ * Description of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), spaces ( ), underscores (_), hyphens (-), equals signs (=), English commas (,), Chinese commas (,), and Chinese periods (。). Length: 0 to 255 characters. If not specified, defaults to an empty string.
46
+ */
47
+ readonly description: string;
48
+ /**
49
+ * Uniquely identifies the resource.
50
+ */
51
+ readonly id: string;
52
+ /**
53
+ * Indicates whether the current resource is blocked. true: Blocked false: Not blocked.
54
+ */
55
+ readonly isBlocked: boolean;
56
+ /**
57
+ * Local subnet of the SSL server. The local subnet is the address range accessed by clients through the SSL VPN connection. Note: Up to 5 local subnets can be specified, and they must not conflict with the ClientIpPool.
58
+ */
59
+ readonly localSubnets: string[];
60
+ /**
61
+ * Port used by the SSL server. Default: 1194. Valid port range: 1 ~ 65535. The following ports are not supported: 22, 68, 179, 323, 500, 4500.
62
+ */
63
+ readonly port: number;
64
+ /**
65
+ * Project to which the SSL server belongs. If left blank, the default is default, meaning the created resource belongs to the default project.
66
+ */
67
+ readonly projectName: string;
68
+ /**
69
+ * Protocol used by the SSL server. Options: TCP (default): TCP protocol. UDP: UDP protocol.
70
+ */
71
+ readonly protocol: string;
72
+ /**
73
+ * ID of the SSL server.
74
+ */
75
+ readonly sslVpnServerId: string;
76
+ /**
77
+ * Name of the SSL server to be created. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, periods (.), underscores (_), and hyphens (-). Length: 1 to 128 characters. If not specified, defaults to the SSL server ID.
78
+ */
79
+ readonly sslVpnServerName: string;
80
+ /**
81
+ * Status of the SSL server. Available: Available Creating: Creating Pending: In progress Deleting: Deleting.
82
+ */
83
+ readonly status: string;
84
+ /**
85
+ * Tags for the SSL server.
86
+ */
87
+ readonly tags: outputs.vpn.GetSslVpnServerTag[];
88
+ /**
89
+ * Modify the time of the SSL server.
90
+ */
91
+ readonly updateTime: string;
92
+ /**
93
+ * ID of the VPN gateway used by the SSL server.
94
+ */
95
+ readonly vpnGatewayId: string;
96
+ }
97
+ /**
98
+ * Data Source schema for Volcengine::VPN::SslVpnServer
99
+ */
100
+ export declare function getSslVpnServerOutput(args: GetSslVpnServerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSslVpnServerResult>;
101
+ /**
102
+ * A collection of arguments for invoking getSslVpnServer.
103
+ */
104
+ export interface GetSslVpnServerOutputArgs {
105
+ /**
106
+ * Uniquely identifies the resource.
107
+ */
108
+ id: pulumi.Input<string>;
109
+ }
@@ -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.getSslVpnServerOutput = exports.getSslVpnServer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::VPN::SslVpnServer
10
+ */
11
+ function getSslVpnServer(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpn/getSslVpnServer:getSslVpnServer", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getSslVpnServer = getSslVpnServer;
18
+ /**
19
+ * Data Source schema for Volcengine::VPN::SslVpnServer
20
+ */
21
+ function getSslVpnServerOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:vpn/getSslVpnServer:getSslVpnServer", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getSslVpnServerOutput = getSslVpnServerOutput;
28
+ //# sourceMappingURL=getSslVpnServer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSslVpnServer.js","sourceRoot":"","sources":["../../vpn/getSslVpnServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AA6FD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::VPN::SslVpnServer
4
+ */
5
+ export declare function getSslVpnServers(opts?: pulumi.InvokeOptions): Promise<GetSslVpnServersResult>;
6
+ /**
7
+ * A collection of values returned by getSslVpnServers.
8
+ */
9
+ export interface GetSslVpnServersResult {
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 Volcengine::VPN::SslVpnServer
21
+ */
22
+ export declare function getSslVpnServersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSslVpnServersResult>;
@@ -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.getSslVpnServersOutput = exports.getSslVpnServers = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::VPN::SslVpnServer
10
+ */
11
+ function getSslVpnServers(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpn/getSslVpnServers:getSslVpnServers", {}, opts);
14
+ }
15
+ exports.getSslVpnServers = getSslVpnServers;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::VPN::SslVpnServer
18
+ */
19
+ function getSslVpnServersOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:vpn/getSslVpnServers:getSslVpnServers", {}, opts);
22
+ }
23
+ exports.getSslVpnServersOutput = getSslVpnServersOutput;
24
+ //# sourceMappingURL=getSslVpnServers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSslVpnServers.js","sourceRoot":"","sources":["../../vpn/getSslVpnServers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B;IACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC;AAeD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC"}
@@ -0,0 +1,77 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::VPN::VpnGatewayRoute
5
+ */
6
+ export declare function getVpnGatewayRoute(args: GetVpnGatewayRouteArgs, opts?: pulumi.InvokeOptions): Promise<GetVpnGatewayRouteResult>;
7
+ /**
8
+ * A collection of arguments for invoking getVpnGatewayRoute.
9
+ */
10
+ export interface GetVpnGatewayRouteArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getVpnGatewayRoute.
18
+ */
19
+ export interface GetVpnGatewayRouteResult {
20
+ /**
21
+ * AS path information traversed by the BGP route entry.
22
+ */
23
+ readonly asPaths: outputs.vpn.GetVpnGatewayRouteAsPath[];
24
+ /**
25
+ * Time when the VPN gateway route entry was created.
26
+ */
27
+ readonly creationTime: string;
28
+ /**
29
+ * Destination network segment of the VPN gateway route entry.
30
+ */
31
+ readonly destinationCidrBlock: string;
32
+ /**
33
+ * Uniquely identifies the resource.
34
+ */
35
+ readonly id: string;
36
+ /**
37
+ * ID of the IPsec connection for the route's next hop. You can call DescribeVpnConnections to query the IPsec connection ID.
38
+ */
39
+ readonly nextHopId: string;
40
+ /**
41
+ * Next hop tunnel ID. This parameter is returned only for VPN gateways in dual-tunnel mode.
42
+ */
43
+ readonly nextTunnelId: string;
44
+ /**
45
+ * Route type. Static: static route; BGP: BGP route; Cloud: VPC route in the cloud. Note: Route types synchronized from transit routers (TR) are not currently supported for display.
46
+ */
47
+ readonly routeType: string;
48
+ /**
49
+ * Status of the VPN gateway route entry. Creating: being created; Deleting: being deleted; Pending: being configured; Available: preferred route in effect; Conflicted: not preferred or not in effect. Note: When route prefixes are the same, the route priority is Cloud > Static route > BGP route. Therefore, there may be multiple routes with the same prefix, some with status Available and others with status Conflicted.
50
+ */
51
+ readonly status: string;
52
+ /**
53
+ * Time when the VPN gateway route entry was modified.
54
+ */
55
+ readonly updateTime: string;
56
+ /**
57
+ * ID of the VPN gateway for the route entry to be added.
58
+ */
59
+ readonly vpnGatewayId: string;
60
+ /**
61
+ * ID of the VPN gateway route entry.
62
+ */
63
+ readonly vpnGatewayRouteId: string;
64
+ }
65
+ /**
66
+ * Data Source schema for Volcengine::VPN::VpnGatewayRoute
67
+ */
68
+ export declare function getVpnGatewayRouteOutput(args: GetVpnGatewayRouteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpnGatewayRouteResult>;
69
+ /**
70
+ * A collection of arguments for invoking getVpnGatewayRoute.
71
+ */
72
+ export interface GetVpnGatewayRouteOutputArgs {
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.getVpnGatewayRouteOutput = exports.getVpnGatewayRoute = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::VPN::VpnGatewayRoute
10
+ */
11
+ function getVpnGatewayRoute(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpn/getVpnGatewayRoute:getVpnGatewayRoute", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getVpnGatewayRoute = getVpnGatewayRoute;
18
+ /**
19
+ * Data Source schema for Volcengine::VPN::VpnGatewayRoute
20
+ */
21
+ function getVpnGatewayRouteOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:vpn/getVpnGatewayRoute:getVpnGatewayRoute", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getVpnGatewayRouteOutput = getVpnGatewayRouteOutput;
28
+ //# sourceMappingURL=getVpnGatewayRoute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVpnGatewayRoute.js","sourceRoot":"","sources":["../../vpn/getVpnGatewayRoute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AA6DD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::VPN::VpnGatewayRoute
4
+ */
5
+ export declare function getVpnGatewayRoutes(opts?: pulumi.InvokeOptions): Promise<GetVpnGatewayRoutesResult>;
6
+ /**
7
+ * A collection of values returned by getVpnGatewayRoutes.
8
+ */
9
+ export interface GetVpnGatewayRoutesResult {
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 Volcengine::VPN::VpnGatewayRoute
21
+ */
22
+ export declare function getVpnGatewayRoutesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpnGatewayRoutesResult>;
@@ -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.getVpnGatewayRoutesOutput = exports.getVpnGatewayRoutes = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::VPN::VpnGatewayRoute
10
+ */
11
+ function getVpnGatewayRoutes(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpn/getVpnGatewayRoutes:getVpnGatewayRoutes", {}, opts);
14
+ }
15
+ exports.getVpnGatewayRoutes = getVpnGatewayRoutes;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::VPN::VpnGatewayRoute
18
+ */
19
+ function getVpnGatewayRoutesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:vpn/getVpnGatewayRoutes:getVpnGatewayRoutes", {}, opts);
22
+ }
23
+ exports.getVpnGatewayRoutesOutput = getVpnGatewayRoutesOutput;
24
+ //# sourceMappingURL=getVpnGatewayRoutes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVpnGatewayRoutes.js","sourceRoot":"","sources":["../../vpn/getVpnGatewayRoutes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA2B;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kDAIC;AAeD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAiC;IACvE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8DAIC"}
package/vpn/index.d.ts CHANGED
@@ -13,6 +13,12 @@ export declare const getSslVpnClientCertOutput: typeof import("./getSslVpnClient
13
13
  export { GetSslVpnClientCertsResult } from "./getSslVpnClientCerts";
14
14
  export declare const getSslVpnClientCerts: typeof import("./getSslVpnClientCerts").getSslVpnClientCerts;
15
15
  export declare const getSslVpnClientCertsOutput: typeof import("./getSslVpnClientCerts").getSslVpnClientCertsOutput;
16
+ export { GetSslVpnServerArgs, GetSslVpnServerResult, GetSslVpnServerOutputArgs } from "./getSslVpnServer";
17
+ export declare const getSslVpnServer: typeof import("./getSslVpnServer").getSslVpnServer;
18
+ export declare const getSslVpnServerOutput: typeof import("./getSslVpnServer").getSslVpnServerOutput;
19
+ export { GetSslVpnServersResult } from "./getSslVpnServers";
20
+ export declare const getSslVpnServers: typeof import("./getSslVpnServers").getSslVpnServers;
21
+ export declare const getSslVpnServersOutput: typeof import("./getSslVpnServers").getSslVpnServersOutput;
16
22
  export { GetVpnConnectionArgs, GetVpnConnectionResult, GetVpnConnectionOutputArgs } from "./getVpnConnection";
17
23
  export declare const getVpnConnection: typeof import("./getVpnConnection").getVpnConnection;
18
24
  export declare const getVpnConnectionOutput: typeof import("./getVpnConnection").getVpnConnectionOutput;
@@ -22,15 +28,27 @@ export declare const getVpnConnectionsOutput: typeof import("./getVpnConnections
22
28
  export { GetVpnGatewayArgs, GetVpnGatewayResult, GetVpnGatewayOutputArgs } from "./getVpnGateway";
23
29
  export declare const getVpnGateway: typeof import("./getVpnGateway").getVpnGateway;
24
30
  export declare const getVpnGatewayOutput: typeof import("./getVpnGateway").getVpnGatewayOutput;
31
+ export { GetVpnGatewayRouteArgs, GetVpnGatewayRouteResult, GetVpnGatewayRouteOutputArgs } from "./getVpnGatewayRoute";
32
+ export declare const getVpnGatewayRoute: typeof import("./getVpnGatewayRoute").getVpnGatewayRoute;
33
+ export declare const getVpnGatewayRouteOutput: typeof import("./getVpnGatewayRoute").getVpnGatewayRouteOutput;
34
+ export { GetVpnGatewayRoutesResult } from "./getVpnGatewayRoutes";
35
+ export declare const getVpnGatewayRoutes: typeof import("./getVpnGatewayRoutes").getVpnGatewayRoutes;
36
+ export declare const getVpnGatewayRoutesOutput: typeof import("./getVpnGatewayRoutes").getVpnGatewayRoutesOutput;
25
37
  export { GetVpnGatewaysResult } from "./getVpnGateways";
26
38
  export declare const getVpnGateways: typeof import("./getVpnGateways").getVpnGateways;
27
39
  export declare const getVpnGatewaysOutput: typeof import("./getVpnGateways").getVpnGatewaysOutput;
28
40
  export { SslVpnClientCertArgs, SslVpnClientCertState } from "./sslVpnClientCert";
29
41
  export type SslVpnClientCert = import("./sslVpnClientCert").SslVpnClientCert;
30
42
  export declare const SslVpnClientCert: typeof import("./sslVpnClientCert").SslVpnClientCert;
43
+ export { SslVpnServerArgs, SslVpnServerState } from "./sslVpnServer";
44
+ export type SslVpnServer = import("./sslVpnServer").SslVpnServer;
45
+ export declare const SslVpnServer: typeof import("./sslVpnServer").SslVpnServer;
31
46
  export { VpnConnectionArgs, VpnConnectionState } from "./vpnConnection";
32
47
  export type VpnConnection = import("./vpnConnection").VpnConnection;
33
48
  export declare const VpnConnection: typeof import("./vpnConnection").VpnConnection;
34
49
  export { VpnGatewayArgs, VpnGatewayState } from "./vpnGateway";
35
50
  export type VpnGateway = import("./vpnGateway").VpnGateway;
36
51
  export declare const VpnGateway: typeof import("./vpnGateway").VpnGateway;
52
+ export { VpnGatewayRouteArgs, VpnGatewayRouteState } from "./vpnGatewayRoute";
53
+ export type VpnGatewayRoute = import("./vpnGatewayRoute").VpnGatewayRoute;
54
+ export declare const VpnGatewayRoute: typeof import("./vpnGatewayRoute").VpnGatewayRoute;
package/vpn/index.js CHANGED
@@ -2,7 +2,7 @@
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.VpnGateway = exports.VpnConnection = exports.SslVpnClientCert = exports.getVpnGatewaysOutput = exports.getVpnGateways = exports.getVpnGatewayOutput = exports.getVpnGateway = exports.getVpnConnectionsOutput = exports.getVpnConnections = exports.getVpnConnectionOutput = exports.getVpnConnection = exports.getSslVpnClientCertsOutput = exports.getSslVpnClientCerts = exports.getSslVpnClientCertOutput = exports.getSslVpnClientCert = exports.getCustomerGatewaysOutput = exports.getCustomerGateways = exports.getCustomerGatewayOutput = exports.getCustomerGateway = exports.CustomerGateway = void 0;
5
+ exports.VpnGatewayRoute = exports.VpnGateway = exports.VpnConnection = exports.SslVpnServer = exports.SslVpnClientCert = exports.getVpnGatewaysOutput = exports.getVpnGateways = exports.getVpnGatewayRoutesOutput = exports.getVpnGatewayRoutes = exports.getVpnGatewayRouteOutput = exports.getVpnGatewayRoute = exports.getVpnGatewayOutput = exports.getVpnGateway = exports.getVpnConnectionsOutput = exports.getVpnConnections = exports.getVpnConnectionOutput = exports.getVpnConnection = exports.getSslVpnServersOutput = exports.getSslVpnServers = exports.getSslVpnServerOutput = exports.getSslVpnServer = exports.getSslVpnClientCertsOutput = exports.getSslVpnClientCerts = exports.getSslVpnClientCertOutput = exports.getSslVpnClientCert = exports.getCustomerGatewaysOutput = exports.getCustomerGateways = exports.getCustomerGatewayOutput = exports.getCustomerGateway = exports.CustomerGateway = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.CustomerGateway = null;
@@ -19,6 +19,12 @@ utilities.lazyLoad(exports, ["getSslVpnClientCert", "getSslVpnClientCertOutput"]
19
19
  exports.getSslVpnClientCerts = null;
20
20
  exports.getSslVpnClientCertsOutput = null;
21
21
  utilities.lazyLoad(exports, ["getSslVpnClientCerts", "getSslVpnClientCertsOutput"], () => require("./getSslVpnClientCerts"));
22
+ exports.getSslVpnServer = null;
23
+ exports.getSslVpnServerOutput = null;
24
+ utilities.lazyLoad(exports, ["getSslVpnServer", "getSslVpnServerOutput"], () => require("./getSslVpnServer"));
25
+ exports.getSslVpnServers = null;
26
+ exports.getSslVpnServersOutput = null;
27
+ utilities.lazyLoad(exports, ["getSslVpnServers", "getSslVpnServersOutput"], () => require("./getSslVpnServers"));
22
28
  exports.getVpnConnection = null;
23
29
  exports.getVpnConnectionOutput = null;
24
30
  utilities.lazyLoad(exports, ["getVpnConnection", "getVpnConnectionOutput"], () => require("./getVpnConnection"));
@@ -28,15 +34,25 @@ utilities.lazyLoad(exports, ["getVpnConnections", "getVpnConnectionsOutput"], ()
28
34
  exports.getVpnGateway = null;
29
35
  exports.getVpnGatewayOutput = null;
30
36
  utilities.lazyLoad(exports, ["getVpnGateway", "getVpnGatewayOutput"], () => require("./getVpnGateway"));
37
+ exports.getVpnGatewayRoute = null;
38
+ exports.getVpnGatewayRouteOutput = null;
39
+ utilities.lazyLoad(exports, ["getVpnGatewayRoute", "getVpnGatewayRouteOutput"], () => require("./getVpnGatewayRoute"));
40
+ exports.getVpnGatewayRoutes = null;
41
+ exports.getVpnGatewayRoutesOutput = null;
42
+ utilities.lazyLoad(exports, ["getVpnGatewayRoutes", "getVpnGatewayRoutesOutput"], () => require("./getVpnGatewayRoutes"));
31
43
  exports.getVpnGateways = null;
32
44
  exports.getVpnGatewaysOutput = null;
33
45
  utilities.lazyLoad(exports, ["getVpnGateways", "getVpnGatewaysOutput"], () => require("./getVpnGateways"));
34
46
  exports.SslVpnClientCert = null;
35
47
  utilities.lazyLoad(exports, ["SslVpnClientCert"], () => require("./sslVpnClientCert"));
48
+ exports.SslVpnServer = null;
49
+ utilities.lazyLoad(exports, ["SslVpnServer"], () => require("./sslVpnServer"));
36
50
  exports.VpnConnection = null;
37
51
  utilities.lazyLoad(exports, ["VpnConnection"], () => require("./vpnConnection"));
38
52
  exports.VpnGateway = null;
39
53
  utilities.lazyLoad(exports, ["VpnGateway"], () => require("./vpnGateway"));
54
+ exports.VpnGatewayRoute = null;
55
+ utilities.lazyLoad(exports, ["VpnGatewayRoute"], () => require("./vpnGatewayRoute"));
40
56
  const _module = {
41
57
  version: utilities.getVersion(),
42
58
  construct: (name, type, urn) => {
@@ -45,10 +61,14 @@ const _module = {
45
61
  return new exports.CustomerGateway(name, undefined, { urn });
46
62
  case "volcenginecc:vpn/sslVpnClientCert:SslVpnClientCert":
47
63
  return new exports.SslVpnClientCert(name, undefined, { urn });
64
+ case "volcenginecc:vpn/sslVpnServer:SslVpnServer":
65
+ return new exports.SslVpnServer(name, undefined, { urn });
48
66
  case "volcenginecc:vpn/vpnConnection:VpnConnection":
49
67
  return new exports.VpnConnection(name, undefined, { urn });
50
68
  case "volcenginecc:vpn/vpnGateway:VpnGateway":
51
69
  return new exports.VpnGateway(name, undefined, { urn });
70
+ case "volcenginecc:vpn/vpnGatewayRoute:VpnGatewayRoute":
71
+ return new exports.VpnGatewayRoute(name, undefined, { urn });
52
72
  default:
53
73
  throw new Error(`unknown resource type ${type}`);
54
74
  }
@@ -56,6 +76,8 @@ const _module = {
56
76
  };
57
77
  pulumi.runtime.registerResourceModule("volcenginecc", "vpn/customerGateway", _module);
58
78
  pulumi.runtime.registerResourceModule("volcenginecc", "vpn/sslVpnClientCert", _module);
79
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpn/sslVpnServer", _module);
59
80
  pulumi.runtime.registerResourceModule("volcenginecc", "vpn/vpnConnection", _module);
60
81
  pulumi.runtime.registerResourceModule("volcenginecc", "vpn/vpnGateway", _module);
82
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpn/vpnGatewayRoute", _module);
61
83
  //# sourceMappingURL=index.js.map
package/vpn/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpn/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpn/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGxE,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGnG,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGnG,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAI7F,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAIpE,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAI9D,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGrF,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,kDAAkD;gBACnD,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,oDAAoD;gBACrD,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,wCAAwC;gBACzC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,kDAAkD;gBACnD,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA;AAClF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AACnF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA"}