pulumi-spotinst 3.123.1a1753328543__py3-none-any.whl → 3.124.0__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-spotinst might be problematic. Click here for more details.

Files changed (76) hide show
  1. pulumi_spotinst/__init__.py +1 -1
  2. pulumi_spotinst/_inputs.py +1616 -1617
  3. pulumi_spotinst/account.py +18 -19
  4. pulumi_spotinst/aws/__init__.py +1 -1
  5. pulumi_spotinst/aws/_inputs.py +3654 -3655
  6. pulumi_spotinst/aws/account.py +18 -19
  7. pulumi_spotinst/aws/beanstalk.py +176 -177
  8. pulumi_spotinst/aws/credentials.py +35 -36
  9. pulumi_spotinst/aws/elastigroup.py +936 -937
  10. pulumi_spotinst/aws/managed_instance.py +505 -506
  11. pulumi_spotinst/aws/mr_scalar.py +652 -653
  12. pulumi_spotinst/aws/ocean.py +578 -532
  13. pulumi_spotinst/aws/ocean_extended_resource_definition.py +35 -36
  14. pulumi_spotinst/aws/ocean_launch_spec.py +302 -303
  15. pulumi_spotinst/aws/outputs.py +2392 -2393
  16. pulumi_spotinst/aws/suspension.py +21 -22
  17. pulumi_spotinst/azure/__init__.py +1 -1
  18. pulumi_spotinst/azure/_inputs.py +606 -607
  19. pulumi_spotinst/azure/ocean_np.py +385 -386
  20. pulumi_spotinst/azure/ocean_np_virtual_node_group.py +321 -322
  21. pulumi_spotinst/azure/outputs.py +410 -411
  22. pulumi_spotinst/config/__init__.py +1 -1
  23. pulumi_spotinst/config/__init__.pyi +1 -2
  24. pulumi_spotinst/config/vars.py +5 -6
  25. pulumi_spotinst/credentials_azure.py +103 -104
  26. pulumi_spotinst/credentials_gcp.py +188 -189
  27. pulumi_spotinst/data_integration.py +38 -39
  28. pulumi_spotinst/ecs/__init__.py +1 -1
  29. pulumi_spotinst/ecs/_inputs.py +583 -584
  30. pulumi_spotinst/ecs/ocean.py +414 -415
  31. pulumi_spotinst/ecs/ocean_launch_spec.py +195 -196
  32. pulumi_spotinst/ecs/outputs.py +393 -394
  33. pulumi_spotinst/elastigroup_azure_v3.py +324 -325
  34. pulumi_spotinst/gcp/__init__.py +1 -1
  35. pulumi_spotinst/gcp/_inputs.py +505 -506
  36. pulumi_spotinst/gcp/elastigroup.py +481 -482
  37. pulumi_spotinst/gcp/outputs.py +335 -336
  38. pulumi_spotinst/gke/__init__.py +1 -1
  39. pulumi_spotinst/gke/_inputs.py +917 -918
  40. pulumi_spotinst/gke/elastigroup.py +339 -340
  41. pulumi_spotinst/gke/ocean_import.py +202 -203
  42. pulumi_spotinst/gke/ocean_launch_spec.py +210 -211
  43. pulumi_spotinst/gke/ocean_launch_spec_import.py +35 -36
  44. pulumi_spotinst/gke/outputs.py +597 -598
  45. pulumi_spotinst/health_check.py +64 -65
  46. pulumi_spotinst/notification_center.py +62 -63
  47. pulumi_spotinst/ocean_right_sizing_rule.py +74 -75
  48. pulumi_spotinst/oceancd/__init__.py +1 -1
  49. pulumi_spotinst/oceancd/_inputs.py +763 -764
  50. pulumi_spotinst/oceancd/outputs.py +525 -526
  51. pulumi_spotinst/oceancd/rollout_spec.py +33 -34
  52. pulumi_spotinst/oceancd/strategy.py +20 -21
  53. pulumi_spotinst/oceancd/verification_provider.py +50 -51
  54. pulumi_spotinst/oceancd/verification_template.py +24 -25
  55. pulumi_spotinst/organization/__init__.py +1 -1
  56. pulumi_spotinst/organization/_inputs.py +67 -68
  57. pulumi_spotinst/organization/outputs.py +45 -46
  58. pulumi_spotinst/organization/policy.py +38 -39
  59. pulumi_spotinst/organization/programmatic_user.py +58 -59
  60. pulumi_spotinst/organization/user.py +106 -107
  61. pulumi_spotinst/organization/user_group.py +55 -56
  62. pulumi_spotinst/outputs.py +990 -991
  63. pulumi_spotinst/provider.py +40 -41
  64. pulumi_spotinst/pulumi-plugin.json +1 -1
  65. pulumi_spotinst/spark/__init__.py +1 -1
  66. pulumi_spotinst/spark/_inputs.py +103 -104
  67. pulumi_spotinst/spark/ocean.py +36 -37
  68. pulumi_spotinst/spark/ocean_virtual_node_group.py +27 -28
  69. pulumi_spotinst/spark/outputs.py +71 -72
  70. pulumi_spotinst/stateful_node_azure.py +304 -305
  71. pulumi_spotinst/subscription.py +86 -87
  72. {pulumi_spotinst-3.123.1a1753328543.dist-info → pulumi_spotinst-3.124.0.dist-info}/METADATA +1 -1
  73. pulumi_spotinst-3.124.0.dist-info/RECORD +77 -0
  74. pulumi_spotinst-3.123.1a1753328543.dist-info/RECORD +0 -77
  75. {pulumi_spotinst-3.123.1a1753328543.dist-info → pulumi_spotinst-3.124.0.dist-info}/WHEEL +0 -0
  76. {pulumi_spotinst-3.123.1a1753328543.dist-info → pulumi_spotinst-3.124.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -20,78 +19,78 @@ __all__ = ['CredentialsArgs', 'Credentials']
20
19
  @pulumi.input_type
21
20
  class CredentialsArgs:
22
21
  def __init__(__self__, *,
23
- account_id: pulumi.Input[builtins.str],
24
- iamrole: pulumi.Input[builtins.str]):
22
+ account_id: pulumi.Input[_builtins.str],
23
+ iamrole: pulumi.Input[_builtins.str]):
25
24
  """
26
25
  The set of arguments for constructing a Credentials resource.
27
- :param pulumi.Input[builtins.str] account_id: The ID of the account associated with your token.
28
- :param pulumi.Input[builtins.str] iamrole: Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
26
+ :param pulumi.Input[_builtins.str] account_id: The ID of the account associated with your token.
27
+ :param pulumi.Input[_builtins.str] iamrole: Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
29
28
  """
30
29
  pulumi.set(__self__, "account_id", account_id)
31
30
  pulumi.set(__self__, "iamrole", iamrole)
32
31
 
33
- @property
32
+ @_builtins.property
34
33
  @pulumi.getter(name="accountId")
35
- def account_id(self) -> pulumi.Input[builtins.str]:
34
+ def account_id(self) -> pulumi.Input[_builtins.str]:
36
35
  """
37
36
  The ID of the account associated with your token.
38
37
  """
39
38
  return pulumi.get(self, "account_id")
40
39
 
41
40
  @account_id.setter
42
- def account_id(self, value: pulumi.Input[builtins.str]):
41
+ def account_id(self, value: pulumi.Input[_builtins.str]):
43
42
  pulumi.set(self, "account_id", value)
44
43
 
45
- @property
44
+ @_builtins.property
46
45
  @pulumi.getter
47
- def iamrole(self) -> pulumi.Input[builtins.str]:
46
+ def iamrole(self) -> pulumi.Input[_builtins.str]:
48
47
  """
49
48
  Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
50
49
  """
51
50
  return pulumi.get(self, "iamrole")
52
51
 
53
52
  @iamrole.setter
54
- def iamrole(self, value: pulumi.Input[builtins.str]):
53
+ def iamrole(self, value: pulumi.Input[_builtins.str]):
55
54
  pulumi.set(self, "iamrole", value)
56
55
 
57
56
 
58
57
  @pulumi.input_type
59
58
  class _CredentialsState:
60
59
  def __init__(__self__, *,
61
- account_id: Optional[pulumi.Input[builtins.str]] = None,
62
- iamrole: Optional[pulumi.Input[builtins.str]] = None):
60
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
61
+ iamrole: Optional[pulumi.Input[_builtins.str]] = None):
63
62
  """
64
63
  Input properties used for looking up and filtering Credentials resources.
65
- :param pulumi.Input[builtins.str] account_id: The ID of the account associated with your token.
66
- :param pulumi.Input[builtins.str] iamrole: Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
64
+ :param pulumi.Input[_builtins.str] account_id: The ID of the account associated with your token.
65
+ :param pulumi.Input[_builtins.str] iamrole: Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
67
66
  """
68
67
  if account_id is not None:
69
68
  pulumi.set(__self__, "account_id", account_id)
70
69
  if iamrole is not None:
71
70
  pulumi.set(__self__, "iamrole", iamrole)
72
71
 
73
- @property
72
+ @_builtins.property
74
73
  @pulumi.getter(name="accountId")
75
- def account_id(self) -> Optional[pulumi.Input[builtins.str]]:
74
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
76
75
  """
77
76
  The ID of the account associated with your token.
78
77
  """
79
78
  return pulumi.get(self, "account_id")
80
79
 
81
80
  @account_id.setter
82
- def account_id(self, value: Optional[pulumi.Input[builtins.str]]):
81
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
83
82
  pulumi.set(self, "account_id", value)
84
83
 
85
- @property
84
+ @_builtins.property
86
85
  @pulumi.getter
87
- def iamrole(self) -> Optional[pulumi.Input[builtins.str]]:
86
+ def iamrole(self) -> Optional[pulumi.Input[_builtins.str]]:
88
87
  """
89
88
  Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
90
89
  """
91
90
  return pulumi.get(self, "iamrole")
92
91
 
93
92
  @iamrole.setter
94
- def iamrole(self, value: Optional[pulumi.Input[builtins.str]]):
93
+ def iamrole(self, value: Optional[pulumi.Input[_builtins.str]]):
95
94
  pulumi.set(self, "iamrole", value)
96
95
 
97
96
 
@@ -101,8 +100,8 @@ class Credentials(pulumi.CustomResource):
101
100
  def __init__(__self__,
102
101
  resource_name: str,
103
102
  opts: Optional[pulumi.ResourceOptions] = None,
104
- account_id: Optional[pulumi.Input[builtins.str]] = None,
105
- iamrole: Optional[pulumi.Input[builtins.str]] = None,
103
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
104
+ iamrole: Optional[pulumi.Input[_builtins.str]] = None,
106
105
  __props__=None):
107
106
  """
108
107
  Provides a Spotinst credential AWS resource.
@@ -121,8 +120,8 @@ class Credentials(pulumi.CustomResource):
121
120
 
122
121
  :param str resource_name: The name of the resource.
123
122
  :param pulumi.ResourceOptions opts: Options for the resource.
124
- :param pulumi.Input[builtins.str] account_id: The ID of the account associated with your token.
125
- :param pulumi.Input[builtins.str] iamrole: Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
123
+ :param pulumi.Input[_builtins.str] account_id: The ID of the account associated with your token.
124
+ :param pulumi.Input[_builtins.str] iamrole: Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
126
125
  """
127
126
  ...
128
127
  @overload
@@ -160,8 +159,8 @@ class Credentials(pulumi.CustomResource):
160
159
  def _internal_init(__self__,
161
160
  resource_name: str,
162
161
  opts: Optional[pulumi.ResourceOptions] = None,
163
- account_id: Optional[pulumi.Input[builtins.str]] = None,
164
- iamrole: Optional[pulumi.Input[builtins.str]] = None,
162
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
163
+ iamrole: Optional[pulumi.Input[_builtins.str]] = None,
165
164
  __props__=None):
166
165
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
167
166
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -187,8 +186,8 @@ class Credentials(pulumi.CustomResource):
187
186
  def get(resource_name: str,
188
187
  id: pulumi.Input[str],
189
188
  opts: Optional[pulumi.ResourceOptions] = None,
190
- account_id: Optional[pulumi.Input[builtins.str]] = None,
191
- iamrole: Optional[pulumi.Input[builtins.str]] = None) -> 'Credentials':
189
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
190
+ iamrole: Optional[pulumi.Input[_builtins.str]] = None) -> 'Credentials':
192
191
  """
193
192
  Get an existing Credentials resource's state with the given name, id, and optional extra
194
193
  properties used to qualify the lookup.
@@ -196,8 +195,8 @@ class Credentials(pulumi.CustomResource):
196
195
  :param str resource_name: The unique name of the resulting resource.
197
196
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
198
197
  :param pulumi.ResourceOptions opts: Options for the resource.
199
- :param pulumi.Input[builtins.str] account_id: The ID of the account associated with your token.
200
- :param pulumi.Input[builtins.str] iamrole: Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
198
+ :param pulumi.Input[_builtins.str] account_id: The ID of the account associated with your token.
199
+ :param pulumi.Input[_builtins.str] iamrole: Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
201
200
  """
202
201
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
203
202
 
@@ -207,17 +206,17 @@ class Credentials(pulumi.CustomResource):
207
206
  __props__.__dict__["iamrole"] = iamrole
208
207
  return Credentials(resource_name, opts=opts, __props__=__props__)
209
208
 
210
- @property
209
+ @_builtins.property
211
210
  @pulumi.getter(name="accountId")
212
- def account_id(self) -> pulumi.Output[builtins.str]:
211
+ def account_id(self) -> pulumi.Output[_builtins.str]:
213
212
  """
214
213
  The ID of the account associated with your token.
215
214
  """
216
215
  return pulumi.get(self, "account_id")
217
216
 
218
- @property
217
+ @_builtins.property
219
218
  @pulumi.getter
220
- def iamrole(self) -> pulumi.Output[builtins.str]:
219
+ def iamrole(self) -> pulumi.Output[_builtins.str]:
221
220
  """
222
221
  Provide the IAM Role ARN connected to another AWS account 922761411349 and with the latest Spot Policy - https://docs.spot.io/administration/api/spot-policy-in-aws
223
222
  """