pulumi-alicloud 3.87.0a1760246473__py3-none-any.whl → 3.87.0a1760376349__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/dms/get_enterprise_logic_databases.py +8 -0
- pulumi_alicloud/eais/get_instances.py +8 -0
- pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +8 -0
- pulumi_alicloud/edas/get_deploy_groups.py +4 -0
- pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +4 -0
- pulumi_alicloud/gpdb/get_zones.py +4 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/resourcemanager/get_policies.py +4 -0
- pulumi_alicloud/scdn/domain_config.py +8 -0
- pulumi_alicloud/servicemesh/user_permission.py +8 -0
- pulumi_alicloud/simpleapplicationserver/get_images.py +24 -0
- {pulumi_alicloud-3.87.0a1760246473.dist-info → pulumi_alicloud-3.87.0a1760376349.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.87.0a1760246473.dist-info → pulumi_alicloud-3.87.0a1760376349.dist-info}/RECORD +15 -15
- {pulumi_alicloud-3.87.0a1760246473.dist-info → pulumi_alicloud-3.87.0a1760376349.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.87.0a1760246473.dist-info → pulumi_alicloud-3.87.0a1760376349.dist-info}/top_level.txt +0 -0
|
@@ -91,6 +91,10 @@ def get_enterprise_logic_databases(ids: Optional[Sequence[_builtins.str]] = None
|
|
|
91
91
|
|
|
92
92
|
> **NOTE:** Available since v1.195.0.
|
|
93
93
|
|
|
94
|
+
## Example Usage
|
|
95
|
+
|
|
96
|
+
Basic Usage
|
|
97
|
+
|
|
94
98
|
|
|
95
99
|
:param Sequence[_builtins.str] ids: A list of Logic Database IDs.
|
|
96
100
|
:param _builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -114,6 +118,10 @@ def get_enterprise_logic_databases_output(ids: Optional[pulumi.Input[Optional[Se
|
|
|
114
118
|
|
|
115
119
|
> **NOTE:** Available since v1.195.0.
|
|
116
120
|
|
|
121
|
+
## Example Usage
|
|
122
|
+
|
|
123
|
+
Basic Usage
|
|
124
|
+
|
|
117
125
|
|
|
118
126
|
:param Sequence[_builtins.str] ids: A list of Logic Database IDs.
|
|
119
127
|
:param _builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -124,6 +124,10 @@ def get_instances(ids: Optional[Sequence[_builtins.str]] = None,
|
|
|
124
124
|
|
|
125
125
|
> **NOTE:** Available in v1.137.0+.
|
|
126
126
|
|
|
127
|
+
## Example Usage
|
|
128
|
+
|
|
129
|
+
Basic Usage
|
|
130
|
+
|
|
127
131
|
|
|
128
132
|
:param Sequence[_builtins.str] ids: A list of Instance IDs.
|
|
129
133
|
:param _builtins.str instance_type: EAIS instance type. Valid values: `eais.ei-a6.4xlarge`, `eais.ei-a6.2xlarge`, `eais.ei-a6.xlarge`, `eais.ei-a6.large`, `eais.ei-a6.medium`.
|
|
@@ -160,6 +164,10 @@ def get_instances_output(ids: Optional[pulumi.Input[Optional[Sequence[_builtins.
|
|
|
160
164
|
|
|
161
165
|
> **NOTE:** Available in v1.137.0+.
|
|
162
166
|
|
|
167
|
+
## Example Usage
|
|
168
|
+
|
|
169
|
+
Basic Usage
|
|
170
|
+
|
|
163
171
|
|
|
164
172
|
:param Sequence[_builtins.str] ids: A list of Instance IDs.
|
|
165
173
|
:param _builtins.str instance_type: EAIS instance type. Valid values: `eais.ei-a6.4xlarge`, `eais.ei-a6.2xlarge`, `eais.ei-a6.xlarge`, `eais.ei-a6.large`, `eais.ei-a6.medium`.
|
|
@@ -383,6 +383,10 @@ class DedicatedBlockStorageCluster(pulumi.CustomResource):
|
|
|
383
383
|
|
|
384
384
|
> **NOTE:** Available since v1.195.0.
|
|
385
385
|
|
|
386
|
+
## Example Usage
|
|
387
|
+
|
|
388
|
+
Basic Usage
|
|
389
|
+
|
|
386
390
|
## Import
|
|
387
391
|
|
|
388
392
|
Ebs Dedicated Block Storage Cluster can be imported using the id, e.g.
|
|
@@ -412,6 +416,10 @@ class DedicatedBlockStorageCluster(pulumi.CustomResource):
|
|
|
412
416
|
|
|
413
417
|
> **NOTE:** Available since v1.195.0.
|
|
414
418
|
|
|
419
|
+
## Example Usage
|
|
420
|
+
|
|
421
|
+
Basic Usage
|
|
422
|
+
|
|
415
423
|
## Import
|
|
416
424
|
|
|
417
425
|
Ebs Dedicated Block Storage Cluster can be imported using the id, e.g.
|
|
@@ -113,6 +113,8 @@ def get_deploy_groups(app_id: Optional[_builtins.str] = None,
|
|
|
113
113
|
|
|
114
114
|
> **NOTE:** Available in 1.82.0+
|
|
115
115
|
|
|
116
|
+
## Example Usage
|
|
117
|
+
|
|
116
118
|
|
|
117
119
|
:param _builtins.str app_id: ID of the EDAS application.
|
|
118
120
|
:param _builtins.str name_regex: A regex string to filter results by the deploy group name.
|
|
@@ -141,6 +143,8 @@ def get_deploy_groups_output(app_id: Optional[pulumi.Input[_builtins.str]] = Non
|
|
|
141
143
|
|
|
142
144
|
> **NOTE:** Available in 1.82.0+
|
|
143
145
|
|
|
146
|
+
## Example Usage
|
|
147
|
+
|
|
144
148
|
|
|
145
149
|
:param _builtins.str app_id: ID of the EDAS application.
|
|
146
150
|
:param _builtins.str name_regex: A regex string to filter results by the deploy group name.
|
|
@@ -195,6 +195,8 @@ def get_virtual_physical_connections(business_status: Optional[_builtins.str] =
|
|
|
195
195
|
|
|
196
196
|
> **NOTE:** Available in 1.196.0+
|
|
197
197
|
|
|
198
|
+
## Example Usage
|
|
199
|
+
|
|
198
200
|
|
|
199
201
|
:param _builtins.str business_status: The commercial status of the physical line. Value:
|
|
200
202
|
- **Normal**: activated.
|
|
@@ -256,6 +258,8 @@ def get_virtual_physical_connections_output(business_status: Optional[pulumi.Inp
|
|
|
256
258
|
|
|
257
259
|
> **NOTE:** Available in 1.196.0+
|
|
258
260
|
|
|
261
|
+
## Example Usage
|
|
262
|
+
|
|
259
263
|
|
|
260
264
|
:param _builtins.str business_status: The commercial status of the physical line. Value:
|
|
261
265
|
- **Normal**: activated.
|
|
@@ -100,6 +100,8 @@ def get_zones(multi: Optional[_builtins.bool] = None,
|
|
|
100
100
|
|
|
101
101
|
> **NOTE:** Available in v1.73.0+.
|
|
102
102
|
|
|
103
|
+
## Example Usage
|
|
104
|
+
|
|
103
105
|
|
|
104
106
|
:param _builtins.bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch Gpdb instances.
|
|
105
107
|
:param _builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -124,6 +126,8 @@ def get_zones_output(multi: Optional[pulumi.Input[Optional[_builtins.bool]]] = N
|
|
|
124
126
|
|
|
125
127
|
> **NOTE:** Available in v1.73.0+.
|
|
126
128
|
|
|
129
|
+
## Example Usage
|
|
130
|
+
|
|
127
131
|
|
|
128
132
|
:param _builtins.bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch Gpdb instances.
|
|
129
133
|
:param _builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -126,6 +126,8 @@ def get_policies(ids: Optional[Sequence[_builtins.str]] = None,
|
|
|
126
126
|
|
|
127
127
|
> **NOTE:** Available in 1.86.0+.
|
|
128
128
|
|
|
129
|
+
## Example Usage
|
|
130
|
+
|
|
129
131
|
|
|
130
132
|
:param Sequence[_builtins.str] ids: A list of Resource Manager Policy IDs.
|
|
131
133
|
:param _builtins.str name_regex: A regex string to filter results by policy name.
|
|
@@ -158,6 +160,8 @@ def get_policies_output(ids: Optional[pulumi.Input[Optional[Sequence[_builtins.s
|
|
|
158
160
|
|
|
159
161
|
> **NOTE:** Available in 1.86.0+.
|
|
160
162
|
|
|
163
|
+
## Example Usage
|
|
164
|
+
|
|
161
165
|
|
|
162
166
|
:param Sequence[_builtins.str] ids: A list of Resource Manager Policy IDs.
|
|
163
167
|
:param _builtins.str name_regex: A regex string to filter results by policy name.
|
|
@@ -180,6 +180,10 @@ class DomainConfig(pulumi.CustomResource):
|
|
|
180
180
|
|
|
181
181
|
> **DEPRECATED:** This resource has been [deprecated](https://www.aliyun.com/product/scdn) from version `1.219.0`.
|
|
182
182
|
|
|
183
|
+
## Example Usage
|
|
184
|
+
|
|
185
|
+
Basic Usage
|
|
186
|
+
|
|
183
187
|
## Import
|
|
184
188
|
|
|
185
189
|
SCDN domain config can be imported using the id, e.g.
|
|
@@ -211,6 +215,10 @@ class DomainConfig(pulumi.CustomResource):
|
|
|
211
215
|
|
|
212
216
|
> **DEPRECATED:** This resource has been [deprecated](https://www.aliyun.com/product/scdn) from version `1.219.0`.
|
|
213
217
|
|
|
218
|
+
## Example Usage
|
|
219
|
+
|
|
220
|
+
Basic Usage
|
|
221
|
+
|
|
214
222
|
## Import
|
|
215
223
|
|
|
216
224
|
SCDN domain config can be imported using the id, e.g.
|
|
@@ -113,6 +113,10 @@ class UserPermission(pulumi.CustomResource):
|
|
|
113
113
|
|
|
114
114
|
> **NOTE:** Available since v1.174.0.
|
|
115
115
|
|
|
116
|
+
## Example Usage
|
|
117
|
+
|
|
118
|
+
Basic Usage
|
|
119
|
+
|
|
116
120
|
## Import
|
|
117
121
|
|
|
118
122
|
Service Mesh User Permission can be imported using the id, e.g.
|
|
@@ -139,6 +143,10 @@ class UserPermission(pulumi.CustomResource):
|
|
|
139
143
|
|
|
140
144
|
> **NOTE:** Available since v1.174.0.
|
|
141
145
|
|
|
146
|
+
## Example Usage
|
|
147
|
+
|
|
148
|
+
Basic Usage
|
|
149
|
+
|
|
142
150
|
## Import
|
|
143
151
|
|
|
144
152
|
Service Mesh User Permission can be imported using the id, e.g.
|
|
@@ -123,6 +123,18 @@ def get_images(ids: Optional[Sequence[_builtins.str]] = None,
|
|
|
123
123
|
This data source provides the Simple Application Server Images of the current Alibaba Cloud user.
|
|
124
124
|
|
|
125
125
|
> **NOTE:** Available in v1.135.0+.
|
|
126
|
+
|
|
127
|
+
## Example Usage
|
|
128
|
+
|
|
129
|
+
Basic Usage
|
|
130
|
+
|
|
131
|
+
The following arguments are supported:
|
|
132
|
+
|
|
133
|
+
* `ids` - (Optional, ForceNew, Computed) A list of Image IDs.
|
|
134
|
+
* `image_type` - (Optional, ForceNew) The image type. Valid values: `app`, `custom`, `system`.
|
|
135
|
+
* `name_regex` - (Optional, ForceNew) A regex string to filter results by Image name.
|
|
136
|
+
* `platform` - (Available in v1.161.0) The platform of Image supported. Valid values: ["Linux", "Windows"].
|
|
137
|
+
* `output_file` - (Optional) File name where to save data source results (after running `pulumi preview`).
|
|
126
138
|
"""
|
|
127
139
|
__args__ = dict()
|
|
128
140
|
__args__['ids'] = ids
|
|
@@ -152,6 +164,18 @@ def get_images_output(ids: Optional[pulumi.Input[Optional[Sequence[_builtins.str
|
|
|
152
164
|
This data source provides the Simple Application Server Images of the current Alibaba Cloud user.
|
|
153
165
|
|
|
154
166
|
> **NOTE:** Available in v1.135.0+.
|
|
167
|
+
|
|
168
|
+
## Example Usage
|
|
169
|
+
|
|
170
|
+
Basic Usage
|
|
171
|
+
|
|
172
|
+
The following arguments are supported:
|
|
173
|
+
|
|
174
|
+
* `ids` - (Optional, ForceNew, Computed) A list of Image IDs.
|
|
175
|
+
* `image_type` - (Optional, ForceNew) The image type. Valid values: `app`, `custom`, `system`.
|
|
176
|
+
* `name_regex` - (Optional, ForceNew) A regex string to filter results by Image name.
|
|
177
|
+
* `platform` - (Available in v1.161.0) The platform of Image supported. Valid values: ["Linux", "Windows"].
|
|
178
|
+
* `output_file` - (Optional) File name where to save data source results (after running `pulumi preview`).
|
|
155
179
|
"""
|
|
156
180
|
__args__ = dict()
|
|
157
181
|
__args__['ids'] = ids
|
{pulumi_alicloud-3.87.0a1760246473.dist-info → pulumi_alicloud-3.87.0a1760376349.dist-info}/RECORD
RENAMED
|
@@ -15,7 +15,7 @@ pulumi_alicloud/msc_sub_subscription.py,sha256=Uea9uchAHxC8fkl0zYMWCScICSo4AoL39
|
|
|
15
15
|
pulumi_alicloud/msc_sub_webhook.py,sha256=ZIQUo4l4RjKefMfQlheorgmo3v8jTeXBnvQnUJUh6lQ,11101
|
|
16
16
|
pulumi_alicloud/outputs.py,sha256=XNCscS2YtPnRFReaPdFdX9nsZBoDjq70Ue4ieHS6gLs,39226
|
|
17
17
|
pulumi_alicloud/provider.py,sha256=kI38bSYHQ6i5dyOebjcLQ7KQrltLvjuMM3sz0J65qHs,40728
|
|
18
|
-
pulumi_alicloud/pulumi-plugin.json,sha256=
|
|
18
|
+
pulumi_alicloud/pulumi-plugin.json,sha256=GKrpzmz5rFdk9ykV4VbXHvMqE19Y_gogKN5Bq9EKooU,85
|
|
19
19
|
pulumi_alicloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
pulumi_alicloud/star_rocks_instance.py,sha256=AMjLOoV0n3QYGLu0HDsCPBwl1PM01urGPMuKaMjDyNo,64562
|
|
21
21
|
pulumi_alicloud/ackone/__init__.py,sha256=gp6Vj2CMsmpVHb8sfRu5UMdpFrCR0nn4KwImkVmx0iU,385
|
|
@@ -688,7 +688,7 @@ pulumi_alicloud/dms/enterprise_user.py,sha256=QXiLlzkiz-6H9AqZXSJCU2TGbdiL1aeIEK
|
|
|
688
688
|
pulumi_alicloud/dms/enterprise_workspace.py,sha256=6zglwQurNK-l3ysHxo3cql43iENwaIvQl4hKA3Iqr0Q,13807
|
|
689
689
|
pulumi_alicloud/dms/get_enterprise_databases.py,sha256=3_eltXXWbCw0cGseK4zYeNCcHIaoYksI_jwTeZtfguw,8123
|
|
690
690
|
pulumi_alicloud/dms/get_enterprise_instances.py,sha256=wUEW5_HD7Bc2nWD7ZgdP55fXDal6igV0cUmXPmwcHyo,15880
|
|
691
|
-
pulumi_alicloud/dms/get_enterprise_logic_databases.py,sha256=
|
|
691
|
+
pulumi_alicloud/dms/get_enterprise_logic_databases.py,sha256=OJqRjYrBNku0sVr8cTBYOf02Mz_sVypKFcoJ4pwkNEs,5800
|
|
692
692
|
pulumi_alicloud/dms/get_enterprise_proxies.py,sha256=TOkSJWJaQSQ68mo4ko66-5CrjQ5x4OWrYlAcyUPr4e4,6223
|
|
693
693
|
pulumi_alicloud/dms/get_enterprise_proxy_accesses.py,sha256=W7tydJgHQb8Bdvc2a_OPwbrliBixguy3JtIeF6jqK9g,8439
|
|
694
694
|
pulumi_alicloud/dms/get_enterprise_users.py,sha256=ngK4OSgQukRiXa6yEAIdbelockvfkLD0tSMk7exDLls,10643
|
|
@@ -754,12 +754,12 @@ pulumi_alicloud/dts/synchronization_job.py,sha256=clBkb7yUvDYDmHzIjZ2E6udeixRH_a
|
|
|
754
754
|
pulumi_alicloud/eais/__init__.py,sha256=I-NGwYiGpzlw2qsahgWXqN1swm8rMkvjTSmmOpwB3UA,420
|
|
755
755
|
pulumi_alicloud/eais/_inputs.py,sha256=b9TkOHbbG0WPlVabD69c0PXYCOM8tf_T8le5hLd1u0M,2227
|
|
756
756
|
pulumi_alicloud/eais/client_instance_attachment.py,sha256=LWsvJSvX8z3KRKmHcRz8YrArlk8Vl2pLQJeND81vlPo,18064
|
|
757
|
-
pulumi_alicloud/eais/get_instances.py,sha256=
|
|
757
|
+
pulumi_alicloud/eais/get_instances.py,sha256=jYOGR6hj1-wKOQBpE4awfZZLCh_gJgZYuNZbOM9enOM,8422
|
|
758
758
|
pulumi_alicloud/eais/instance.py,sha256=yqsOXuEsPyUFVAfaExvMVEIp0WOaSybvQz27pdQYdrw,31083
|
|
759
759
|
pulumi_alicloud/eais/outputs.py,sha256=Fw6802FJW92ya4XfQfKJOKHT5uaqcrIK59KuZEoWebs,5727
|
|
760
760
|
pulumi_alicloud/ebs/__init__.py,sha256=jvw1vETyP9_sYK0QLLEThg1B4aRHpvbdjfg3g9Lxewo,792
|
|
761
761
|
pulumi_alicloud/ebs/_inputs.py,sha256=1HIdvKaELCm0n5mobnicdOkmfxYrmCieAaoYIbJueUM,17017
|
|
762
|
-
pulumi_alicloud/ebs/dedicated_block_storage_cluster.py,sha256=
|
|
762
|
+
pulumi_alicloud/ebs/dedicated_block_storage_cluster.py,sha256=7N-0l3zBX5H_GHAIMATT139Bt_U8gRnFJJHkBhpkKa8,33088
|
|
763
763
|
pulumi_alicloud/ebs/disk_replica_group.py,sha256=qFxsyCbvXoqwXtPJHdl_Z601PTsmD5F7RMVs9VEiiC8,51479
|
|
764
764
|
pulumi_alicloud/ebs/disk_replica_pair.py,sha256=Mxtk720JNv2NX5lsmkit-GGBzIsZyBwFViAJLUV6Z04,63880
|
|
765
765
|
pulumi_alicloud/ebs/enterprise_snapshot_policy.py,sha256=NOHul1hE9wJJjo0rIz5G_qoen182WtBlEelLldJL6Qc,37036
|
|
@@ -888,7 +888,7 @@ pulumi_alicloud/edas/cluster.py,sha256=GqOkcjettXiZZRCqRKBk521TeR65YX-FsTxX_MWLe
|
|
|
888
888
|
pulumi_alicloud/edas/deploy_group.py,sha256=l1f0Pq53ZDuiSlyUY8MSr2xCP73x6wCTRjYgVsuf9sc,13303
|
|
889
889
|
pulumi_alicloud/edas/get_applications.py,sha256=bBdEgcmfp2zlHuqajof5bc4HOADTodfLD9Enzj44YLs,7235
|
|
890
890
|
pulumi_alicloud/edas/get_clusters.py,sha256=b17lPUPBNNknTxPvcKzIVZ_YqB042xuINBhW59VSh4o,8196
|
|
891
|
-
pulumi_alicloud/edas/get_deploy_groups.py,sha256=
|
|
891
|
+
pulumi_alicloud/edas/get_deploy_groups.py,sha256=Y7X_sOAr5vse1prOWz-zXVreifOG49u3JgQHqBL_Eso,6625
|
|
892
892
|
pulumi_alicloud/edas/get_namespaces.py,sha256=YxH7pPYIpOjUQ3pIeJVUKAPGdDaM5g6pCinNgjLEHzs,7022
|
|
893
893
|
pulumi_alicloud/edas/get_service.py,sha256=OCDi5wWo90JSnqdLQaEhz-6B9MKXa2B131CZPwFiNwI,5333
|
|
894
894
|
pulumi_alicloud/edas/instance_cluster_attachment.py,sha256=PkVayayxtVjNM0RXmjK1TjxgySQ6BeJhQ5TH_LneYjw,18286
|
|
@@ -1095,7 +1095,7 @@ pulumi_alicloud/expressconnect/get_physical_connections.py,sha256=un-xGM8pEgbIBA
|
|
|
1095
1095
|
pulumi_alicloud/expressconnect/get_router_interfaces.py,sha256=MlVhs0T7QY3nlSSieWDKKHVt8wbWRlZ9PQLZvZGENxw,11455
|
|
1096
1096
|
pulumi_alicloud/expressconnect/get_vbr_pconn_associations.py,sha256=sCj-e0dNnWd9U6zDK6qDh66_RgaXiJDkUFLgwDUm9mU,8544
|
|
1097
1097
|
pulumi_alicloud/expressconnect/get_virtual_border_routers.py,sha256=UMZL5p69BUz9I9uQ-zYTk71qDU-bnHOKd3QB8jt4ReI,10568
|
|
1098
|
-
pulumi_alicloud/expressconnect/get_virtual_physical_connections.py,sha256=
|
|
1098
|
+
pulumi_alicloud/expressconnect/get_virtual_physical_connections.py,sha256=MA0jFZ_gvHSzcuF12zfuLPhdHIB1rsktFKAeUjG38as,17064
|
|
1099
1099
|
pulumi_alicloud/expressconnect/grant_rule_to_cen.py,sha256=DZdRnBYPzyZoczAUOnxcCQh9ShHtqVl4qfPV7iaQ1fE,14320
|
|
1100
1100
|
pulumi_alicloud/expressconnect/outputs.py,sha256=YhiZ_XPqtcDrtzuP6Zj_aN4g_UYEH0WRsKIbT9SNx4s,80949
|
|
1101
1101
|
pulumi_alicloud/expressconnect/physical_connection.py,sha256=SjJ7FWEALJO74MvJkey-J-eFJ9qGRug4fkyl84efbeM,48164
|
|
@@ -1218,7 +1218,7 @@ pulumi_alicloud/gpdb/get_data_backups.py,sha256=K27r1CW6fJZqH2LkkwrIDDBeuF_JFG3B
|
|
|
1218
1218
|
pulumi_alicloud/gpdb/get_db_instance_plans.py,sha256=4KpYw-s0dHN9SX5_PYRkCLMHSObNAFRiSVGI22hq5Eg,11298
|
|
1219
1219
|
pulumi_alicloud/gpdb/get_instances.py,sha256=gR_Ov90KgA7s22TibADhtIJiDqgbtntKGKoM4pKn-OA,17216
|
|
1220
1220
|
pulumi_alicloud/gpdb/get_log_backups.py,sha256=etRGHB_lnhrdvONwY18hvscnZNefz-bT4zidnYvX0Kc,10891
|
|
1221
|
-
pulumi_alicloud/gpdb/get_zones.py,sha256=
|
|
1221
|
+
pulumi_alicloud/gpdb/get_zones.py,sha256=z54mREu_dQCSJAjHXuC_l7EC_kUugn_dPpOoUvYehJs,5674
|
|
1222
1222
|
pulumi_alicloud/gpdb/hadoop_data_source.py,sha256=bW4aeW5_G9eHmSpGK8A5wLf48GIfNkCFwsRC0HhAhs4,51526
|
|
1223
1223
|
pulumi_alicloud/gpdb/instance.py,sha256=QlVLByf08ySTsB2NArG34ptFs-YYZEik7j0UQ-0xt4U,134719
|
|
1224
1224
|
pulumi_alicloud/gpdb/jdbc_data_source.py,sha256=oHviQV2zgMZBrc4_69GdivzNb9ji_MpCkI_mdgwVTyg,28116
|
|
@@ -1760,7 +1760,7 @@ pulumi_alicloud/resourcemanager/get_control_policy_attachments.py,sha256=95qcEmE
|
|
|
1760
1760
|
pulumi_alicloud/resourcemanager/get_delegated_administrators.py,sha256=ffpIXxEFqdrVw5z1gNRviV2kmvXnybYLeo8kvEo6HiY,8662
|
|
1761
1761
|
pulumi_alicloud/resourcemanager/get_folders.py,sha256=PzqNk2J3RJgD0cEVFv26T3vU4hBJ6DGHfzoXQt_YLpo,10783
|
|
1762
1762
|
pulumi_alicloud/resourcemanager/get_handshakes.py,sha256=pbUuxsNykmS_Y6zCSAKVUiTcc8e5akkdkClU-Jv_0pc,7671
|
|
1763
|
-
pulumi_alicloud/resourcemanager/get_policies.py,sha256=
|
|
1763
|
+
pulumi_alicloud/resourcemanager/get_policies.py,sha256=WGM16Xg7JoEQc4B3EIQv_YnqIvhjQudwPe_WDS1aVLg,7672
|
|
1764
1764
|
pulumi_alicloud/resourcemanager/get_policy_attachments.py,sha256=49wrfRstEDH2mFbdy9X8y9dRNL0Rkr9CWBoH5-nUF2E,12916
|
|
1765
1765
|
pulumi_alicloud/resourcemanager/get_policy_versions.py,sha256=vbjcj8emNLxP6jQG1CLrXy2_T7ZNsrcq5RZ25LP-NLM,8679
|
|
1766
1766
|
pulumi_alicloud/resourcemanager/get_resource_directories.py,sha256=Y9nFCMm0dnVfAo3DAYsK5KOeQhHz3BqnFGOer_KHpHg,5033
|
|
@@ -1855,7 +1855,7 @@ pulumi_alicloud/sag/snat_entry.py,sha256=ilpM3CNEvUi5wqfP0sjNH8n-DsfrRQg9bHuoRzI
|
|
|
1855
1855
|
pulumi_alicloud/scdn/__init__.py,sha256=V-RW7Vhgv52SJiiRBDa0XqAje01j-Idkp2fnh_xMctc,403
|
|
1856
1856
|
pulumi_alicloud/scdn/_inputs.py,sha256=dH7cEMfFBcNJNUjKrpJ3LhA0yypJTtgCPbJmKDsgZ48,10654
|
|
1857
1857
|
pulumi_alicloud/scdn/domain.py,sha256=yLMgqy9aTIrD-QpeYEjdxHqmUf6_SL4HfjYlRu8ORQA,25697
|
|
1858
|
-
pulumi_alicloud/scdn/domain_config.py,sha256=
|
|
1858
|
+
pulumi_alicloud/scdn/domain_config.py,sha256=YlIgKa-9Cd_f7AamUoVhAd-fpnEbgq-liHiO-E7eIOA,17350
|
|
1859
1859
|
pulumi_alicloud/scdn/get_domains.py,sha256=Nbq-sj4PR-dqbb51-BLJ8E8zb-WEUkqn-NKpw-7YfFU,9788
|
|
1860
1860
|
pulumi_alicloud/scdn/outputs.py,sha256=ozJH3-XUkznIf1L-0Yt22UEneynDadCumqdSK3XX0Uw,16070
|
|
1861
1861
|
pulumi_alicloud/schedulerx/__init__.py,sha256=Oid3-LQBxFvbvrQo7CpnA-ifog7d4_fghCNVqUzSVP4,424
|
|
@@ -1910,11 +1910,11 @@ pulumi_alicloud/servicemesh/get_service_meshes.py,sha256=xD7sJaLTlzR6M2JbN-gc0Re
|
|
|
1910
1910
|
pulumi_alicloud/servicemesh/get_versions.py,sha256=Ji6se-o_Qil0jmlQ5dBBoaDxiJ57T04x61KceC54bv8,6399
|
|
1911
1911
|
pulumi_alicloud/servicemesh/outputs.py,sha256=gZZAU_mSRJ4OfDDPB3pCh3YwGG3HSX08fFxkwfTDS3M,114119
|
|
1912
1912
|
pulumi_alicloud/servicemesh/service_mesh.py,sha256=YDP6kRFxCCU0RoCQ6VILpVxsB5iYgs_YwwjRFW12_wI,40692
|
|
1913
|
-
pulumi_alicloud/servicemesh/user_permission.py,sha256=
|
|
1913
|
+
pulumi_alicloud/servicemesh/user_permission.py,sha256=3Ls4dJ1sSHqATUB32sw0w6SJDTOlJujBT0s0yl3cVLk,12100
|
|
1914
1914
|
pulumi_alicloud/simpleapplicationserver/__init__.py,sha256=8PEa0ik70MYbFfXFMpVZPs4_5GSTe2x4_1vXaEGKaag,643
|
|
1915
1915
|
pulumi_alicloud/simpleapplicationserver/custom_image.py,sha256=g_J22b4-9jHYR55BEavpwSHmHxUPP81rT5XAtzPRVEo,20487
|
|
1916
1916
|
pulumi_alicloud/simpleapplicationserver/firewall_rule.py,sha256=NhaQWYEbPizeng2kV13mHwVamsJUjuDLRA34XZe3L_I,17766
|
|
1917
|
-
pulumi_alicloud/simpleapplicationserver/get_images.py,sha256=
|
|
1917
|
+
pulumi_alicloud/simpleapplicationserver/get_images.py,sha256=XZwpnMtxXFmTULG2IvDAzZRB2ZkqWdvLlLgetTHdtrs,8180
|
|
1918
1918
|
pulumi_alicloud/simpleapplicationserver/get_instances.py,sha256=ozInLRSHcLuN4g2eJ-6x_U25ZKTFEdxTBspTJPb83UU,9091
|
|
1919
1919
|
pulumi_alicloud/simpleapplicationserver/get_server_custom_images.py,sha256=MpcIVa6hp3AYg2W-XnrbntW70h2LNi7eB7gAfblmxdk,7492
|
|
1920
1920
|
pulumi_alicloud/simpleapplicationserver/get_server_disks.py,sha256=g_wEbXHX-33gk8I3H-V8jDEmTDOPMB_4oiPQFR17rTQ,10991
|
|
@@ -2185,7 +2185,7 @@ pulumi_alicloud/yundun/db_audit_instance.py,sha256=BnwovuiHe0CauSFejLTOeaJH6TVjN
|
|
|
2185
2185
|
pulumi_alicloud/yundun/get_bastion_host_instances.py,sha256=d99EGuXUFxbDFbCum28gXTu6PI7X64RIL2hcH9B2KQo,6836
|
|
2186
2186
|
pulumi_alicloud/yundun/get_db_audit_instance.py,sha256=sFV0aje7rROMEOYJaBi7SpRywVWLbF47xP8vKdVIOT4,6686
|
|
2187
2187
|
pulumi_alicloud/yundun/outputs.py,sha256=h-m8n7o6hmP6FVBggACjoXVWxS4Au9c6IoQakud72h0,15270
|
|
2188
|
-
pulumi_alicloud-3.87.
|
|
2189
|
-
pulumi_alicloud-3.87.
|
|
2190
|
-
pulumi_alicloud-3.87.
|
|
2191
|
-
pulumi_alicloud-3.87.
|
|
2188
|
+
pulumi_alicloud-3.87.0a1760376349.dist-info/METADATA,sha256=LgaYQsCVKO-swP71roDgkjdFVaiQELDKF1H-ZOhy6gs,4414
|
|
2189
|
+
pulumi_alicloud-3.87.0a1760376349.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2190
|
+
pulumi_alicloud-3.87.0a1760376349.dist-info/top_level.txt,sha256=U6LUZaKkW6MfUdVdxwspCksOWCBCMIWK24oo93s1Up8,16
|
|
2191
|
+
pulumi_alicloud-3.87.0a1760376349.dist-info/RECORD,,
|
{pulumi_alicloud-3.87.0a1760246473.dist-info → pulumi_alicloud-3.87.0a1760376349.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|