@volcengine/pulumi-volcenginecc 0.0.32 → 0.0.33
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 +20 -21
- package/alb/acl.js +2 -2
- package/alb/acl.js.map +1 -1
- package/alb/getAcl.d.ts +11 -11
- package/alb/getListener.d.ts +20 -20
- package/alb/getServerGroup.d.ts +9 -9
- package/alb/listener.d.ts +52 -52
- package/alb/listener.js +1 -1
- package/alb/serverGroup.d.ts +24 -24
- package/alb/serverGroup.js +1 -1
- package/cr/endpointAclPolicy.d.ts +107 -0
- package/cr/endpointAclPolicy.js +84 -0
- package/cr/endpointAclPolicy.js.map +1 -0
- package/cr/getEndpointAclPolicies.d.ts +22 -0
- package/cr/getEndpointAclPolicies.js +24 -0
- package/cr/getEndpointAclPolicies.js.map +1 -0
- package/cr/getEndpointAclPolicy.d.ts +52 -0
- package/cr/getEndpointAclPolicy.js +28 -0
- package/cr/getEndpointAclPolicy.js.map +1 -0
- package/cr/getRegistry.d.ts +14 -10
- package/cr/getRegistry.js.map +1 -1
- package/cr/index.d.ts +9 -0
- package/cr/index.js +12 -1
- package/cr/index.js.map +1 -1
- package/cr/registry.d.ts +40 -25
- package/cr/registry.js +6 -1
- package/cr/registry.js.map +1 -1
- package/iam/accesskey.d.ts +23 -27
- package/iam/accesskey.js +2 -2
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +10 -10
- package/organization/getServiceControlPolicies.d.ts +22 -0
- package/organization/getServiceControlPolicies.js +24 -0
- package/organization/getServiceControlPolicies.js.map +1 -0
- package/organization/getServiceControlPolicy.d.ts +69 -0
- package/organization/getServiceControlPolicy.js +28 -0
- package/organization/getServiceControlPolicy.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/organization/serviceControlPolicy.d.ts +118 -0
- package/organization/serviceControlPolicy.js +78 -0
- package/organization/serviceControlPolicy.js.map +1 -0
- package/package.json +1 -1
- package/transitrouter/getPeerAttachment.d.ts +109 -0
- package/transitrouter/getPeerAttachment.js +28 -0
- package/transitrouter/getPeerAttachment.js.map +1 -0
- package/transitrouter/getPeerAttachments.d.ts +22 -0
- package/transitrouter/getPeerAttachments.js +24 -0
- package/transitrouter/getPeerAttachments.js.map +1 -0
- package/transitrouter/index.d.ts +9 -0
- package/transitrouter/index.js +12 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/peerAttachment.d.ts +235 -0
- package/transitrouter/peerAttachment.js +122 -0
- package/transitrouter/peerAttachment.js.map +1 -0
- package/types/input.d.ts +101 -50
- package/types/output.d.ts +199 -102
- package/vpn/getSslVpnClientCert.d.ts +93 -0
- package/vpn/getSslVpnClientCert.js +28 -0
- package/vpn/getSslVpnClientCert.js.map +1 -0
- package/vpn/getSslVpnClientCerts.d.ts +22 -0
- package/vpn/getSslVpnClientCerts.js +24 -0
- package/vpn/getSslVpnClientCerts.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +12 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +183 -0
- package/vpn/sslVpnClientCert.js +104 -0
- package/vpn/sslVpnClientCert.js.map +1 -0
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Adding access addresses to the allowlist for public network access can effectively enhance information security
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
10
|
+
*
|
|
11
|
+
* const cREndpointAclPolicyDemo = new volcenginecc.cr.EndpointAclPolicy("CREndpointAclPolicyDemo", {
|
|
12
|
+
* registry: "xxxxx",
|
|
13
|
+
* type: "Public",
|
|
14
|
+
* entry: "0.0.0.0/0",
|
|
15
|
+
* description: "test acl policy",
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* ```sh
|
|
22
|
+
* $ pulumi import volcenginecc:cr/endpointAclPolicy:EndpointAclPolicy example "registry|entry"
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare class EndpointAclPolicy extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing EndpointAclPolicy resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EndpointAclPolicyState, opts?: pulumi.CustomResourceOptions): EndpointAclPolicy;
|
|
36
|
+
/**
|
|
37
|
+
* Returns true if the given object is an instance of EndpointAclPolicy. This is designed to work even
|
|
38
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
|
+
*/
|
|
40
|
+
static isInstance(obj: any): obj is EndpointAclPolicy;
|
|
41
|
+
/**
|
|
42
|
+
* Description of the allowlist IPs
|
|
43
|
+
*/
|
|
44
|
+
readonly description: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Allowlist IPs to be added
|
|
47
|
+
*/
|
|
48
|
+
readonly entry: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
|
|
51
|
+
*/
|
|
52
|
+
readonly registry: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Network type of the allowlist; currently only Public is supported
|
|
55
|
+
*/
|
|
56
|
+
readonly type: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* Create a EndpointAclPolicy resource with the given unique name, arguments, and options.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resource.
|
|
61
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
62
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
63
|
+
*/
|
|
64
|
+
constructor(name: string, args: EndpointAclPolicyArgs, opts?: pulumi.CustomResourceOptions);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Input properties used for looking up and filtering EndpointAclPolicy resources.
|
|
68
|
+
*/
|
|
69
|
+
export interface EndpointAclPolicyState {
|
|
70
|
+
/**
|
|
71
|
+
* Description of the allowlist IPs
|
|
72
|
+
*/
|
|
73
|
+
description?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Allowlist IPs to be added
|
|
76
|
+
*/
|
|
77
|
+
entry?: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
|
|
80
|
+
*/
|
|
81
|
+
registry?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Network type of the allowlist; currently only Public is supported
|
|
84
|
+
*/
|
|
85
|
+
type?: pulumi.Input<string>;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* The set of arguments for constructing a EndpointAclPolicy resource.
|
|
89
|
+
*/
|
|
90
|
+
export interface EndpointAclPolicyArgs {
|
|
91
|
+
/**
|
|
92
|
+
* Description of the allowlist IPs
|
|
93
|
+
*/
|
|
94
|
+
description?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* Allowlist IPs to be added
|
|
97
|
+
*/
|
|
98
|
+
entry?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
|
|
101
|
+
*/
|
|
102
|
+
registry: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Network type of the allowlist; currently only Public is supported
|
|
105
|
+
*/
|
|
106
|
+
type: pulumi.Input<string>;
|
|
107
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
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.EndpointAclPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Adding access addresses to the allowlist for public network access can effectively enhance information security
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const cREndpointAclPolicyDemo = new volcenginecc.cr.EndpointAclPolicy("CREndpointAclPolicyDemo", {
|
|
18
|
+
* registry: "xxxxx",
|
|
19
|
+
* type: "Public",
|
|
20
|
+
* entry: "0.0.0.0/0",
|
|
21
|
+
* description: "test acl policy",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import volcenginecc:cr/endpointAclPolicy:EndpointAclPolicy example "registry|entry"
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
class EndpointAclPolicy extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing EndpointAclPolicy resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name, id, state, opts) {
|
|
42
|
+
return new EndpointAclPolicy(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of EndpointAclPolicy. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj) {
|
|
49
|
+
if (obj === undefined || obj === null) {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
return obj['__pulumiType'] === EndpointAclPolicy.__pulumiType;
|
|
53
|
+
}
|
|
54
|
+
constructor(name, argsOrState, opts) {
|
|
55
|
+
let resourceInputs = {};
|
|
56
|
+
opts = opts || {};
|
|
57
|
+
if (opts.id) {
|
|
58
|
+
const state = argsOrState;
|
|
59
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
60
|
+
resourceInputs["entry"] = state ? state.entry : undefined;
|
|
61
|
+
resourceInputs["registry"] = state ? state.registry : undefined;
|
|
62
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
const args = argsOrState;
|
|
66
|
+
if ((!args || args.registry === undefined) && !opts.urn) {
|
|
67
|
+
throw new Error("Missing required property 'registry'");
|
|
68
|
+
}
|
|
69
|
+
if ((!args || args.type === undefined) && !opts.urn) {
|
|
70
|
+
throw new Error("Missing required property 'type'");
|
|
71
|
+
}
|
|
72
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
73
|
+
resourceInputs["entry"] = args ? args.entry : undefined;
|
|
74
|
+
resourceInputs["registry"] = args ? args.registry : undefined;
|
|
75
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
76
|
+
}
|
|
77
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
78
|
+
super(EndpointAclPolicy.__pulumiType, name, resourceInputs, opts);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.EndpointAclPolicy = EndpointAclPolicy;
|
|
82
|
+
/** @internal */
|
|
83
|
+
EndpointAclPolicy.__pulumiType = 'volcenginecc:cr/endpointAclPolicy:EndpointAclPolicy';
|
|
84
|
+
//# sourceMappingURL=endpointAclPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpointAclPolicy.js","sourceRoot":"","sources":["../../cr/endpointAclPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AA7EL,8CA8EC;AAhEG,gBAAgB;AACO,8BAAY,GAAG,qDAAqD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CR::EndpointAclPolicy
|
|
4
|
+
*/
|
|
5
|
+
export declare function getEndpointAclPolicies(opts?: pulumi.InvokeOptions): Promise<GetEndpointAclPoliciesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getEndpointAclPolicies.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetEndpointAclPoliciesResult {
|
|
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::CR::EndpointAclPolicy
|
|
21
|
+
*/
|
|
22
|
+
export declare function getEndpointAclPoliciesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEndpointAclPoliciesResult>;
|
|
@@ -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.getEndpointAclPoliciesOutput = exports.getEndpointAclPolicies = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CR::EndpointAclPolicy
|
|
10
|
+
*/
|
|
11
|
+
function getEndpointAclPolicies(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cr/getEndpointAclPolicies:getEndpointAclPolicies", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getEndpointAclPolicies = getEndpointAclPolicies;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CR::EndpointAclPolicy
|
|
18
|
+
*/
|
|
19
|
+
function getEndpointAclPoliciesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cr/getEndpointAclPolicies:getEndpointAclPolicies", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getEndpointAclPoliciesOutput = getEndpointAclPoliciesOutput;
|
|
24
|
+
//# sourceMappingURL=getEndpointAclPolicies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEndpointAclPolicies.js","sourceRoot":"","sources":["../../cr/getEndpointAclPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE,EAC7F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC;AAeD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAiC;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE,EACnG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oEAIC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::CR::EndpointAclPolicy
|
|
4
|
+
*/
|
|
5
|
+
export declare function getEndpointAclPolicy(args: GetEndpointAclPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetEndpointAclPolicyResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getEndpointAclPolicy.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetEndpointAclPolicyArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getEndpointAclPolicy.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetEndpointAclPolicyResult {
|
|
19
|
+
/**
|
|
20
|
+
* Description of the allowlist IPs
|
|
21
|
+
*/
|
|
22
|
+
readonly description: string;
|
|
23
|
+
/**
|
|
24
|
+
* Allowlist IPs to be added
|
|
25
|
+
*/
|
|
26
|
+
readonly entry: string;
|
|
27
|
+
/**
|
|
28
|
+
* Uniquely identifies the resource.
|
|
29
|
+
*/
|
|
30
|
+
readonly id: string;
|
|
31
|
+
/**
|
|
32
|
+
* Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
|
|
33
|
+
*/
|
|
34
|
+
readonly registry: string;
|
|
35
|
+
/**
|
|
36
|
+
* Network type of the allowlist; currently only Public is supported
|
|
37
|
+
*/
|
|
38
|
+
readonly type: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Data Source schema for Volcengine::CR::EndpointAclPolicy
|
|
42
|
+
*/
|
|
43
|
+
export declare function getEndpointAclPolicyOutput(args: GetEndpointAclPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEndpointAclPolicyResult>;
|
|
44
|
+
/**
|
|
45
|
+
* A collection of arguments for invoking getEndpointAclPolicy.
|
|
46
|
+
*/
|
|
47
|
+
export interface GetEndpointAclPolicyOutputArgs {
|
|
48
|
+
/**
|
|
49
|
+
* Uniquely identifies the resource.
|
|
50
|
+
*/
|
|
51
|
+
id: pulumi.Input<string>;
|
|
52
|
+
}
|
|
@@ -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.getEndpointAclPolicyOutput = exports.getEndpointAclPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CR::EndpointAclPolicy
|
|
10
|
+
*/
|
|
11
|
+
function getEndpointAclPolicy(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cr/getEndpointAclPolicy:getEndpointAclPolicy", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getEndpointAclPolicy = getEndpointAclPolicy;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CR::EndpointAclPolicy
|
|
20
|
+
*/
|
|
21
|
+
function getEndpointAclPolicyOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cr/getEndpointAclPolicy:getEndpointAclPolicy", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getEndpointAclPolicyOutput = getEndpointAclPolicyOutput;
|
|
28
|
+
//# sourceMappingURL=getEndpointAclPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEndpointAclPolicy.js","sourceRoot":"","sources":["../../cr/getEndpointAclPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AAqCD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2DAA2D,EAAE;QAC5F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
|
package/cr/getRegistry.d.ts
CHANGED
|
@@ -18,15 +18,19 @@ export interface GetRegistryArgs {
|
|
|
18
18
|
*/
|
|
19
19
|
export interface GetRegistryResult {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Container registry instance billing type. Currently, only the PostCharge pay-as-you-go mode is supported.
|
|
22
22
|
*/
|
|
23
23
|
readonly chargeType: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Time when the container registry instance was created.
|
|
26
26
|
*/
|
|
27
27
|
readonly createdTime: string;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Public endpoint information for the image repository instance
|
|
30
|
+
*/
|
|
31
|
+
readonly endpoint: outputs.cr.GetRegistryEndpoint;
|
|
32
|
+
/**
|
|
33
|
+
* Only applicable when the billing type is HybridCharge. Instance expiration time
|
|
30
34
|
*/
|
|
31
35
|
readonly expireTime: string;
|
|
32
36
|
/**
|
|
@@ -34,27 +38,27 @@ export interface GetRegistryResult {
|
|
|
34
38
|
*/
|
|
35
39
|
readonly id: string;
|
|
36
40
|
/**
|
|
37
|
-
* Standard
|
|
41
|
+
* Standard Edition instance name. Names must be unique within the same region. Supports lowercase English letters, numbers, and hyphens (-). Numbers cannot be the first character, and hyphens (-) cannot be the first or last character. Length must be between 3 and 30 characters.
|
|
38
42
|
*/
|
|
39
43
|
readonly name: string;
|
|
40
44
|
/**
|
|
41
|
-
*
|
|
45
|
+
* Specify the project to associate with the instance. Each instance can only be associated with one project
|
|
42
46
|
*/
|
|
43
47
|
readonly project: string;
|
|
44
48
|
/**
|
|
45
|
-
* ProxyCache configuration. Required when set
|
|
49
|
+
* ProxyCache configuration. Required when set to ProxyCache
|
|
46
50
|
*/
|
|
47
51
|
readonly proxyCache: outputs.cr.GetRegistryProxyCache;
|
|
48
52
|
/**
|
|
49
|
-
*
|
|
53
|
+
* Whether to set as ProxyCache instance
|
|
50
54
|
*/
|
|
51
55
|
readonly proxyCacheEnabled: boolean;
|
|
52
56
|
/**
|
|
53
|
-
*
|
|
57
|
+
* Only applicable when the billing type is HybridCharge. Instance auto-renewal type
|
|
54
58
|
*/
|
|
55
59
|
readonly renewType: string;
|
|
56
60
|
/**
|
|
57
|
-
* Container registry instance status
|
|
61
|
+
* Container registry instance status, composed of Phase and Conditions. Valid Phase and Conditions combinations are as follows: {Creating, [Progressing]}: Creating, {Running, [Ok]}: Running, {Running, [Degraded]}: Running, {Stopped, [Balance]}: Suspended due to overdue payment, {Stopped, [Released]}: Pending recycle, {Stopped, [Released, Balance]}: Suspended due to overdue payment, {Starting, [Progressing]}: Starting, {Deleting, [Progressing]}: Deleting, {Failed, [Unknown]}: Error
|
|
58
62
|
*/
|
|
59
63
|
readonly status: outputs.cr.GetRegistryStatus;
|
|
60
64
|
/**
|
|
@@ -62,7 +66,7 @@ export interface GetRegistryResult {
|
|
|
62
66
|
*/
|
|
63
67
|
readonly tags: outputs.cr.GetRegistryTag[];
|
|
64
68
|
/**
|
|
65
|
-
* If not specified, a
|
|
69
|
+
* If not specified, a Standard Edition instance will be created by default. Enterprise: Standard Edition, Micro: Micro Edition
|
|
66
70
|
*/
|
|
67
71
|
readonly type: string;
|
|
68
72
|
}
|
package/cr/getRegistry.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRegistry.js","sourceRoot":"","sources":["../../cr/getRegistry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;
|
|
1
|
+
{"version":3,"file":"getRegistry.js","sourceRoot":"","sources":["../../cr/getRegistry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAqED;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
package/cr/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
export { EndpointAclPolicyArgs, EndpointAclPolicyState } from "./endpointAclPolicy";
|
|
2
|
+
export type EndpointAclPolicy = import("./endpointAclPolicy").EndpointAclPolicy;
|
|
3
|
+
export declare const EndpointAclPolicy: typeof import("./endpointAclPolicy").EndpointAclPolicy;
|
|
4
|
+
export { GetEndpointAclPoliciesResult } from "./getEndpointAclPolicies";
|
|
5
|
+
export declare const getEndpointAclPolicies: typeof import("./getEndpointAclPolicies").getEndpointAclPolicies;
|
|
6
|
+
export declare const getEndpointAclPoliciesOutput: typeof import("./getEndpointAclPolicies").getEndpointAclPoliciesOutput;
|
|
7
|
+
export { GetEndpointAclPolicyArgs, GetEndpointAclPolicyResult, GetEndpointAclPolicyOutputArgs } from "./getEndpointAclPolicy";
|
|
8
|
+
export declare const getEndpointAclPolicy: typeof import("./getEndpointAclPolicy").getEndpointAclPolicy;
|
|
9
|
+
export declare const getEndpointAclPolicyOutput: typeof import("./getEndpointAclPolicy").getEndpointAclPolicyOutput;
|
|
1
10
|
export { GetNameSpaceArgs, GetNameSpaceResult, GetNameSpaceOutputArgs } from "./getNameSpace";
|
|
2
11
|
export declare const getNameSpace: typeof import("./getNameSpace").getNameSpace;
|
|
3
12
|
export declare const getNameSpaceOutput: typeof import("./getNameSpace").getNameSpaceOutput;
|
package/cr/index.js
CHANGED
|
@@ -2,9 +2,17 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Repository = exports.Registry = exports.NameSpace = exports.getRepositoryOutput = exports.getRepository = exports.getRepositoriesOutput = exports.getRepositories = exports.getRegistryOutput = exports.getRegistry = exports.getRegistriesOutput = exports.getRegistries = exports.getNameSpacesOutput = exports.getNameSpaces = exports.getNameSpaceOutput = exports.getNameSpace = void 0;
|
|
5
|
+
exports.Repository = exports.Registry = exports.NameSpace = exports.getRepositoryOutput = exports.getRepository = exports.getRepositoriesOutput = exports.getRepositories = exports.getRegistryOutput = exports.getRegistry = exports.getRegistriesOutput = exports.getRegistries = exports.getNameSpacesOutput = exports.getNameSpaces = exports.getNameSpaceOutput = exports.getNameSpace = exports.getEndpointAclPolicyOutput = exports.getEndpointAclPolicy = exports.getEndpointAclPoliciesOutput = exports.getEndpointAclPolicies = exports.EndpointAclPolicy = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.EndpointAclPolicy = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["EndpointAclPolicy"], () => require("./endpointAclPolicy"));
|
|
10
|
+
exports.getEndpointAclPolicies = null;
|
|
11
|
+
exports.getEndpointAclPoliciesOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getEndpointAclPolicies", "getEndpointAclPoliciesOutput"], () => require("./getEndpointAclPolicies"));
|
|
13
|
+
exports.getEndpointAclPolicy = null;
|
|
14
|
+
exports.getEndpointAclPolicyOutput = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["getEndpointAclPolicy", "getEndpointAclPolicyOutput"], () => require("./getEndpointAclPolicy"));
|
|
8
16
|
exports.getNameSpace = null;
|
|
9
17
|
exports.getNameSpaceOutput = null;
|
|
10
18
|
utilities.lazyLoad(exports, ["getNameSpace", "getNameSpaceOutput"], () => require("./getNameSpace"));
|
|
@@ -33,6 +41,8 @@ const _module = {
|
|
|
33
41
|
version: utilities.getVersion(),
|
|
34
42
|
construct: (name, type, urn) => {
|
|
35
43
|
switch (type) {
|
|
44
|
+
case "volcenginecc:cr/endpointAclPolicy:EndpointAclPolicy":
|
|
45
|
+
return new exports.EndpointAclPolicy(name, undefined, { urn });
|
|
36
46
|
case "volcenginecc:cr/nameSpace:NameSpace":
|
|
37
47
|
return new exports.NameSpace(name, undefined, { urn });
|
|
38
48
|
case "volcenginecc:cr/registry:Registry":
|
|
@@ -44,6 +54,7 @@ const _module = {
|
|
|
44
54
|
}
|
|
45
55
|
},
|
|
46
56
|
};
|
|
57
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "cr/endpointAclPolicy", _module);
|
|
47
58
|
pulumi.runtime.registerResourceModule("volcenginecc", "cr/nameSpace", _module);
|
|
48
59
|
pulumi.runtime.registerResourceModule("volcenginecc", "cr/registry", _module);
|
|
49
60
|
pulumi.runtime.registerResourceModule("volcenginecc", "cr/repository", _module);
|
package/cr/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cr/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cr/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAG5E,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGrH,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,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,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,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,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,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,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;AAI1F,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAI5D,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,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;AAG3E,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,qDAAqD;gBACtD,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,qCAAqC;gBACtC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,mCAAmC;gBACpC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,uCAAuC;gBACxC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,aAAa,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,eAAe,EAAE,OAAO,CAAC,CAAA"}
|