@pulumi/alicloud 3.84.0 → 3.85.0
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/amqp/getInstances.d.ts +47 -24
- package/amqp/getInstances.js +34 -20
- package/amqp/getInstances.js.map +1 -1
- package/amqp/virtualHost.d.ts +21 -9
- package/amqp/virtualHost.js +21 -9
- package/amqp/virtualHost.js.map +1 -1
- package/cloudsso/delegateAccount.d.ts +85 -0
- package/cloudsso/delegateAccount.js +89 -0
- package/cloudsso/delegateAccount.js.map +1 -0
- package/cloudsso/index.d.ts +3 -0
- package/cloudsso/index.js +6 -1
- package/cloudsso/index.js.map +1 -1
- package/cs/nodePool.d.ts +3 -0
- package/cs/nodePool.js.map +1 -1
- package/ddos/bgpIp.d.ts +28 -22
- package/ddos/bgpIp.js +8 -8
- package/ddos/bgpIp.js.map +1 -1
- package/ddos/ddosBgpInstance.d.ts +86 -49
- package/ddos/ddosBgpInstance.js +10 -27
- package/ddos/ddosBgpInstance.js.map +1 -1
- package/dms/enterpriseWorkspace.d.ts +123 -0
- package/dms/enterpriseWorkspace.js +107 -0
- package/dms/enterpriseWorkspace.js.map +1 -0
- package/dms/index.d.ts +3 -0
- package/dms/index.js +6 -1
- package/dms/index.js.map +1 -1
- package/dns/ddosBgpInstance.d.ts +86 -49
- package/dns/ddosBgpInstance.js +10 -27
- package/dns/ddosBgpInstance.js.map +1 -1
- package/eflo/node.d.ts +15 -3
- package/eflo/node.js +2 -0
- package/eflo/node.js.map +1 -1
- package/esa/index.d.ts +9 -0
- package/esa/index.js +16 -1
- package/esa/index.js.map +1 -1
- package/esa/kvAccount.d.ts +53 -0
- package/esa/kvAccount.js +58 -0
- package/esa/kvAccount.js.map +1 -0
- package/esa/routineRelatedRecord.d.ts +47 -0
- package/esa/routineRelatedRecord.js +61 -0
- package/esa/routineRelatedRecord.js.map +1 -0
- package/esa/urlObservation.d.ts +123 -0
- package/esa/urlObservation.js +107 -0
- package/esa/urlObservation.js.map +1 -0
- package/fc/getService.d.ts +2 -2
- package/fc/getService.js +2 -2
- package/hologram/instance.d.ts +11 -0
- package/hologram/instance.js +2 -0
- package/hologram/instance.js.map +1 -1
- package/kms/instance.d.ts +18 -0
- package/kms/instance.js +2 -0
- package/kms/instance.js.map +1 -1
- package/log/ossExport.d.ts +3 -0
- package/log/ossExport.js +3 -0
- package/log/ossExport.js.map +1 -1
- package/message/serviceSubscription.d.ts +12 -0
- package/message/serviceSubscription.js +2 -0
- package/message/serviceSubscription.js.map +1 -1
- package/mongodb/shardingInstance.d.ts +92 -0
- package/mongodb/shardingInstance.js +14 -0
- package/mongodb/shardingInstance.js.map +1 -1
- package/nlb/serverGroup.d.ts +12 -9
- package/nlb/serverGroup.js.map +1 -1
- package/oss/bucket.d.ts +32 -0
- package/oss/bucket.js +32 -0
- package/oss/bucket.js.map +1 -1
- package/package.json +2 -2
- package/privatelink/vpcEndpoint.d.ts +9 -3
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/resourcemanager/delegatedAdministrator.d.ts +10 -20
- package/resourcemanager/delegatedAdministrator.js +4 -14
- package/resourcemanager/delegatedAdministrator.js.map +1 -1
- package/resourcemanager/folder.d.ts +39 -12
- package/resourcemanager/folder.js +11 -6
- package/resourcemanager/folder.js.map +1 -1
- package/resourcemanager/getAccounts.d.ts +29 -14
- package/resourcemanager/getAccounts.js +6 -4
- package/resourcemanager/getAccounts.js.map +1 -1
- package/resourcemanager/index.d.ts +3 -0
- package/resourcemanager/index.js +7 -1
- package/resourcemanager/index.js.map +1 -1
- package/resourcemanager/messageContact.d.ts +193 -0
- package/resourcemanager/messageContact.js +109 -0
- package/resourcemanager/messageContact.js.map +1 -0
- package/resourcemanager/resourceDirectory.d.ts +47 -21
- package/resourcemanager/resourceDirectory.js +7 -9
- package/resourcemanager/resourceDirectory.js.map +1 -1
- package/resourcemanager/sharedResource.d.ts +34 -21
- package/resourcemanager/sharedResource.js +19 -12
- package/resourcemanager/sharedResource.js.map +1 -1
- package/resourcemanager/sharedTarget.d.ts +24 -11
- package/resourcemanager/sharedTarget.js +12 -5
- package/resourcemanager/sharedTarget.js.map +1 -1
- package/sls/getLogtailConfigs.d.ts +263 -0
- package/sls/getLogtailConfigs.js +190 -0
- package/sls/getLogtailConfigs.js.map +1 -0
- package/sls/getMachineGroups.d.ts +141 -0
- package/sls/getMachineGroups.js +100 -0
- package/sls/getMachineGroups.js.map +1 -0
- package/sls/index.d.ts +12 -0
- package/sls/index.js +17 -1
- package/sls/index.js.map +1 -1
- package/sls/logtailConfig.d.ts +227 -0
- package/sls/logtailConfig.js +149 -0
- package/sls/logtailConfig.js.map +1 -0
- package/sls/machineGroup.d.ts +164 -0
- package/sls/machineGroup.js +113 -0
- package/sls/machineGroup.js.map +1 -0
- package/types/input.d.ts +53 -18
- package/types/output.d.ts +99 -38
- package/vpc/dhcpOptionsSet.d.ts +42 -25
- package/vpc/dhcpOptionsSet.js +3 -1
- package/vpc/dhcpOptionsSet.js.map +1 -1
- package/vpc/flowLog.d.ts +11 -11
- package/vpc/haVipv2.d.ts +47 -41
- package/vpc/haVipv2.js +11 -9
- package/vpc/haVipv2.js.map +1 -1
- package/vpc/havipAttachment.d.ts +19 -26
- package/vpc/havipAttachment.js +8 -0
- package/vpc/havipAttachment.js.map +1 -1
- package/vpc/networkAcl.d.ts +15 -10
- package/vpc/networkAcl.js +3 -1
- package/vpc/networkAcl.js.map +1 -1
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Provides a Resource Manager Resource Directory resource.
|
|
3
|
+
* Provides a Resource Manager Resource Directory resource.
|
|
4
4
|
*
|
|
5
|
-
* For information about Resource Manager Resource Directory and how to use it, see [What is Resource
|
|
5
|
+
* For information about Resource Manager Resource Directory and how to use it, see [What is Resource Directory](https://www.alibabacloud.com/help/en/doc-detail/94475.htm).
|
|
6
6
|
*
|
|
7
7
|
* > **NOTE:** Available since v1.84.0.
|
|
8
8
|
*
|
|
9
|
-
* > **NOTE:** An account can only be used to enable a resource directory after it passes enterprise real-name verification. An account that only passed individual real-name verification cannot be used to enable a resource directory.
|
|
10
|
-
*
|
|
11
|
-
* > **NOTE:** Before you destroy the resource, make sure that the following requirements are met:
|
|
12
|
-
* - All member accounts must be removed from the resource directory.
|
|
13
|
-
* - All folders except the root folder must be deleted from the resource directory.
|
|
14
|
-
*
|
|
15
9
|
* ## Example Usage
|
|
16
10
|
*
|
|
17
11
|
* Basic Usage
|
|
@@ -34,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
34
28
|
* Resource Manager Resource Directory can be imported using the id, e.g.
|
|
35
29
|
*
|
|
36
30
|
* ```sh
|
|
37
|
-
* $ pulumi import alicloud:resourcemanager/resourceDirectory:ResourceDirectory example
|
|
31
|
+
* $ pulumi import alicloud:resourcemanager/resourceDirectory:ResourceDirectory example <id>
|
|
38
32
|
* ```
|
|
39
33
|
*/
|
|
40
34
|
export declare class ResourceDirectory extends pulumi.CustomResource {
|
|
@@ -54,23 +48,35 @@ export declare class ResourceDirectory extends pulumi.CustomResource {
|
|
|
54
48
|
*/
|
|
55
49
|
static isInstance(obj: any): obj is ResourceDirectory;
|
|
56
50
|
/**
|
|
57
|
-
* The
|
|
51
|
+
* The time when the resource directory was created
|
|
52
|
+
*/
|
|
53
|
+
readonly createTime: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* The ID of the master account
|
|
58
56
|
*/
|
|
59
57
|
readonly masterAccountId: pulumi.Output<string>;
|
|
60
58
|
/**
|
|
61
|
-
* The name of the master account
|
|
59
|
+
* The name of the master account
|
|
62
60
|
*/
|
|
63
61
|
readonly masterAccountName: pulumi.Output<string>;
|
|
64
62
|
/**
|
|
65
|
-
*
|
|
63
|
+
* The status of the Member Display Name Synchronization feature. Valid values:
|
|
64
|
+
* - Enabled
|
|
65
|
+
* - Disabled
|
|
66
|
+
*/
|
|
67
|
+
readonly memberAccountDisplayNameSyncStatus: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The status of the member deletion feature. Valid values:
|
|
70
|
+
* - Enabled: The feature is enabled. You can call the DeleteAccount operation to delete members of the resource account type.
|
|
71
|
+
* - Disabled: The feature is disabled. You cannot delete members of the resource account type.
|
|
66
72
|
*/
|
|
67
73
|
readonly memberDeletionStatus: pulumi.Output<string>;
|
|
68
74
|
/**
|
|
69
|
-
* The ID of the root folder
|
|
75
|
+
* The ID of the root folder
|
|
70
76
|
*/
|
|
71
77
|
readonly rootFolderId: pulumi.Output<string>;
|
|
72
78
|
/**
|
|
73
|
-
*
|
|
79
|
+
* ScpStatus
|
|
74
80
|
*/
|
|
75
81
|
readonly status: pulumi.Output<string>;
|
|
76
82
|
/**
|
|
@@ -87,23 +93,35 @@ export declare class ResourceDirectory extends pulumi.CustomResource {
|
|
|
87
93
|
*/
|
|
88
94
|
export interface ResourceDirectoryState {
|
|
89
95
|
/**
|
|
90
|
-
* The
|
|
96
|
+
* The time when the resource directory was created
|
|
97
|
+
*/
|
|
98
|
+
createTime?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The ID of the master account
|
|
91
101
|
*/
|
|
92
102
|
masterAccountId?: pulumi.Input<string>;
|
|
93
103
|
/**
|
|
94
|
-
* The name of the master account
|
|
104
|
+
* The name of the master account
|
|
95
105
|
*/
|
|
96
106
|
masterAccountName?: pulumi.Input<string>;
|
|
97
107
|
/**
|
|
98
|
-
*
|
|
108
|
+
* The status of the Member Display Name Synchronization feature. Valid values:
|
|
109
|
+
* - Enabled
|
|
110
|
+
* - Disabled
|
|
111
|
+
*/
|
|
112
|
+
memberAccountDisplayNameSyncStatus?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The status of the member deletion feature. Valid values:
|
|
115
|
+
* - Enabled: The feature is enabled. You can call the DeleteAccount operation to delete members of the resource account type.
|
|
116
|
+
* - Disabled: The feature is disabled. You cannot delete members of the resource account type.
|
|
99
117
|
*/
|
|
100
118
|
memberDeletionStatus?: pulumi.Input<string>;
|
|
101
119
|
/**
|
|
102
|
-
* The ID of the root folder
|
|
120
|
+
* The ID of the root folder
|
|
103
121
|
*/
|
|
104
122
|
rootFolderId?: pulumi.Input<string>;
|
|
105
123
|
/**
|
|
106
|
-
*
|
|
124
|
+
* ScpStatus
|
|
107
125
|
*/
|
|
108
126
|
status?: pulumi.Input<string>;
|
|
109
127
|
}
|
|
@@ -112,11 +130,19 @@ export interface ResourceDirectoryState {
|
|
|
112
130
|
*/
|
|
113
131
|
export interface ResourceDirectoryArgs {
|
|
114
132
|
/**
|
|
115
|
-
*
|
|
133
|
+
* The status of the Member Display Name Synchronization feature. Valid values:
|
|
134
|
+
* - Enabled
|
|
135
|
+
* - Disabled
|
|
136
|
+
*/
|
|
137
|
+
memberAccountDisplayNameSyncStatus?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The status of the member deletion feature. Valid values:
|
|
140
|
+
* - Enabled: The feature is enabled. You can call the DeleteAccount operation to delete members of the resource account type.
|
|
141
|
+
* - Disabled: The feature is disabled. You cannot delete members of the resource account type.
|
|
116
142
|
*/
|
|
117
143
|
memberDeletionStatus?: pulumi.Input<string>;
|
|
118
144
|
/**
|
|
119
|
-
*
|
|
145
|
+
* ScpStatus
|
|
120
146
|
*/
|
|
121
147
|
status?: pulumi.Input<string>;
|
|
122
148
|
}
|
|
@@ -6,18 +6,12 @@ exports.ResourceDirectory = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a Resource Manager Resource Directory resource.
|
|
9
|
+
* Provides a Resource Manager Resource Directory resource.
|
|
10
10
|
*
|
|
11
|
-
* For information about Resource Manager Resource Directory and how to use it, see [What is Resource
|
|
11
|
+
* For information about Resource Manager Resource Directory and how to use it, see [What is Resource Directory](https://www.alibabacloud.com/help/en/doc-detail/94475.htm).
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Available since v1.84.0.
|
|
14
14
|
*
|
|
15
|
-
* > **NOTE:** An account can only be used to enable a resource directory after it passes enterprise real-name verification. An account that only passed individual real-name verification cannot be used to enable a resource directory.
|
|
16
|
-
*
|
|
17
|
-
* > **NOTE:** Before you destroy the resource, make sure that the following requirements are met:
|
|
18
|
-
* - All member accounts must be removed from the resource directory.
|
|
19
|
-
* - All folders except the root folder must be deleted from the resource directory.
|
|
20
|
-
*
|
|
21
15
|
* ## Example Usage
|
|
22
16
|
*
|
|
23
17
|
* Basic Usage
|
|
@@ -40,7 +34,7 @@ const utilities = require("../utilities");
|
|
|
40
34
|
* Resource Manager Resource Directory can be imported using the id, e.g.
|
|
41
35
|
*
|
|
42
36
|
* ```sh
|
|
43
|
-
* $ pulumi import alicloud:resourcemanager/resourceDirectory:ResourceDirectory example
|
|
37
|
+
* $ pulumi import alicloud:resourcemanager/resourceDirectory:ResourceDirectory example <id>
|
|
44
38
|
* ```
|
|
45
39
|
*/
|
|
46
40
|
class ResourceDirectory extends pulumi.CustomResource {
|
|
@@ -71,16 +65,20 @@ class ResourceDirectory extends pulumi.CustomResource {
|
|
|
71
65
|
opts = opts || {};
|
|
72
66
|
if (opts.id) {
|
|
73
67
|
const state = argsOrState;
|
|
68
|
+
resourceInputs["createTime"] = state?.createTime;
|
|
74
69
|
resourceInputs["masterAccountId"] = state?.masterAccountId;
|
|
75
70
|
resourceInputs["masterAccountName"] = state?.masterAccountName;
|
|
71
|
+
resourceInputs["memberAccountDisplayNameSyncStatus"] = state?.memberAccountDisplayNameSyncStatus;
|
|
76
72
|
resourceInputs["memberDeletionStatus"] = state?.memberDeletionStatus;
|
|
77
73
|
resourceInputs["rootFolderId"] = state?.rootFolderId;
|
|
78
74
|
resourceInputs["status"] = state?.status;
|
|
79
75
|
}
|
|
80
76
|
else {
|
|
81
77
|
const args = argsOrState;
|
|
78
|
+
resourceInputs["memberAccountDisplayNameSyncStatus"] = args?.memberAccountDisplayNameSyncStatus;
|
|
82
79
|
resourceInputs["memberDeletionStatus"] = args?.memberDeletionStatus;
|
|
83
80
|
resourceInputs["status"] = args?.status;
|
|
81
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
84
82
|
resourceInputs["masterAccountId"] = undefined /*out*/;
|
|
85
83
|
resourceInputs["masterAccountName"] = undefined /*out*/;
|
|
86
84
|
resourceInputs["rootFolderId"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceDirectory.js","sourceRoot":"","sources":["../../resourcemanager/resourceDirectory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"resourceDirectory.js","sourceRoot":"","sources":["../../resourcemanager/resourceDirectory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;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,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,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;IA2CD,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,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,oCAAoC,CAAC,GAAG,KAAK,EAAE,kCAAkC,CAAC;YACjG,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;YACrE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,cAAc,CAAC,oCAAoC,CAAC,GAAG,IAAI,EAAE,kCAAkC,CAAC;YAChG,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;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;;AA7FL,8CA8FC;AAhFG,gBAAgB;AACO,8BAAY,GAAG,8DAA8D,CAAC"}
|
|
@@ -13,26 +13,31 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as alicloud from "@pulumi/alicloud";
|
|
16
|
+
* import * as random from "@pulumi/random";
|
|
16
17
|
*
|
|
17
18
|
* const config = new pulumi.Config();
|
|
18
|
-
* const name = config.get("name") || "
|
|
19
|
-
* const
|
|
19
|
+
* const name = config.get("name") || "terraform-example";
|
|
20
|
+
* const _default = alicloud.getZones({
|
|
20
21
|
* availableResourceCreation: "VSwitch",
|
|
21
22
|
* });
|
|
22
|
-
* const
|
|
23
|
-
*
|
|
23
|
+
* const defaultInteger = new random.index.Integer("default", {
|
|
24
|
+
* min: 10000,
|
|
25
|
+
* max: 99999,
|
|
26
|
+
* });
|
|
27
|
+
* const defaultNetwork = new alicloud.vpc.Network("default", {
|
|
28
|
+
* vpcName: `${name}-${defaultInteger.result}`,
|
|
24
29
|
* cidrBlock: "192.168.0.0/16",
|
|
25
30
|
* });
|
|
26
|
-
* const
|
|
27
|
-
* zoneId:
|
|
31
|
+
* const defaultSwitch = new alicloud.vpc.Switch("default", {
|
|
32
|
+
* zoneId: _default.then(_default => _default.zones?.[0]?.id),
|
|
28
33
|
* cidrBlock: "192.168.0.0/16",
|
|
29
|
-
* vpcId:
|
|
30
|
-
* vswitchName: name
|
|
34
|
+
* vpcId: defaultNetwork.id,
|
|
35
|
+
* vswitchName: `${name}-${defaultInteger.result}`,
|
|
31
36
|
* });
|
|
32
|
-
* const
|
|
33
|
-
* const
|
|
34
|
-
*
|
|
35
|
-
*
|
|
37
|
+
* const defaultResourceShare = new alicloud.resourcemanager.ResourceShare("default", {resourceShareName: `${name}-${defaultInteger.result}`});
|
|
38
|
+
* const defaultSharedResource = new alicloud.resourcemanager.SharedResource("default", {
|
|
39
|
+
* resourceShareId: defaultResourceShare.id,
|
|
40
|
+
* resourceId: defaultSwitch.id,
|
|
36
41
|
* resourceType: "VSwitch",
|
|
37
42
|
* });
|
|
38
43
|
* ```
|
|
@@ -62,15 +67,19 @@ export declare class SharedResource extends pulumi.CustomResource {
|
|
|
62
67
|
*/
|
|
63
68
|
static isInstance(obj: any): obj is SharedResource;
|
|
64
69
|
/**
|
|
65
|
-
* The resource
|
|
70
|
+
* (Available since v1.259.0) The time when the shared resource was associated with the resource share.
|
|
71
|
+
*/
|
|
72
|
+
readonly createTime: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The ID of the shared resource.
|
|
66
75
|
*/
|
|
67
76
|
readonly resourceId: pulumi.Output<string>;
|
|
68
77
|
/**
|
|
69
|
-
* The
|
|
78
|
+
* The ID of the resource share.
|
|
70
79
|
*/
|
|
71
80
|
readonly resourceShareId: pulumi.Output<string>;
|
|
72
81
|
/**
|
|
73
|
-
* The
|
|
82
|
+
* The type of the shared resource. Valid values:
|
|
74
83
|
* - `VSwitch`.
|
|
75
84
|
* - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
|
|
76
85
|
* - The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
@@ -98,15 +107,19 @@ export declare class SharedResource extends pulumi.CustomResource {
|
|
|
98
107
|
*/
|
|
99
108
|
export interface SharedResourceState {
|
|
100
109
|
/**
|
|
101
|
-
* The resource
|
|
110
|
+
* (Available since v1.259.0) The time when the shared resource was associated with the resource share.
|
|
111
|
+
*/
|
|
112
|
+
createTime?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The ID of the shared resource.
|
|
102
115
|
*/
|
|
103
116
|
resourceId?: pulumi.Input<string>;
|
|
104
117
|
/**
|
|
105
|
-
* The
|
|
118
|
+
* The ID of the resource share.
|
|
106
119
|
*/
|
|
107
120
|
resourceShareId?: pulumi.Input<string>;
|
|
108
121
|
/**
|
|
109
|
-
* The
|
|
122
|
+
* The type of the shared resource. Valid values:
|
|
110
123
|
* - `VSwitch`.
|
|
111
124
|
* - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
|
|
112
125
|
* - The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
@@ -126,15 +139,15 @@ export interface SharedResourceState {
|
|
|
126
139
|
*/
|
|
127
140
|
export interface SharedResourceArgs {
|
|
128
141
|
/**
|
|
129
|
-
* The
|
|
142
|
+
* The ID of the shared resource.
|
|
130
143
|
*/
|
|
131
144
|
resourceId: pulumi.Input<string>;
|
|
132
145
|
/**
|
|
133
|
-
* The
|
|
146
|
+
* The ID of the resource share.
|
|
134
147
|
*/
|
|
135
148
|
resourceShareId: pulumi.Input<string>;
|
|
136
149
|
/**
|
|
137
|
-
* The
|
|
150
|
+
* The type of the shared resource. Valid values:
|
|
138
151
|
* - `VSwitch`.
|
|
139
152
|
* - The following types are added after v1.173.0: `ROSTemplate` and `ServiceCatalogPortfolio`.
|
|
140
153
|
* - The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
@@ -19,26 +19,31 @@ const utilities = require("../utilities");
|
|
|
19
19
|
* ```typescript
|
|
20
20
|
* import * as pulumi from "@pulumi/pulumi";
|
|
21
21
|
* import * as alicloud from "@pulumi/alicloud";
|
|
22
|
+
* import * as random from "@pulumi/random";
|
|
22
23
|
*
|
|
23
24
|
* const config = new pulumi.Config();
|
|
24
|
-
* const name = config.get("name") || "
|
|
25
|
-
* const
|
|
25
|
+
* const name = config.get("name") || "terraform-example";
|
|
26
|
+
* const _default = alicloud.getZones({
|
|
26
27
|
* availableResourceCreation: "VSwitch",
|
|
27
28
|
* });
|
|
28
|
-
* const
|
|
29
|
-
*
|
|
29
|
+
* const defaultInteger = new random.index.Integer("default", {
|
|
30
|
+
* min: 10000,
|
|
31
|
+
* max: 99999,
|
|
32
|
+
* });
|
|
33
|
+
* const defaultNetwork = new alicloud.vpc.Network("default", {
|
|
34
|
+
* vpcName: `${name}-${defaultInteger.result}`,
|
|
30
35
|
* cidrBlock: "192.168.0.0/16",
|
|
31
36
|
* });
|
|
32
|
-
* const
|
|
33
|
-
* zoneId:
|
|
37
|
+
* const defaultSwitch = new alicloud.vpc.Switch("default", {
|
|
38
|
+
* zoneId: _default.then(_default => _default.zones?.[0]?.id),
|
|
34
39
|
* cidrBlock: "192.168.0.0/16",
|
|
35
|
-
* vpcId:
|
|
36
|
-
* vswitchName: name
|
|
40
|
+
* vpcId: defaultNetwork.id,
|
|
41
|
+
* vswitchName: `${name}-${defaultInteger.result}`,
|
|
37
42
|
* });
|
|
38
|
-
* const
|
|
39
|
-
* const
|
|
40
|
-
*
|
|
41
|
-
*
|
|
43
|
+
* const defaultResourceShare = new alicloud.resourcemanager.ResourceShare("default", {resourceShareName: `${name}-${defaultInteger.result}`});
|
|
44
|
+
* const defaultSharedResource = new alicloud.resourcemanager.SharedResource("default", {
|
|
45
|
+
* resourceShareId: defaultResourceShare.id,
|
|
46
|
+
* resourceId: defaultSwitch.id,
|
|
42
47
|
* resourceType: "VSwitch",
|
|
43
48
|
* });
|
|
44
49
|
* ```
|
|
@@ -79,6 +84,7 @@ class SharedResource extends pulumi.CustomResource {
|
|
|
79
84
|
opts = opts || {};
|
|
80
85
|
if (opts.id) {
|
|
81
86
|
const state = argsOrState;
|
|
87
|
+
resourceInputs["createTime"] = state?.createTime;
|
|
82
88
|
resourceInputs["resourceId"] = state?.resourceId;
|
|
83
89
|
resourceInputs["resourceShareId"] = state?.resourceShareId;
|
|
84
90
|
resourceInputs["resourceType"] = state?.resourceType;
|
|
@@ -98,6 +104,7 @@ class SharedResource extends pulumi.CustomResource {
|
|
|
98
104
|
resourceInputs["resourceId"] = args?.resourceId;
|
|
99
105
|
resourceInputs["resourceShareId"] = args?.resourceShareId;
|
|
100
106
|
resourceInputs["resourceType"] = args?.resourceType;
|
|
107
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
101
108
|
resourceInputs["status"] = undefined /*out*/;
|
|
102
109
|
}
|
|
103
110
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sharedResource.js","sourceRoot":"","sources":["../../resourcemanager/sharedResource.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"sharedResource.js","sourceRoot":"","sources":["../../resourcemanager/sharedResource.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAsCD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AA7FL,wCA8FC;AAhFG,gBAAgB;AACO,2BAAY,GAAG,wDAAwD,CAAC"}
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Provides a Resource Manager Shared Target resource.
|
|
4
4
|
*
|
|
5
|
-
* For information about Resource Manager Shared Target and how to use it, see [What is Shared Target](https://www.alibabacloud.com/help/en/
|
|
5
|
+
* For information about Resource Manager Shared Target and how to use it, see [What is Shared Target](https://www.alibabacloud.com/help/en/resource-management/resource-sharing/developer-reference/api-resourcesharing-2020-01-10-associateresourceshare).
|
|
6
6
|
*
|
|
7
7
|
* > **NOTE:** Available since v1.111.0.
|
|
8
8
|
*
|
|
@@ -13,13 +13,18 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as alicloud from "@pulumi/alicloud";
|
|
16
|
+
* import * as random from "@pulumi/random";
|
|
16
17
|
*
|
|
17
18
|
* const config = new pulumi.Config();
|
|
18
|
-
* const name = config.get("name") || "
|
|
19
|
+
* const name = config.get("name") || "terraform-example";
|
|
19
20
|
* const _default = alicloud.resourcemanager.getAccounts({});
|
|
20
|
-
* const
|
|
21
|
-
*
|
|
22
|
-
*
|
|
21
|
+
* const defaultInteger = new random.index.Integer("default", {
|
|
22
|
+
* min: 10000,
|
|
23
|
+
* max: 99999,
|
|
24
|
+
* });
|
|
25
|
+
* const defaultResourceShare = new alicloud.resourcemanager.ResourceShare("default", {resourceShareName: `${name}-${defaultInteger.result}`});
|
|
26
|
+
* const defaultSharedTarget = new alicloud.resourcemanager.SharedTarget("default", {
|
|
27
|
+
* resourceShareId: defaultResourceShare.id,
|
|
23
28
|
* targetId: _default.then(_default => _default.ids?.[0]),
|
|
24
29
|
* });
|
|
25
30
|
* ```
|
|
@@ -49,7 +54,11 @@ export declare class SharedTarget extends pulumi.CustomResource {
|
|
|
49
54
|
*/
|
|
50
55
|
static isInstance(obj: any): obj is SharedTarget;
|
|
51
56
|
/**
|
|
52
|
-
* The
|
|
57
|
+
* (Available since v1.259.0) The time when the association of the entity was created.
|
|
58
|
+
*/
|
|
59
|
+
readonly createTime: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* The ID of the resource share.
|
|
53
62
|
*/
|
|
54
63
|
readonly resourceShareId: pulumi.Output<string>;
|
|
55
64
|
/**
|
|
@@ -57,7 +66,7 @@ export declare class SharedTarget extends pulumi.CustomResource {
|
|
|
57
66
|
*/
|
|
58
67
|
readonly status: pulumi.Output<string>;
|
|
59
68
|
/**
|
|
60
|
-
* The
|
|
69
|
+
* The ID of the principal.
|
|
61
70
|
*/
|
|
62
71
|
readonly targetId: pulumi.Output<string>;
|
|
63
72
|
/**
|
|
@@ -74,7 +83,11 @@ export declare class SharedTarget extends pulumi.CustomResource {
|
|
|
74
83
|
*/
|
|
75
84
|
export interface SharedTargetState {
|
|
76
85
|
/**
|
|
77
|
-
* The
|
|
86
|
+
* (Available since v1.259.0) The time when the association of the entity was created.
|
|
87
|
+
*/
|
|
88
|
+
createTime?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The ID of the resource share.
|
|
78
91
|
*/
|
|
79
92
|
resourceShareId?: pulumi.Input<string>;
|
|
80
93
|
/**
|
|
@@ -82,7 +95,7 @@ export interface SharedTargetState {
|
|
|
82
95
|
*/
|
|
83
96
|
status?: pulumi.Input<string>;
|
|
84
97
|
/**
|
|
85
|
-
* The
|
|
98
|
+
* The ID of the principal.
|
|
86
99
|
*/
|
|
87
100
|
targetId?: pulumi.Input<string>;
|
|
88
101
|
}
|
|
@@ -91,11 +104,11 @@ export interface SharedTargetState {
|
|
|
91
104
|
*/
|
|
92
105
|
export interface SharedTargetArgs {
|
|
93
106
|
/**
|
|
94
|
-
* The
|
|
107
|
+
* The ID of the resource share.
|
|
95
108
|
*/
|
|
96
109
|
resourceShareId: pulumi.Input<string>;
|
|
97
110
|
/**
|
|
98
|
-
* The
|
|
111
|
+
* The ID of the principal.
|
|
99
112
|
*/
|
|
100
113
|
targetId: pulumi.Input<string>;
|
|
101
114
|
}
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Provides a Resource Manager Shared Target resource.
|
|
10
10
|
*
|
|
11
|
-
* For information about Resource Manager Shared Target and how to use it, see [What is Shared Target](https://www.alibabacloud.com/help/en/
|
|
11
|
+
* For information about Resource Manager Shared Target and how to use it, see [What is Shared Target](https://www.alibabacloud.com/help/en/resource-management/resource-sharing/developer-reference/api-resourcesharing-2020-01-10-associateresourceshare).
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Available since v1.111.0.
|
|
14
14
|
*
|
|
@@ -19,13 +19,18 @@ const utilities = require("../utilities");
|
|
|
19
19
|
* ```typescript
|
|
20
20
|
* import * as pulumi from "@pulumi/pulumi";
|
|
21
21
|
* import * as alicloud from "@pulumi/alicloud";
|
|
22
|
+
* import * as random from "@pulumi/random";
|
|
22
23
|
*
|
|
23
24
|
* const config = new pulumi.Config();
|
|
24
|
-
* const name = config.get("name") || "
|
|
25
|
+
* const name = config.get("name") || "terraform-example";
|
|
25
26
|
* const _default = alicloud.resourcemanager.getAccounts({});
|
|
26
|
-
* const
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
* const defaultInteger = new random.index.Integer("default", {
|
|
28
|
+
* min: 10000,
|
|
29
|
+
* max: 99999,
|
|
30
|
+
* });
|
|
31
|
+
* const defaultResourceShare = new alicloud.resourcemanager.ResourceShare("default", {resourceShareName: `${name}-${defaultInteger.result}`});
|
|
32
|
+
* const defaultSharedTarget = new alicloud.resourcemanager.SharedTarget("default", {
|
|
33
|
+
* resourceShareId: defaultResourceShare.id,
|
|
29
34
|
* targetId: _default.then(_default => _default.ids?.[0]),
|
|
30
35
|
* });
|
|
31
36
|
* ```
|
|
@@ -66,6 +71,7 @@ class SharedTarget extends pulumi.CustomResource {
|
|
|
66
71
|
opts = opts || {};
|
|
67
72
|
if (opts.id) {
|
|
68
73
|
const state = argsOrState;
|
|
74
|
+
resourceInputs["createTime"] = state?.createTime;
|
|
69
75
|
resourceInputs["resourceShareId"] = state?.resourceShareId;
|
|
70
76
|
resourceInputs["status"] = state?.status;
|
|
71
77
|
resourceInputs["targetId"] = state?.targetId;
|
|
@@ -80,6 +86,7 @@ class SharedTarget extends pulumi.CustomResource {
|
|
|
80
86
|
}
|
|
81
87
|
resourceInputs["resourceShareId"] = args?.resourceShareId;
|
|
82
88
|
resourceInputs["targetId"] = args?.targetId;
|
|
89
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
83
90
|
resourceInputs["status"] = undefined /*out*/;
|
|
84
91
|
}
|
|
85
92
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sharedTarget.js","sourceRoot":"","sources":["../../resourcemanager/sharedTarget.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"sharedTarget.js","sourceRoot":"","sources":["../../resourcemanager/sharedTarget.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AA7EL,oCA8EC;AAhEG,gBAAgB;AACO,yBAAY,GAAG,oDAAoD,CAAC"}
|