pulumi-alicloud 3.58.0__py3-none-any.whl → 3.58.0a1718943944__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.

Files changed (185) hide show
  1. pulumi_alicloud/__init__.py +0 -24
  2. pulumi_alicloud/_inputs.py +9 -9
  3. pulumi_alicloud/_utilities.py +0 -35
  4. pulumi_alicloud/actiontrail/get_trails.py +3 -1
  5. pulumi_alicloud/actiontrail/get_trails_deprecated.py +3 -1
  6. pulumi_alicloud/actiontrail/trail.py +27 -9
  7. pulumi_alicloud/actiontrail/trail_deprecated.py +27 -9
  8. pulumi_alicloud/adb/cluster.py +18 -6
  9. pulumi_alicloud/adb/db_cluster.py +18 -6
  10. pulumi_alicloud/alb/__init__.py +0 -1
  11. pulumi_alicloud/alb/acl.py +9 -3
  12. pulumi_alicloud/alb/get_load_balancers.py +3 -1
  13. pulumi_alicloud/alb/listener.py +9 -3
  14. pulumi_alicloud/alb/outputs.py +3 -1
  15. pulumi_alicloud/alikafka/instance.py +9 -3
  16. pulumi_alicloud/cas/certificate.py +9 -3
  17. pulumi_alicloud/cas/outputs.py +6 -2
  18. pulumi_alicloud/cas/service_certificate.py +9 -3
  19. pulumi_alicloud/cddc/dedicated_host_account.py +0 -4
  20. pulumi_alicloud/cddc/dedicated_host_group.py +0 -4
  21. pulumi_alicloud/cdn/domain.py +135 -45
  22. pulumi_alicloud/cen/__init__.py +0 -1
  23. pulumi_alicloud/cen/bandwidth_package.py +27 -9
  24. pulumi_alicloud/cen/instance.py +9 -3
  25. pulumi_alicloud/cen/transit_router_vpc_attachment.py +18 -6
  26. pulumi_alicloud/cfg/aggregate_compliance_pack.py +9 -3
  27. pulumi_alicloud/cfg/compliance_pack.py +9 -3
  28. pulumi_alicloud/cfg/get_rules.py +3 -1
  29. pulumi_alicloud/cfg/rule.py +27 -9
  30. pulumi_alicloud/clickhouse/account.py +18 -6
  31. pulumi_alicloud/cloudfirewall/instance.py +9 -3
  32. pulumi_alicloud/cloudstoragegateway/gateway.py +69 -69
  33. pulumi_alicloud/cms/alarm.py +27 -9
  34. pulumi_alicloud/config/outputs.py +6 -6
  35. pulumi_alicloud/cs/_inputs.py +6 -2
  36. pulumi_alicloud/cs/cluster.py +9 -3
  37. pulumi_alicloud/cs/edge_kubernetes.py +18 -6
  38. pulumi_alicloud/cs/kubernetes.py +9 -3
  39. pulumi_alicloud/cs/kubernetes_addon.py +2 -2
  40. pulumi_alicloud/cs/node_pool.py +52 -22
  41. pulumi_alicloud/cs/outputs.py +6 -2
  42. pulumi_alicloud/cs/serverless_kubernetes.py +27 -9
  43. pulumi_alicloud/cs/swarm.py +9 -3
  44. pulumi_alicloud/databasefilesystem/instance.py +18 -6
  45. pulumi_alicloud/ddos/__init__.py +0 -1
  46. pulumi_alicloud/ddos/_inputs.py +0 -712
  47. pulumi_alicloud/ddos/bgp_ip.py +2 -53
  48. pulumi_alicloud/ddos/outputs.py +0 -666
  49. pulumi_alicloud/dms/enterprise_instance.py +15 -5
  50. pulumi_alicloud/dms/enterprise_user.py +9 -3
  51. pulumi_alicloud/dns/domain_group.py +9 -3
  52. pulumi_alicloud/drds/get_instances.py +3 -1
  53. pulumi_alicloud/eci/_inputs.py +0 -12
  54. pulumi_alicloud/eci/outputs.py +0 -8
  55. pulumi_alicloud/ecs/copy_image.py +9 -3
  56. pulumi_alicloud/ecs/disk.py +18 -6
  57. pulumi_alicloud/ecs/ecs_disk.py +25 -13
  58. pulumi_alicloud/ecs/ecs_key_pair.py +9 -3
  59. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +9 -3
  60. pulumi_alicloud/ecs/ecs_launch_template.py +55 -160
  61. pulumi_alicloud/ecs/ecs_network_interface.py +45 -15
  62. pulumi_alicloud/ecs/ecs_snapshot.py +9 -3
  63. pulumi_alicloud/ecs/eip.py +19 -7
  64. pulumi_alicloud/ecs/eip_address.py +317 -501
  65. pulumi_alicloud/ecs/eip_association.py +58 -205
  66. pulumi_alicloud/ecs/eip_segment_address.py +133 -311
  67. pulumi_alicloud/ecs/get_disks.py +6 -2
  68. pulumi_alicloud/ecs/get_ecs_disks.py +6 -2
  69. pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -1
  70. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +6 -2
  71. pulumi_alicloud/ecs/get_eip_addresses.py +6 -2
  72. pulumi_alicloud/ecs/get_eips.py +6 -2
  73. pulumi_alicloud/ecs/get_key_pairs.py +3 -1
  74. pulumi_alicloud/ecs/get_network_interfaces.py +6 -2
  75. pulumi_alicloud/ecs/image.py +9 -3
  76. pulumi_alicloud/ecs/image_copy.py +9 -3
  77. pulumi_alicloud/ecs/instance.py +24 -26
  78. pulumi_alicloud/ecs/key_pair.py +9 -3
  79. pulumi_alicloud/ecs/key_pair_attachment.py +9 -3
  80. pulumi_alicloud/ecs/launch_template.py +55 -121
  81. pulumi_alicloud/ecs/reserved_instance.py +9 -3
  82. pulumi_alicloud/ecs/security_group.py +9 -3
  83. pulumi_alicloud/ecs/snapshot.py +9 -3
  84. pulumi_alicloud/edas/k8s_application.py +36 -12
  85. pulumi_alicloud/eds/outputs.py +6 -2
  86. pulumi_alicloud/eds/simple_office_site.py +18 -6
  87. pulumi_alicloud/ess/_inputs.py +3 -89
  88. pulumi_alicloud/ess/alarm.py +38 -132
  89. pulumi_alicloud/ess/outputs.py +3 -88
  90. pulumi_alicloud/ess/scaling_configuration.py +18 -6
  91. pulumi_alicloud/ess/scaling_group.py +16 -151
  92. pulumi_alicloud/ga/accelerator.py +0 -47
  93. pulumi_alicloud/ga/acl.py +9 -50
  94. pulumi_alicloud/ga/bandwidth_package.py +12 -57
  95. pulumi_alicloud/ga/basic_accelerator.py +8 -55
  96. pulumi_alicloud/gpdb/instance.py +45 -15
  97. pulumi_alicloud/hbr/ecs_backup_plan.py +9 -3
  98. pulumi_alicloud/hbr/nas_backup_plan.py +9 -3
  99. pulumi_alicloud/hbr/ots_backup_plan.py +9 -3
  100. pulumi_alicloud/kms/key.py +27 -9
  101. pulumi_alicloud/kvstore/_inputs.py +6 -2
  102. pulumi_alicloud/kvstore/get_instance_classes.py +9 -3
  103. pulumi_alicloud/kvstore/instance.py +69 -124
  104. pulumi_alicloud/kvstore/outputs.py +6 -2
  105. pulumi_alicloud/lindorm/instance.py +9 -3
  106. pulumi_alicloud/log/_inputs.py +3 -1
  107. pulumi_alicloud/log/alert.py +63 -21
  108. pulumi_alicloud/log/oss_shipper.py +0 -4
  109. pulumi_alicloud/log/outputs.py +3 -1
  110. pulumi_alicloud/log/project.py +9 -3
  111. pulumi_alicloud/log/store.py +18 -6
  112. pulumi_alicloud/mongodb/sharding_instance.py +7 -54
  113. pulumi_alicloud/nas/access_group.py +18 -6
  114. pulumi_alicloud/nas/get_access_groups.py +3 -1
  115. pulumi_alicloud/nas/get_mount_targets.py +6 -2
  116. pulumi_alicloud/nlb/server_group.py +9 -3
  117. pulumi_alicloud/oss/bucket.py +18 -6
  118. pulumi_alicloud/oss/bucket_policy.py +2 -2
  119. pulumi_alicloud/oss/bucket_referer.py +2 -2
  120. pulumi_alicloud/provider.py +24 -8
  121. pulumi_alicloud/pulumi-plugin.json +1 -1
  122. pulumi_alicloud/pvtz/zone.py +9 -3
  123. pulumi_alicloud/pvtz/zone_record.py +9 -3
  124. pulumi_alicloud/ram/policy.py +36 -12
  125. pulumi_alicloud/ram/role.py +27 -9
  126. pulumi_alicloud/rds/account.py +45 -15
  127. pulumi_alicloud/rds/backup_policy.py +45 -15
  128. pulumi_alicloud/rds/get_zones.py +3 -1
  129. pulumi_alicloud/rds/instance.py +18 -27
  130. pulumi_alicloud/rds/rds_account.py +45 -15
  131. pulumi_alicloud/resourcemanager/policy.py +9 -3
  132. pulumi_alicloud/resourcemanager/policy_version.py +9 -3
  133. pulumi_alicloud/resourcemanager/resource_group.py +9 -3
  134. pulumi_alicloud/rocketmq/group.py +9 -3
  135. pulumi_alicloud/rocketmq/instance.py +9 -3
  136. pulumi_alicloud/rocketmq/topic.py +18 -6
  137. pulumi_alicloud/sae/application.py +90 -30
  138. pulumi_alicloud/scdn/domain.py +9 -3
  139. pulumi_alicloud/servicecatalog/get_launch_options.py +3 -1
  140. pulumi_alicloud/servicecatalog/get_product_versions.py +3 -1
  141. pulumi_alicloud/servicecatalog/get_provisioned_products.py +3 -1
  142. pulumi_alicloud/slb/acl.py +9 -3
  143. pulumi_alicloud/slb/application_load_balancer.py +18 -6
  144. pulumi_alicloud/slb/ca_certificate.py +9 -3
  145. pulumi_alicloud/slb/get_application_load_balancers.py +3 -1
  146. pulumi_alicloud/slb/get_load_balancers.py +3 -1
  147. pulumi_alicloud/slb/get_zones.py +3 -1
  148. pulumi_alicloud/slb/listener.py +27 -9
  149. pulumi_alicloud/slb/load_balancer.py +18 -6
  150. pulumi_alicloud/slb/outputs.py +3 -1
  151. pulumi_alicloud/slb/server_certificate.py +18 -6
  152. pulumi_alicloud/slb/server_group.py +9 -3
  153. pulumi_alicloud/threatdetection/instance.py +9 -3
  154. pulumi_alicloud/vpc/common_bandwith_package.py +129 -200
  155. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -58
  156. pulumi_alicloud/vpc/dhcp_options_set.py +9 -3
  157. pulumi_alicloud/vpc/forward_entry.py +9 -3
  158. pulumi_alicloud/vpc/ha_vip.py +9 -3
  159. pulumi_alicloud/vpc/ha_vip_attachment.py +9 -3
  160. pulumi_alicloud/vpc/ha_vipv2.py +9 -3
  161. pulumi_alicloud/vpc/ipv6_gateway.py +9 -3
  162. pulumi_alicloud/vpc/network.py +24 -8
  163. pulumi_alicloud/vpc/network_acl.py +9 -3
  164. pulumi_alicloud/vpc/network_interface.py +45 -15
  165. pulumi_alicloud/vpc/route_entry.py +9 -3
  166. pulumi_alicloud/vpc/route_table.py +9 -3
  167. pulumi_alicloud/vpc/router_interface.py +39 -13
  168. pulumi_alicloud/vpc/router_interface_connection.py +2 -2
  169. pulumi_alicloud/vpc/subnet.py +18 -6
  170. pulumi_alicloud/vpc/switch.py +18 -6
  171. pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +9 -3
  172. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +9 -3
  173. pulumi_alicloud/vpn/connection.py +9 -3
  174. pulumi_alicloud/vpn/customer_gateway.py +9 -3
  175. pulumi_alicloud/vpn/gateway.py +18 -6
  176. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +3 -1
  177. pulumi_alicloud/vpn/get_gateways.py +3 -1
  178. pulumi_alicloud/waf/domain.py +9 -3
  179. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/METADATA +1 -1
  180. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/RECORD +182 -185
  181. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/WHEEL +1 -1
  182. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +0 -327
  183. pulumi_alicloud/cen/transit_router_ecr_attachment.py +0 -584
  184. pulumi_alicloud/ddos/bgp_policy.py +0 -343
  185. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/top_level.txt +0 -0
@@ -588,14 +588,6 @@ _utilities.register(
588
588
  "alicloud:alb/loadBalancerCommonBandwidthPackageAttachment:LoadBalancerCommonBandwidthPackageAttachment": "LoadBalancerCommonBandwidthPackageAttachment"
589
589
  }
590
590
  },
591
- {
592
- "pkg": "alicloud",
593
- "mod": "alb/loadBalancerSecurityGroupAttachment",
594
- "fqn": "pulumi_alicloud.alb",
595
- "classes": {
596
- "alicloud:alb/loadBalancerSecurityGroupAttachment:LoadBalancerSecurityGroupAttachment": "LoadBalancerSecurityGroupAttachment"
597
- }
598
- },
599
591
  {
600
592
  "pkg": "alicloud",
601
593
  "mod": "alb/rule",
@@ -1340,14 +1332,6 @@ _utilities.register(
1340
1332
  "alicloud:cen/transitRouterCidr:TransitRouterCidr": "TransitRouterCidr"
1341
1333
  }
1342
1334
  },
1343
- {
1344
- "pkg": "alicloud",
1345
- "mod": "cen/transitRouterEcrAttachment",
1346
- "fqn": "pulumi_alicloud.cen",
1347
- "classes": {
1348
- "alicloud:cen/transitRouterEcrAttachment:TransitRouterEcrAttachment": "TransitRouterEcrAttachment"
1349
- }
1350
- },
1351
1335
  {
1352
1336
  "pkg": "alicloud",
1353
1337
  "mod": "cen/transitRouterGrantAttachment",
@@ -2388,14 +2372,6 @@ _utilities.register(
2388
2372
  "alicloud:ddos/bgpIp:BgpIp": "BgpIp"
2389
2373
  }
2390
2374
  },
2391
- {
2392
- "pkg": "alicloud",
2393
- "mod": "ddos/bgpPolicy",
2394
- "fqn": "pulumi_alicloud.ddos",
2395
- "classes": {
2396
- "alicloud:ddos/bgpPolicy:BgpPolicy": "BgpPolicy"
2397
- }
2398
- },
2399
2375
  {
2400
2376
  "pkg": "alicloud",
2401
2377
  "mod": "ddos/ddosBgpInstance",
@@ -319,7 +319,7 @@ class ProviderEndpointArgs:
319
319
  rds: Optional[pulumi.Input[str]] = None,
320
320
  redisa: Optional[pulumi.Input[str]] = None,
321
321
  resourcemanager: Optional[pulumi.Input[str]] = None,
322
- ressharing: Optional[pulumi.Input[str]] = None,
322
+ resourcesharing: Optional[pulumi.Input[str]] = None,
323
323
  ros: Optional[pulumi.Input[str]] = None,
324
324
  sas: Optional[pulumi.Input[str]] = None,
325
325
  scdn: Optional[pulumi.Input[str]] = None,
@@ -448,7 +448,7 @@ class ProviderEndpointArgs:
448
448
  :param pulumi.Input[str] rds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom RDS endpoints.
449
449
  :param pulumi.Input[str] redisa: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom redisa endpoints.
450
450
  :param pulumi.Input[str] resourcemanager: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcemanager endpoints.
451
- :param pulumi.Input[str] ressharing: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
451
+ :param pulumi.Input[str] resourcesharing: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
452
452
  :param pulumi.Input[str] ros: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ros endpoints.
453
453
  :param pulumi.Input[str] sas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
454
454
  :param pulumi.Input[str] scdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
@@ -687,8 +687,8 @@ class ProviderEndpointArgs:
687
687
  pulumi.set(__self__, "redisa", redisa)
688
688
  if resourcemanager is not None:
689
689
  pulumi.set(__self__, "resourcemanager", resourcemanager)
690
- if ressharing is not None:
691
- pulumi.set(__self__, "ressharing", ressharing)
690
+ if resourcesharing is not None:
691
+ pulumi.set(__self__, "resourcesharing", resourcesharing)
692
692
  if ros is not None:
693
693
  pulumi.set(__self__, "ros", ros)
694
694
  if sas is not None:
@@ -2035,15 +2035,15 @@ class ProviderEndpointArgs:
2035
2035
 
2036
2036
  @property
2037
2037
  @pulumi.getter
2038
- def ressharing(self) -> Optional[pulumi.Input[str]]:
2038
+ def resourcesharing(self) -> Optional[pulumi.Input[str]]:
2039
2039
  """
2040
2040
  Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
2041
2041
  """
2042
- return pulumi.get(self, "ressharing")
2042
+ return pulumi.get(self, "resourcesharing")
2043
2043
 
2044
- @ressharing.setter
2045
- def ressharing(self, value: Optional[pulumi.Input[str]]):
2046
- pulumi.set(self, "ressharing", value)
2044
+ @resourcesharing.setter
2045
+ def resourcesharing(self, value: Optional[pulumi.Input[str]]):
2046
+ pulumi.set(self, "resourcesharing", value)
2047
2047
 
2048
2048
  @property
2049
2049
  @pulumi.getter
@@ -4,7 +4,6 @@
4
4
 
5
5
 
6
6
  import asyncio
7
- import functools
8
7
  import importlib.metadata
9
8
  import importlib.util
10
9
  import inspect
@@ -12,7 +11,6 @@ import json
12
11
  import os
13
12
  import sys
14
13
  import typing
15
- import warnings
16
14
 
17
15
  import pulumi
18
16
  import pulumi.runtime
@@ -21,8 +19,6 @@ from pulumi.runtime.sync_await import _sync_await
21
19
  from semver import VersionInfo as SemverVersion
22
20
  from parver import Version as PEP440Version
23
21
 
24
- C = typing.TypeVar("C", bound=typing.Callable)
25
-
26
22
 
27
23
  def get_env(*args):
28
24
  for v in args:
@@ -291,36 +287,5 @@ async def _await_output(o: pulumi.Output[typing.Any]) -> typing.Tuple[object, bo
291
287
  await o._resources,
292
288
  )
293
289
 
294
-
295
- # This is included to provide an upgrade path for users who are using a version
296
- # of the Pulumi SDK (<3.121.0) that does not include the `deprecated` decorator.
297
- def deprecated(message: str) -> typing.Callable[[C], C]:
298
- """
299
- Decorator to indicate a function is deprecated.
300
-
301
- As well as inserting appropriate statements to indicate that the function is
302
- deprecated, this decorator also tags the function with a special attribute
303
- so that Pulumi code can detect that it is deprecated and react appropriately
304
- in certain situations.
305
-
306
- message is the deprecation message that should be printed if the function is called.
307
- """
308
-
309
- def decorator(fn: C) -> C:
310
- if not callable(fn):
311
- raise TypeError("Expected fn to be callable")
312
-
313
- @functools.wraps(fn)
314
- def deprecated_fn(*args, **kwargs):
315
- warnings.warn(message)
316
- pulumi.warn(f"{fn.__name__} is deprecated: {message}")
317
-
318
- return fn(*args, **kwargs)
319
-
320
- deprecated_fn.__dict__["_pulumi_deprecated_callable"] = fn
321
- return typing.cast(C, deprecated_fn)
322
-
323
- return decorator
324
-
325
290
  def get_plugin_download_url():
326
291
  return None
@@ -56,11 +56,13 @@ class GetTrailsResult:
56
56
 
57
57
  @property
58
58
  @pulumi.getter
59
- @_utilities.deprecated("""Field 'actiontrails' has been deprecated from version 1.95.0. Use 'trails' instead.""")
60
59
  def actiontrails(self) -> Sequence['outputs.GetTrailsActiontrailResult']:
61
60
  """
62
61
  Field `actiontrails` has been deprecated from version 1.95.0. Use `trails` instead."
63
62
  """
63
+ warnings.warn("""Field 'actiontrails' has been deprecated from version 1.95.0. Use 'trails' instead.""", DeprecationWarning)
64
+ pulumi.log.warn("""actiontrails is deprecated: Field 'actiontrails' has been deprecated from version 1.95.0. Use 'trails' instead.""")
65
+
64
66
  return pulumi.get(self, "actiontrails")
65
67
 
66
68
  @property
@@ -58,11 +58,13 @@ class GetTrailsDeprecatedResult:
58
58
 
59
59
  @property
60
60
  @pulumi.getter
61
- @_utilities.deprecated("""Field 'actiontrails' has been deprecated from version 1.95.0. Use 'trails' instead.""")
62
61
  def actiontrails(self) -> Sequence['outputs.GetTrailsDeprecatedActiontrailResult']:
63
62
  """
64
63
  A list of actiontrails. Each element contains the following attributes:
65
64
  """
65
+ warnings.warn("""Field 'actiontrails' has been deprecated from version 1.95.0. Use 'trails' instead.""", DeprecationWarning)
66
+ pulumi.log.warn("""actiontrails is deprecated: Field 'actiontrails' has been deprecated from version 1.95.0. Use 'trails' instead.""")
67
+
66
68
  return pulumi.get(self, "actiontrails")
67
69
 
68
70
  @property
@@ -105,11 +105,13 @@ class TrailArgs:
105
105
 
106
106
  @property
107
107
  @pulumi.getter(name="mnsTopicArn")
108
- @_utilities.deprecated("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
109
108
  def mns_topic_arn(self) -> Optional[pulumi.Input[str]]:
110
109
  """
111
110
  Field `mns_topic_arn` has been deprecated from version 1.118.0.
112
111
  """
112
+ warnings.warn("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""", DeprecationWarning)
113
+ pulumi.log.warn("""mns_topic_arn is deprecated: Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
114
+
113
115
  return pulumi.get(self, "mns_topic_arn")
114
116
 
115
117
  @mns_topic_arn.setter
@@ -118,11 +120,13 @@ class TrailArgs:
118
120
 
119
121
  @property
120
122
  @pulumi.getter
121
- @_utilities.deprecated("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
122
123
  def name(self) -> Optional[pulumi.Input[str]]:
123
124
  """
124
125
  Field `name` has been deprecated from version 1.95.0. Use `trail_name` instead.
125
126
  """
127
+ warnings.warn("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""", DeprecationWarning)
128
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
129
+
126
130
  return pulumi.get(self, "name")
127
131
 
128
132
  @name.setter
@@ -167,11 +171,13 @@ class TrailArgs:
167
171
 
168
172
  @property
169
173
  @pulumi.getter(name="roleName")
170
- @_utilities.deprecated("""Field 'role_name' has been deprecated from version 1.118.0""")
171
174
  def role_name(self) -> Optional[pulumi.Input[str]]:
172
175
  """
173
176
  Field `name` has been deprecated from version 1.118.0.
174
177
  """
178
+ warnings.warn("""Field 'role_name' has been deprecated from version 1.118.0""", DeprecationWarning)
179
+ pulumi.log.warn("""role_name is deprecated: Field 'role_name' has been deprecated from version 1.118.0""")
180
+
175
181
  return pulumi.get(self, "role_name")
176
182
 
177
183
  @role_name.setter
@@ -333,11 +339,13 @@ class _TrailState:
333
339
 
334
340
  @property
335
341
  @pulumi.getter(name="mnsTopicArn")
336
- @_utilities.deprecated("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
337
342
  def mns_topic_arn(self) -> Optional[pulumi.Input[str]]:
338
343
  """
339
344
  Field `mns_topic_arn` has been deprecated from version 1.118.0.
340
345
  """
346
+ warnings.warn("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""", DeprecationWarning)
347
+ pulumi.log.warn("""mns_topic_arn is deprecated: Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
348
+
341
349
  return pulumi.get(self, "mns_topic_arn")
342
350
 
343
351
  @mns_topic_arn.setter
@@ -346,11 +354,13 @@ class _TrailState:
346
354
 
347
355
  @property
348
356
  @pulumi.getter
349
- @_utilities.deprecated("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
350
357
  def name(self) -> Optional[pulumi.Input[str]]:
351
358
  """
352
359
  Field `name` has been deprecated from version 1.95.0. Use `trail_name` instead.
353
360
  """
361
+ warnings.warn("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""", DeprecationWarning)
362
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
363
+
354
364
  return pulumi.get(self, "name")
355
365
 
356
366
  @name.setter
@@ -395,11 +405,13 @@ class _TrailState:
395
405
 
396
406
  @property
397
407
  @pulumi.getter(name="roleName")
398
- @_utilities.deprecated("""Field 'role_name' has been deprecated from version 1.118.0""")
399
408
  def role_name(self) -> Optional[pulumi.Input[str]]:
400
409
  """
401
410
  Field `name` has been deprecated from version 1.118.0.
402
411
  """
412
+ warnings.warn("""Field 'role_name' has been deprecated from version 1.118.0""", DeprecationWarning)
413
+ pulumi.log.warn("""role_name is deprecated: Field 'role_name' has been deprecated from version 1.118.0""")
414
+
403
415
  return pulumi.get(self, "role_name")
404
416
 
405
417
  @role_name.setter
@@ -725,20 +737,24 @@ class Trail(pulumi.CustomResource):
725
737
 
726
738
  @property
727
739
  @pulumi.getter(name="mnsTopicArn")
728
- @_utilities.deprecated("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
729
740
  def mns_topic_arn(self) -> pulumi.Output[Optional[str]]:
730
741
  """
731
742
  Field `mns_topic_arn` has been deprecated from version 1.118.0.
732
743
  """
744
+ warnings.warn("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""", DeprecationWarning)
745
+ pulumi.log.warn("""mns_topic_arn is deprecated: Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
746
+
733
747
  return pulumi.get(self, "mns_topic_arn")
734
748
 
735
749
  @property
736
750
  @pulumi.getter
737
- @_utilities.deprecated("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
738
751
  def name(self) -> pulumi.Output[str]:
739
752
  """
740
753
  Field `name` has been deprecated from version 1.95.0. Use `trail_name` instead.
741
754
  """
755
+ warnings.warn("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""", DeprecationWarning)
756
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
757
+
742
758
  return pulumi.get(self, "name")
743
759
 
744
760
  @property
@@ -767,11 +783,13 @@ class Trail(pulumi.CustomResource):
767
783
 
768
784
  @property
769
785
  @pulumi.getter(name="roleName")
770
- @_utilities.deprecated("""Field 'role_name' has been deprecated from version 1.118.0""")
771
786
  def role_name(self) -> pulumi.Output[str]:
772
787
  """
773
788
  Field `name` has been deprecated from version 1.118.0.
774
789
  """
790
+ warnings.warn("""Field 'role_name' has been deprecated from version 1.118.0""", DeprecationWarning)
791
+ pulumi.log.warn("""role_name is deprecated: Field 'role_name' has been deprecated from version 1.118.0""")
792
+
775
793
  return pulumi.get(self, "role_name")
776
794
 
777
795
  @property
@@ -98,8 +98,10 @@ class TrailDeprecatedArgs:
98
98
 
99
99
  @property
100
100
  @pulumi.getter(name="mnsTopicArn")
101
- @_utilities.deprecated("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
102
101
  def mns_topic_arn(self) -> Optional[pulumi.Input[str]]:
102
+ warnings.warn("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""", DeprecationWarning)
103
+ pulumi.log.warn("""mns_topic_arn is deprecated: Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
104
+
103
105
  return pulumi.get(self, "mns_topic_arn")
104
106
 
105
107
  @mns_topic_arn.setter
@@ -108,11 +110,13 @@ class TrailDeprecatedArgs:
108
110
 
109
111
  @property
110
112
  @pulumi.getter
111
- @_utilities.deprecated("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
112
113
  def name(self) -> Optional[pulumi.Input[str]]:
113
114
  """
114
115
  The name of the trail to be created, which must be unique for an account.
115
116
  """
117
+ warnings.warn("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""", DeprecationWarning)
118
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
119
+
116
120
  return pulumi.get(self, "name")
117
121
 
118
122
  @name.setter
@@ -154,11 +158,13 @@ class TrailDeprecatedArgs:
154
158
 
155
159
  @property
156
160
  @pulumi.getter(name="roleName")
157
- @_utilities.deprecated("""Field 'role_name' has been deprecated from version 1.118.0""")
158
161
  def role_name(self) -> Optional[pulumi.Input[str]]:
159
162
  """
160
163
  The RAM role in ActionTrail permitted by the user.
161
164
  """
165
+ warnings.warn("""Field 'role_name' has been deprecated from version 1.118.0""", DeprecationWarning)
166
+ pulumi.log.warn("""role_name is deprecated: Field 'role_name' has been deprecated from version 1.118.0""")
167
+
162
168
  return pulumi.get(self, "role_name")
163
169
 
164
170
  @role_name.setter
@@ -306,8 +312,10 @@ class _TrailDeprecatedState:
306
312
 
307
313
  @property
308
314
  @pulumi.getter(name="mnsTopicArn")
309
- @_utilities.deprecated("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
310
315
  def mns_topic_arn(self) -> Optional[pulumi.Input[str]]:
316
+ warnings.warn("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""", DeprecationWarning)
317
+ pulumi.log.warn("""mns_topic_arn is deprecated: Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
318
+
311
319
  return pulumi.get(self, "mns_topic_arn")
312
320
 
313
321
  @mns_topic_arn.setter
@@ -316,11 +324,13 @@ class _TrailDeprecatedState:
316
324
 
317
325
  @property
318
326
  @pulumi.getter
319
- @_utilities.deprecated("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
320
327
  def name(self) -> Optional[pulumi.Input[str]]:
321
328
  """
322
329
  The name of the trail to be created, which must be unique for an account.
323
330
  """
331
+ warnings.warn("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""", DeprecationWarning)
332
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
333
+
324
334
  return pulumi.get(self, "name")
325
335
 
326
336
  @name.setter
@@ -362,11 +372,13 @@ class _TrailDeprecatedState:
362
372
 
363
373
  @property
364
374
  @pulumi.getter(name="roleName")
365
- @_utilities.deprecated("""Field 'role_name' has been deprecated from version 1.118.0""")
366
375
  def role_name(self) -> Optional[pulumi.Input[str]]:
367
376
  """
368
377
  The RAM role in ActionTrail permitted by the user.
369
378
  """
379
+ warnings.warn("""Field 'role_name' has been deprecated from version 1.118.0""", DeprecationWarning)
380
+ pulumi.log.warn("""role_name is deprecated: Field 'role_name' has been deprecated from version 1.118.0""")
381
+
370
382
  return pulumi.get(self, "role_name")
371
383
 
372
384
  @role_name.setter
@@ -654,17 +666,21 @@ class TrailDeprecated(pulumi.CustomResource):
654
666
 
655
667
  @property
656
668
  @pulumi.getter(name="mnsTopicArn")
657
- @_utilities.deprecated("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
658
669
  def mns_topic_arn(self) -> pulumi.Output[Optional[str]]:
670
+ warnings.warn("""Field 'mns_topic_arn' has been deprecated from version 1.118.0""", DeprecationWarning)
671
+ pulumi.log.warn("""mns_topic_arn is deprecated: Field 'mns_topic_arn' has been deprecated from version 1.118.0""")
672
+
659
673
  return pulumi.get(self, "mns_topic_arn")
660
674
 
661
675
  @property
662
676
  @pulumi.getter
663
- @_utilities.deprecated("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
664
677
  def name(self) -> pulumi.Output[str]:
665
678
  """
666
679
  The name of the trail to be created, which must be unique for an account.
667
680
  """
681
+ warnings.warn("""Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""", DeprecationWarning)
682
+ pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from version 1.95.0. Use 'trail_name' instead.""")
683
+
668
684
  return pulumi.get(self, "name")
669
685
 
670
686
  @property
@@ -690,11 +706,13 @@ class TrailDeprecated(pulumi.CustomResource):
690
706
 
691
707
  @property
692
708
  @pulumi.getter(name="roleName")
693
- @_utilities.deprecated("""Field 'role_name' has been deprecated from version 1.118.0""")
694
709
  def role_name(self) -> pulumi.Output[str]:
695
710
  """
696
711
  The RAM role in ActionTrail permitted by the user.
697
712
  """
713
+ warnings.warn("""Field 'role_name' has been deprecated from version 1.118.0""", DeprecationWarning)
714
+ pulumi.log.warn("""role_name is deprecated: Field 'role_name' has been deprecated from version 1.118.0""")
715
+
698
716
  return pulumi.get(self, "role_name")
699
717
 
700
718
  @property
@@ -167,8 +167,10 @@ class ClusterArgs:
167
167
 
168
168
  @property
169
169
  @pulumi.getter(name="dbClusterClass")
170
- @_utilities.deprecated("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
171
170
  def db_cluster_class(self) -> Optional[pulumi.Input[str]]:
171
+ warnings.warn("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""", DeprecationWarning)
172
+ pulumi.log.warn("""db_cluster_class is deprecated: It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
173
+
172
174
  return pulumi.get(self, "db_cluster_class")
173
175
 
174
176
  @db_cluster_class.setter
@@ -303,11 +305,13 @@ class ClusterArgs:
303
305
 
304
306
  @property
305
307
  @pulumi.getter(name="payType")
306
- @_utilities.deprecated("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
307
308
  def pay_type(self) -> Optional[pulumi.Input[str]]:
308
309
  """
309
310
  Field `pay_type` has been deprecated. New field `payment_type` instead.
310
311
  """
312
+ warnings.warn("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""", DeprecationWarning)
313
+ pulumi.log.warn("""pay_type is deprecated: Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
314
+
311
315
  return pulumi.get(self, "pay_type")
312
316
 
313
317
  @pay_type.setter
@@ -593,8 +597,10 @@ class _ClusterState:
593
597
 
594
598
  @property
595
599
  @pulumi.getter(name="dbClusterClass")
596
- @_utilities.deprecated("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
597
600
  def db_cluster_class(self) -> Optional[pulumi.Input[str]]:
601
+ warnings.warn("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""", DeprecationWarning)
602
+ pulumi.log.warn("""db_cluster_class is deprecated: It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
603
+
598
604
  return pulumi.get(self, "db_cluster_class")
599
605
 
600
606
  @db_cluster_class.setter
@@ -738,11 +744,13 @@ class _ClusterState:
738
744
 
739
745
  @property
740
746
  @pulumi.getter(name="payType")
741
- @_utilities.deprecated("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
742
747
  def pay_type(self) -> Optional[pulumi.Input[str]]:
743
748
  """
744
749
  Field `pay_type` has been deprecated. New field `payment_type` instead.
745
750
  """
751
+ warnings.warn("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""", DeprecationWarning)
752
+ pulumi.log.warn("""pay_type is deprecated: Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
753
+
746
754
  return pulumi.get(self, "pay_type")
747
755
 
748
756
  @pay_type.setter
@@ -1265,8 +1273,10 @@ class Cluster(pulumi.CustomResource):
1265
1273
 
1266
1274
  @property
1267
1275
  @pulumi.getter(name="dbClusterClass")
1268
- @_utilities.deprecated("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
1269
1276
  def db_cluster_class(self) -> pulumi.Output[Optional[str]]:
1277
+ warnings.warn("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""", DeprecationWarning)
1278
+ pulumi.log.warn("""db_cluster_class is deprecated: It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
1279
+
1270
1280
  return pulumi.get(self, "db_cluster_class")
1271
1281
 
1272
1282
  @property
@@ -1354,11 +1364,13 @@ class Cluster(pulumi.CustomResource):
1354
1364
 
1355
1365
  @property
1356
1366
  @pulumi.getter(name="payType")
1357
- @_utilities.deprecated("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
1358
1367
  def pay_type(self) -> pulumi.Output[str]:
1359
1368
  """
1360
1369
  Field `pay_type` has been deprecated. New field `payment_type` instead.
1361
1370
  """
1371
+ warnings.warn("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""", DeprecationWarning)
1372
+ pulumi.log.warn("""pay_type is deprecated: Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
1373
+
1362
1374
  return pulumi.get(self, "pay_type")
1363
1375
 
1364
1376
  @property
@@ -187,11 +187,13 @@ class DBClusterArgs:
187
187
 
188
188
  @property
189
189
  @pulumi.getter(name="dbClusterClass")
190
- @_utilities.deprecated("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
191
190
  def db_cluster_class(self) -> Optional[pulumi.Input[str]]:
192
191
  """
193
192
  It duplicates with attribute db_node_class and is deprecated from 1.121.2.
194
193
  """
194
+ warnings.warn("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""", DeprecationWarning)
195
+ pulumi.log.warn("""db_cluster_class is deprecated: It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
196
+
195
197
  return pulumi.get(self, "db_cluster_class")
196
198
 
197
199
  @db_cluster_class.setter
@@ -346,11 +348,13 @@ class DBClusterArgs:
346
348
 
347
349
  @property
348
350
  @pulumi.getter(name="payType")
349
- @_utilities.deprecated("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
350
351
  def pay_type(self) -> Optional[pulumi.Input[str]]:
351
352
  """
352
353
  Field `pay_type` has been deprecated. New field `payment_type` instead.
353
354
  """
355
+ warnings.warn("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""", DeprecationWarning)
356
+ pulumi.log.warn("""pay_type is deprecated: Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
357
+
354
358
  return pulumi.get(self, "pay_type")
355
359
 
356
360
  @pay_type.setter
@@ -661,11 +665,13 @@ class _DBClusterState:
661
665
 
662
666
  @property
663
667
  @pulumi.getter(name="dbClusterClass")
664
- @_utilities.deprecated("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
665
668
  def db_cluster_class(self) -> Optional[pulumi.Input[str]]:
666
669
  """
667
670
  It duplicates with attribute db_node_class and is deprecated from 1.121.2.
668
671
  """
672
+ warnings.warn("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""", DeprecationWarning)
673
+ pulumi.log.warn("""db_cluster_class is deprecated: It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
674
+
669
675
  return pulumi.get(self, "db_cluster_class")
670
676
 
671
677
  @db_cluster_class.setter
@@ -832,11 +838,13 @@ class _DBClusterState:
832
838
 
833
839
  @property
834
840
  @pulumi.getter(name="payType")
835
- @_utilities.deprecated("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
836
841
  def pay_type(self) -> Optional[pulumi.Input[str]]:
837
842
  """
838
843
  Field `pay_type` has been deprecated. New field `payment_type` instead.
839
844
  """
845
+ warnings.warn("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""", DeprecationWarning)
846
+ pulumi.log.warn("""pay_type is deprecated: Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
847
+
840
848
  return pulumi.get(self, "pay_type")
841
849
 
842
850
  @pay_type.setter
@@ -1315,11 +1323,13 @@ class DBCluster(pulumi.CustomResource):
1315
1323
 
1316
1324
  @property
1317
1325
  @pulumi.getter(name="dbClusterClass")
1318
- @_utilities.deprecated("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
1319
1326
  def db_cluster_class(self) -> pulumi.Output[Optional[str]]:
1320
1327
  """
1321
1328
  It duplicates with attribute db_node_class and is deprecated from 1.121.2.
1322
1329
  """
1330
+ warnings.warn("""It duplicates with attribute db_node_class and is deprecated from 1.121.2.""", DeprecationWarning)
1331
+ pulumi.log.warn("""db_cluster_class is deprecated: It duplicates with attribute db_node_class and is deprecated from 1.121.2.""")
1332
+
1323
1333
  return pulumi.get(self, "db_cluster_class")
1324
1334
 
1325
1335
  @property
@@ -1430,11 +1440,13 @@ class DBCluster(pulumi.CustomResource):
1430
1440
 
1431
1441
  @property
1432
1442
  @pulumi.getter(name="payType")
1433
- @_utilities.deprecated("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
1434
1443
  def pay_type(self) -> pulumi.Output[str]:
1435
1444
  """
1436
1445
  Field `pay_type` has been deprecated. New field `payment_type` instead.
1437
1446
  """
1447
+ warnings.warn("""Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""", DeprecationWarning)
1448
+ pulumi.log.warn("""pay_type is deprecated: Attribute 'pay_type' has been deprecated from the provider version 1.166.0 and it will be remove in the future version. Please use the new attribute 'payment_type' instead.""")
1449
+
1438
1450
  return pulumi.get(self, "pay_type")
1439
1451
 
1440
1452
  @property
@@ -24,7 +24,6 @@ from .listener_acl_attachment import *
24
24
  from .listener_additional_certificate_attachment import *
25
25
  from .load_balancer import *
26
26
  from .load_balancer_common_bandwidth_package_attachment import *
27
- from .load_balancer_security_group_attachment import *
28
27
  from .rule import *
29
28
  from .security_policy import *
30
29
  from .server_group import *