pulumi-spotinst 3.115.0a1742873189__py3-none-any.whl → 3.128.0a1767140134__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.
Files changed (77) hide show
  1. pulumi_spotinst/__init__.py +11 -1
  2. pulumi_spotinst/_inputs.py +2206 -1519
  3. pulumi_spotinst/_utilities.py +1 -1
  4. pulumi_spotinst/account.py +20 -19
  5. pulumi_spotinst/aws/__init__.py +2 -1
  6. pulumi_spotinst/aws/_inputs.py +3991 -3619
  7. pulumi_spotinst/aws/account.py +20 -19
  8. pulumi_spotinst/aws/beanstalk.py +254 -177
  9. pulumi_spotinst/aws/credentials.py +37 -36
  10. pulumi_spotinst/aws/elastigroup.py +938 -950
  11. pulumi_spotinst/aws/managed_instance.py +507 -506
  12. pulumi_spotinst/aws/mr_scalar.py +658 -653
  13. pulumi_spotinst/aws/ocean.py +624 -529
  14. pulumi_spotinst/aws/ocean_extended_resource_definition.py +37 -36
  15. pulumi_spotinst/aws/ocean_launch_spec.py +395 -300
  16. pulumi_spotinst/aws/outputs.py +2631 -2371
  17. pulumi_spotinst/aws/suspension.py +23 -22
  18. pulumi_spotinst/azure/__init__.py +2 -1
  19. pulumi_spotinst/azure/_inputs.py +607 -607
  20. pulumi_spotinst/azure/ocean_np.py +387 -386
  21. pulumi_spotinst/azure/ocean_np_virtual_node_group.py +323 -322
  22. pulumi_spotinst/azure/outputs.py +411 -411
  23. pulumi_spotinst/config/__init__.py +2 -1
  24. pulumi_spotinst/config/__init__.pyi +2 -2
  25. pulumi_spotinst/config/vars.py +6 -6
  26. pulumi_spotinst/credentials_azure.py +139 -89
  27. pulumi_spotinst/credentials_gcp.py +190 -189
  28. pulumi_spotinst/data_integration.py +40 -39
  29. pulumi_spotinst/ecs/__init__.py +2 -1
  30. pulumi_spotinst/ecs/_inputs.py +584 -584
  31. pulumi_spotinst/ecs/ocean.py +628 -415
  32. pulumi_spotinst/ecs/ocean_launch_spec.py +197 -196
  33. pulumi_spotinst/ecs/outputs.py +394 -394
  34. pulumi_spotinst/elastigroup_azure_v3.py +326 -325
  35. pulumi_spotinst/gcp/__init__.py +2 -1
  36. pulumi_spotinst/gcp/_inputs.py +573 -499
  37. pulumi_spotinst/gcp/elastigroup.py +491 -482
  38. pulumi_spotinst/gcp/outputs.py +395 -330
  39. pulumi_spotinst/gke/__init__.py +2 -1
  40. pulumi_spotinst/gke/_inputs.py +1120 -895
  41. pulumi_spotinst/gke/elastigroup.py +341 -340
  42. pulumi_spotinst/gke/ocean_import.py +204 -203
  43. pulumi_spotinst/gke/ocean_launch_spec.py +285 -213
  44. pulumi_spotinst/gke/ocean_launch_spec_import.py +37 -36
  45. pulumi_spotinst/gke/outputs.py +769 -583
  46. pulumi_spotinst/health_check.py +106 -65
  47. pulumi_spotinst/notification_center.py +344 -0
  48. pulumi_spotinst/ocean_right_sizing_rule.py +424 -77
  49. pulumi_spotinst/oceancd/__init__.py +2 -1
  50. pulumi_spotinst/oceancd/_inputs.py +764 -764
  51. pulumi_spotinst/oceancd/outputs.py +526 -526
  52. pulumi_spotinst/oceancd/rollout_spec.py +35 -34
  53. pulumi_spotinst/oceancd/strategy.py +22 -21
  54. pulumi_spotinst/oceancd/verification_provider.py +52 -51
  55. pulumi_spotinst/oceancd/verification_template.py +26 -25
  56. pulumi_spotinst/organization/__init__.py +2 -1
  57. pulumi_spotinst/organization/_inputs.py +68 -68
  58. pulumi_spotinst/organization/outputs.py +46 -46
  59. pulumi_spotinst/organization/policy.py +40 -39
  60. pulumi_spotinst/organization/programmatic_user.py +60 -59
  61. pulumi_spotinst/organization/user.py +108 -107
  62. pulumi_spotinst/organization/user_group.py +57 -56
  63. pulumi_spotinst/outputs.py +1472 -932
  64. pulumi_spotinst/provider.py +61 -40
  65. pulumi_spotinst/pulumi-plugin.json +1 -1
  66. pulumi_spotinst/spark/__init__.py +2 -1
  67. pulumi_spotinst/spark/_inputs.py +104 -104
  68. pulumi_spotinst/spark/ocean.py +38 -37
  69. pulumi_spotinst/spark/ocean_virtual_node_group.py +29 -28
  70. pulumi_spotinst/spark/outputs.py +72 -72
  71. pulumi_spotinst/stateful_node_azure.py +318 -343
  72. pulumi_spotinst/subscription.py +88 -87
  73. {pulumi_spotinst-3.115.0a1742873189.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/METADATA +3 -3
  74. pulumi_spotinst-3.128.0a1767140134.dist-info/RECORD +77 -0
  75. {pulumi_spotinst-3.115.0a1742873189.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/WHEEL +1 -1
  76. pulumi_spotinst-3.115.0a1742873189.dist-info/RECORD +0 -76
  77. {pulumi_spotinst-3.115.0a1742873189.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -19,15 +19,15 @@ __all__ = ['SubscriptionArgs', 'Subscription']
19
19
  @pulumi.input_type
20
20
  class SubscriptionArgs:
21
21
  def __init__(__self__, *,
22
- endpoint: pulumi.Input[str],
23
- event_type: pulumi.Input[str],
24
- protocol: pulumi.Input[str],
25
- resource_id: pulumi.Input[str],
26
- format: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
22
+ endpoint: pulumi.Input[_builtins.str],
23
+ event_type: pulumi.Input[_builtins.str],
24
+ protocol: pulumi.Input[_builtins.str],
25
+ resource_id: pulumi.Input[_builtins.str],
26
+ format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
27
27
  """
28
28
  The set of arguments for constructing a Subscription resource.
29
- :param pulumi.Input[str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
30
- :param pulumi.Input[str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
29
+ :param pulumi.Input[_builtins.str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
30
+ :param pulumi.Input[_builtins.str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
31
31
  `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
32
32
  `"GROUP_UPDATED"`,
33
33
  `"AWS_EMR_PROVISION_TIMEOUT"`,
@@ -39,12 +39,12 @@ class SubscriptionArgs:
39
39
  `"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
40
40
  Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
41
41
  `"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
42
- :param pulumi.Input[str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
42
+ :param pulumi.Input[_builtins.str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
43
43
  The following values are deprecated: `"http"` , `"https"`
44
44
  You can use the generic `"web"` protocol instead.
45
45
  `"aws-sns"` is only supported with AWS provider
46
- :param pulumi.Input[str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
47
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
46
+ :param pulumi.Input[_builtins.str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
47
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
48
48
  Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
49
49
  Default: {`"event"`: `"<event>"`, `"instanceId"`: `"<instance-id>"`, `"resourceId"`: `"<resource-id>"`, `"resourceName"`: `"<resource-name>"` }.
50
50
  """
@@ -55,21 +55,21 @@ class SubscriptionArgs:
55
55
  if format is not None:
56
56
  pulumi.set(__self__, "format", format)
57
57
 
58
- @property
58
+ @_builtins.property
59
59
  @pulumi.getter
60
- def endpoint(self) -> pulumi.Input[str]:
60
+ def endpoint(self) -> pulumi.Input[_builtins.str]:
61
61
  """
62
62
  The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
63
63
  """
64
64
  return pulumi.get(self, "endpoint")
65
65
 
66
66
  @endpoint.setter
67
- def endpoint(self, value: pulumi.Input[str]):
67
+ def endpoint(self, value: pulumi.Input[_builtins.str]):
68
68
  pulumi.set(self, "endpoint", value)
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter(name="eventType")
72
- def event_type(self) -> pulumi.Input[str]:
72
+ def event_type(self) -> pulumi.Input[_builtins.str]:
73
73
  """
74
74
  The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
75
75
  `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
@@ -87,12 +87,12 @@ class SubscriptionArgs:
87
87
  return pulumi.get(self, "event_type")
88
88
 
89
89
  @event_type.setter
90
- def event_type(self, value: pulumi.Input[str]):
90
+ def event_type(self, value: pulumi.Input[_builtins.str]):
91
91
  pulumi.set(self, "event_type", value)
92
92
 
93
- @property
93
+ @_builtins.property
94
94
  @pulumi.getter
95
- def protocol(self) -> pulumi.Input[str]:
95
+ def protocol(self) -> pulumi.Input[_builtins.str]:
96
96
  """
97
97
  The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
98
98
  The following values are deprecated: `"http"` , `"https"`
@@ -102,24 +102,24 @@ class SubscriptionArgs:
102
102
  return pulumi.get(self, "protocol")
103
103
 
104
104
  @protocol.setter
105
- def protocol(self, value: pulumi.Input[str]):
105
+ def protocol(self, value: pulumi.Input[_builtins.str]):
106
106
  pulumi.set(self, "protocol", value)
107
107
 
108
- @property
108
+ @_builtins.property
109
109
  @pulumi.getter(name="resourceId")
110
- def resource_id(self) -> pulumi.Input[str]:
110
+ def resource_id(self) -> pulumi.Input[_builtins.str]:
111
111
  """
112
112
  Spotinst Resource id (Elastigroup or Ocean ID).
113
113
  """
114
114
  return pulumi.get(self, "resource_id")
115
115
 
116
116
  @resource_id.setter
117
- def resource_id(self, value: pulumi.Input[str]):
117
+ def resource_id(self, value: pulumi.Input[_builtins.str]):
118
118
  pulumi.set(self, "resource_id", value)
119
119
 
120
- @property
120
+ @_builtins.property
121
121
  @pulumi.getter
122
- def format(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
122
+ def format(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
123
123
  """
124
124
  The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
125
125
  Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
@@ -128,22 +128,22 @@ class SubscriptionArgs:
128
128
  return pulumi.get(self, "format")
129
129
 
130
130
  @format.setter
131
- def format(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
131
+ def format(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
132
132
  pulumi.set(self, "format", value)
133
133
 
134
134
 
135
135
  @pulumi.input_type
136
136
  class _SubscriptionState:
137
137
  def __init__(__self__, *,
138
- endpoint: Optional[pulumi.Input[str]] = None,
139
- event_type: Optional[pulumi.Input[str]] = None,
140
- format: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
141
- protocol: Optional[pulumi.Input[str]] = None,
142
- resource_id: Optional[pulumi.Input[str]] = None):
138
+ endpoint: Optional[pulumi.Input[_builtins.str]] = None,
139
+ event_type: Optional[pulumi.Input[_builtins.str]] = None,
140
+ format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
141
+ protocol: Optional[pulumi.Input[_builtins.str]] = None,
142
+ resource_id: Optional[pulumi.Input[_builtins.str]] = None):
143
143
  """
144
144
  Input properties used for looking up and filtering Subscription resources.
145
- :param pulumi.Input[str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
146
- :param pulumi.Input[str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
145
+ :param pulumi.Input[_builtins.str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
146
+ :param pulumi.Input[_builtins.str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
147
147
  `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
148
148
  `"GROUP_UPDATED"`,
149
149
  `"AWS_EMR_PROVISION_TIMEOUT"`,
@@ -155,14 +155,14 @@ class _SubscriptionState:
155
155
  `"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
156
156
  Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
157
157
  `"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
158
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
158
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
159
159
  Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
160
160
  Default: {`"event"`: `"<event>"`, `"instanceId"`: `"<instance-id>"`, `"resourceId"`: `"<resource-id>"`, `"resourceName"`: `"<resource-name>"` }.
161
- :param pulumi.Input[str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
161
+ :param pulumi.Input[_builtins.str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
162
162
  The following values are deprecated: `"http"` , `"https"`
163
163
  You can use the generic `"web"` protocol instead.
164
164
  `"aws-sns"` is only supported with AWS provider
165
- :param pulumi.Input[str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
165
+ :param pulumi.Input[_builtins.str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
166
166
  """
167
167
  if endpoint is not None:
168
168
  pulumi.set(__self__, "endpoint", endpoint)
@@ -175,21 +175,21 @@ class _SubscriptionState:
175
175
  if resource_id is not None:
176
176
  pulumi.set(__self__, "resource_id", resource_id)
177
177
 
178
- @property
178
+ @_builtins.property
179
179
  @pulumi.getter
180
- def endpoint(self) -> Optional[pulumi.Input[str]]:
180
+ def endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
181
181
  """
182
182
  The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
183
183
  """
184
184
  return pulumi.get(self, "endpoint")
185
185
 
186
186
  @endpoint.setter
187
- def endpoint(self, value: Optional[pulumi.Input[str]]):
187
+ def endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
188
188
  pulumi.set(self, "endpoint", value)
189
189
 
190
- @property
190
+ @_builtins.property
191
191
  @pulumi.getter(name="eventType")
192
- def event_type(self) -> Optional[pulumi.Input[str]]:
192
+ def event_type(self) -> Optional[pulumi.Input[_builtins.str]]:
193
193
  """
194
194
  The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
195
195
  `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
@@ -207,12 +207,12 @@ class _SubscriptionState:
207
207
  return pulumi.get(self, "event_type")
208
208
 
209
209
  @event_type.setter
210
- def event_type(self, value: Optional[pulumi.Input[str]]):
210
+ def event_type(self, value: Optional[pulumi.Input[_builtins.str]]):
211
211
  pulumi.set(self, "event_type", value)
212
212
 
213
- @property
213
+ @_builtins.property
214
214
  @pulumi.getter
215
- def format(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
215
+ def format(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
216
216
  """
217
217
  The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
218
218
  Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
@@ -221,12 +221,12 @@ class _SubscriptionState:
221
221
  return pulumi.get(self, "format")
222
222
 
223
223
  @format.setter
224
- def format(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
224
+ def format(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
225
225
  pulumi.set(self, "format", value)
226
226
 
227
- @property
227
+ @_builtins.property
228
228
  @pulumi.getter
229
- def protocol(self) -> Optional[pulumi.Input[str]]:
229
+ def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
230
230
  """
231
231
  The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
232
232
  The following values are deprecated: `"http"` , `"https"`
@@ -236,32 +236,33 @@ class _SubscriptionState:
236
236
  return pulumi.get(self, "protocol")
237
237
 
238
238
  @protocol.setter
239
- def protocol(self, value: Optional[pulumi.Input[str]]):
239
+ def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
240
240
  pulumi.set(self, "protocol", value)
241
241
 
242
- @property
242
+ @_builtins.property
243
243
  @pulumi.getter(name="resourceId")
244
- def resource_id(self) -> Optional[pulumi.Input[str]]:
244
+ def resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
245
245
  """
246
246
  Spotinst Resource id (Elastigroup or Ocean ID).
247
247
  """
248
248
  return pulumi.get(self, "resource_id")
249
249
 
250
250
  @resource_id.setter
251
- def resource_id(self, value: Optional[pulumi.Input[str]]):
251
+ def resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
252
252
  pulumi.set(self, "resource_id", value)
253
253
 
254
254
 
255
+ @pulumi.type_token("spotinst:index/subscription:Subscription")
255
256
  class Subscription(pulumi.CustomResource):
256
257
  @overload
257
258
  def __init__(__self__,
258
259
  resource_name: str,
259
260
  opts: Optional[pulumi.ResourceOptions] = None,
260
- endpoint: Optional[pulumi.Input[str]] = None,
261
- event_type: Optional[pulumi.Input[str]] = None,
262
- format: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
263
- protocol: Optional[pulumi.Input[str]] = None,
264
- resource_id: Optional[pulumi.Input[str]] = None,
261
+ endpoint: Optional[pulumi.Input[_builtins.str]] = None,
262
+ event_type: Optional[pulumi.Input[_builtins.str]] = None,
263
+ format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
264
+ protocol: Optional[pulumi.Input[_builtins.str]] = None,
265
+ resource_id: Optional[pulumi.Input[_builtins.str]] = None,
265
266
  __props__=None):
266
267
  """
267
268
  Provides a Spotinst subscription resource.
@@ -289,8 +290,8 @@ class Subscription(pulumi.CustomResource):
289
290
 
290
291
  :param str resource_name: The name of the resource.
291
292
  :param pulumi.ResourceOptions opts: Options for the resource.
292
- :param pulumi.Input[str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
293
- :param pulumi.Input[str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
293
+ :param pulumi.Input[_builtins.str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
294
+ :param pulumi.Input[_builtins.str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
294
295
  `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
295
296
  `"GROUP_UPDATED"`,
296
297
  `"AWS_EMR_PROVISION_TIMEOUT"`,
@@ -302,14 +303,14 @@ class Subscription(pulumi.CustomResource):
302
303
  `"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
303
304
  Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
304
305
  `"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
305
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
306
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
306
307
  Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
307
308
  Default: {`"event"`: `"<event>"`, `"instanceId"`: `"<instance-id>"`, `"resourceId"`: `"<resource-id>"`, `"resourceName"`: `"<resource-name>"` }.
308
- :param pulumi.Input[str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
309
+ :param pulumi.Input[_builtins.str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
309
310
  The following values are deprecated: `"http"` , `"https"`
310
311
  You can use the generic `"web"` protocol instead.
311
312
  `"aws-sns"` is only supported with AWS provider
312
- :param pulumi.Input[str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
313
+ :param pulumi.Input[_builtins.str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
313
314
  """
314
315
  ...
315
316
  @overload
@@ -356,11 +357,11 @@ class Subscription(pulumi.CustomResource):
356
357
  def _internal_init(__self__,
357
358
  resource_name: str,
358
359
  opts: Optional[pulumi.ResourceOptions] = None,
359
- endpoint: Optional[pulumi.Input[str]] = None,
360
- event_type: Optional[pulumi.Input[str]] = None,
361
- format: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
362
- protocol: Optional[pulumi.Input[str]] = None,
363
- resource_id: Optional[pulumi.Input[str]] = None,
360
+ endpoint: Optional[pulumi.Input[_builtins.str]] = None,
361
+ event_type: Optional[pulumi.Input[_builtins.str]] = None,
362
+ format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
363
+ protocol: Optional[pulumi.Input[_builtins.str]] = None,
364
+ resource_id: Optional[pulumi.Input[_builtins.str]] = None,
364
365
  __props__=None):
365
366
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
366
367
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -393,11 +394,11 @@ class Subscription(pulumi.CustomResource):
393
394
  def get(resource_name: str,
394
395
  id: pulumi.Input[str],
395
396
  opts: Optional[pulumi.ResourceOptions] = None,
396
- endpoint: Optional[pulumi.Input[str]] = None,
397
- event_type: Optional[pulumi.Input[str]] = None,
398
- format: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
399
- protocol: Optional[pulumi.Input[str]] = None,
400
- resource_id: Optional[pulumi.Input[str]] = None) -> 'Subscription':
397
+ endpoint: Optional[pulumi.Input[_builtins.str]] = None,
398
+ event_type: Optional[pulumi.Input[_builtins.str]] = None,
399
+ format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
400
+ protocol: Optional[pulumi.Input[_builtins.str]] = None,
401
+ resource_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'Subscription':
401
402
  """
402
403
  Get an existing Subscription resource's state with the given name, id, and optional extra
403
404
  properties used to qualify the lookup.
@@ -405,8 +406,8 @@ class Subscription(pulumi.CustomResource):
405
406
  :param str resource_name: The unique name of the resulting resource.
406
407
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
407
408
  :param pulumi.ResourceOptions opts: Options for the resource.
408
- :param pulumi.Input[str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
409
- :param pulumi.Input[str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
409
+ :param pulumi.Input[_builtins.str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
410
+ :param pulumi.Input[_builtins.str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
410
411
  `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
411
412
  `"GROUP_UPDATED"`,
412
413
  `"AWS_EMR_PROVISION_TIMEOUT"`,
@@ -418,14 +419,14 @@ class Subscription(pulumi.CustomResource):
418
419
  `"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
419
420
  Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
420
421
  `"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
421
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
422
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
422
423
  Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
423
424
  Default: {`"event"`: `"<event>"`, `"instanceId"`: `"<instance-id>"`, `"resourceId"`: `"<resource-id>"`, `"resourceName"`: `"<resource-name>"` }.
424
- :param pulumi.Input[str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
425
+ :param pulumi.Input[_builtins.str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
425
426
  The following values are deprecated: `"http"` , `"https"`
426
427
  You can use the generic `"web"` protocol instead.
427
428
  `"aws-sns"` is only supported with AWS provider
428
- :param pulumi.Input[str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
429
+ :param pulumi.Input[_builtins.str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
429
430
  """
430
431
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
431
432
 
@@ -438,17 +439,17 @@ class Subscription(pulumi.CustomResource):
438
439
  __props__.__dict__["resource_id"] = resource_id
439
440
  return Subscription(resource_name, opts=opts, __props__=__props__)
440
441
 
441
- @property
442
+ @_builtins.property
442
443
  @pulumi.getter
443
- def endpoint(self) -> pulumi.Output[str]:
444
+ def endpoint(self) -> pulumi.Output[_builtins.str]:
444
445
  """
445
446
  The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
446
447
  """
447
448
  return pulumi.get(self, "endpoint")
448
449
 
449
- @property
450
+ @_builtins.property
450
451
  @pulumi.getter(name="eventType")
451
- def event_type(self) -> pulumi.Output[str]:
452
+ def event_type(self) -> pulumi.Output[_builtins.str]:
452
453
  """
453
454
  The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
454
455
  `"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
@@ -465,9 +466,9 @@ class Subscription(pulumi.CustomResource):
465
466
  """
466
467
  return pulumi.get(self, "event_type")
467
468
 
468
- @property
469
+ @_builtins.property
469
470
  @pulumi.getter
470
- def format(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
471
+ def format(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
471
472
  """
472
473
  The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
473
474
  Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
@@ -475,9 +476,9 @@ class Subscription(pulumi.CustomResource):
475
476
  """
476
477
  return pulumi.get(self, "format")
477
478
 
478
- @property
479
+ @_builtins.property
479
480
  @pulumi.getter
480
- def protocol(self) -> pulumi.Output[str]:
481
+ def protocol(self) -> pulumi.Output[_builtins.str]:
481
482
  """
482
483
  The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
483
484
  The following values are deprecated: `"http"` , `"https"`
@@ -486,9 +487,9 @@ class Subscription(pulumi.CustomResource):
486
487
  """
487
488
  return pulumi.get(self, "protocol")
488
489
 
489
- @property
490
+ @_builtins.property
490
491
  @pulumi.getter(name="resourceId")
491
- def resource_id(self) -> pulumi.Output[str]:
492
+ def resource_id(self) -> pulumi.Output[_builtins.str]:
492
493
  """
493
494
  Spotinst Resource id (Elastigroup or Ocean ID).
494
495
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_spotinst
3
- Version: 3.115.0a1742873189
3
+ Version: 3.128.0a1767140134
4
4
  Summary: A Pulumi package for creating and managing spotinst cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,9 +9,9 @@ Keywords: pulumi,spotinst
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.142.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.165.0
13
13
  Requires-Dist: semver>=2.8.1
14
- Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
15
15
 
16
16
  [![Actions Status](https://github.com/pulumi/pulumi-spotinst/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-spotinst/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -0,0 +1,77 @@
1
+ pulumi_spotinst/__init__.py,sha256=7z-WTGhCLkMBARWv5HBwYPwJmmUlZxkFV4e2-44vcOE,8962
2
+ pulumi_spotinst/_inputs.py,sha256=6vZhGXSo13HyLKitDmvvU4VvI1EkhIxkpIy5ulUG4wQ,254055
3
+ pulumi_spotinst/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_spotinst/account.py,sha256=xZtina6f9EsvjCBy-m7ONNNTmiSLH83RnRW-hgyg6Tg,6564
5
+ pulumi_spotinst/credentials_azure.py,sha256=Oj8M5GWA-6qcBrA1-gs1aHyopd6QEsfPh_UFaaZMF_g,17554
6
+ pulumi_spotinst/credentials_gcp.py,sha256=V5_aPOHe4xJu8kUlJVr5qpd1bknmVf3RITba0S2PYk8,27904
7
+ pulumi_spotinst/data_integration.py,sha256=ATUa3lTPX4C0RL9RZAdok8s-FBXzLhTm8aLaeC6H9aA,12332
8
+ pulumi_spotinst/elastigroup_azure_v3.py,sha256=g-qo7lvdIKFZvHnnJpBRTQvdtx_QtGj3-emvcwvGB4U,78617
9
+ pulumi_spotinst/health_check.py,sha256=qAORI0qYkOKceI5yyKZXFLoppI0PkKevlhW1rYEM25Q,14253
10
+ pulumi_spotinst/notification_center.py,sha256=iwsxYdQT1XlD0tiG07LkH2-v6YnSL9RCCxQyF9zXQpg,16731
11
+ pulumi_spotinst/ocean_right_sizing_rule.py,sha256=KopoNhRYNZzdHLNQT-GYFD1scM055vFNb0XoIPinIVU,53044
12
+ pulumi_spotinst/outputs.py,sha256=-r8OaT1vK-Oaq3rd3z1O5HxRocz22F2gtrNAFuyIAQ8,201497
13
+ pulumi_spotinst/provider.py,sha256=FEjU0etSWrJlMWHpU0GNv18xgOjcxUbHQKkqj1z6ov0,8816
14
+ pulumi_spotinst/pulumi-plugin.json,sha256=2Omkj7feh3aFv16PZsPCMFCzyRksFzCUmpEFIZSkGKE,86
15
+ pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ pulumi_spotinst/stateful_node_azure.py,sha256=5va42CW56xGKyALV4WpfV55BI1feYH9c4KTT5AUhNiU,142477
17
+ pulumi_spotinst/subscription.py,sha256=WQXMOJYjm4DrTfxZ2VhzDi5aeJdkjEul8MeEtVBi4Fg,28774
18
+ pulumi_spotinst/aws/__init__.py,sha256=SWKWiKvOcvQqdCkmszayFXbFeZD4sXaG2z05d2LhIyE,614
19
+ pulumi_spotinst/aws/_inputs.py,sha256=MxOrz_VeN68esNEBBgdLDwPR3HPWVMdcSLHkmyO2-AQ,653019
20
+ pulumi_spotinst/aws/account.py,sha256=WUfqiPur6NVF8p5bM2-BYZh_wNA8MDpx2JzHMoBlgZ0,6593
21
+ pulumi_spotinst/aws/beanstalk.py,sha256=L0-eR_Mf25zLjeExbOBsYum8KHEbBoklcQ_TRUVXTNI,38331
22
+ pulumi_spotinst/aws/credentials.py,sha256=ZVCezkIUAP4JguLFznZs7N2yRjxSxZNEBVWEeLsIUas,9584
23
+ pulumi_spotinst/aws/elastigroup.py,sha256=_5jIwyfoRy2dk3FfEoNCLzEe90KJNyIEmsr5vjlgXk0,237912
24
+ pulumi_spotinst/aws/managed_instance.py,sha256=ngHzlb1QNvbg6V43My4yvjn5YOmD8s3Tfs5efVtDLM4,89302
25
+ pulumi_spotinst/aws/mr_scalar.py,sha256=LKESBPU8WvgA_VIP7O5J-Zj_CDdDpmdnrLHuT370-R0,131071
26
+ pulumi_spotinst/aws/ocean.py,sha256=eW6WIBjydPPCA16-zdN6Znfod_DqM_FgE-OJiiQ1AVE,128237
27
+ pulumi_spotinst/aws/ocean_extended_resource_definition.py,sha256=vY9Idmkqs1yFGIY4KaQl_zvmau0kVJlSSqp_YgCPZns,11119
28
+ pulumi_spotinst/aws/ocean_launch_spec.py,sha256=ePppNFVRLuCABv6T8Mk9c_Fp5GjsTie1z2rHUDXXu3U,110420
29
+ pulumi_spotinst/aws/outputs.py,sha256=gsnZUc_1RF_d4bbHkP4sgy5QAMNs8biEShm79ZCAgfI,483429
30
+ pulumi_spotinst/aws/suspension.py,sha256=ma9_lzRrcTHExXu2RHNPT35KigSmncnt7de12QU0SSQ,9836
31
+ pulumi_spotinst/azure/__init__.py,sha256=UxJDd-yQgzdApWYWSVyS8oelVf9Ta8E2L07Cdqz0itc,392
32
+ pulumi_spotinst/azure/_inputs.py,sha256=5mwJ8lJPXlXyH7cnoWPMIQc4GTqu47S44dpagBFKxLI,131270
33
+ pulumi_spotinst/azure/ocean_np.py,sha256=PhubaRJvsG-VNStf7AkDUYIp02Vo3X5N6tMByLHb6UI,87047
34
+ pulumi_spotinst/azure/ocean_np_virtual_node_group.py,sha256=stnc3Ng6fYiwSZVe2Scl1O2b83au3sze4bBV5cep9co,71021
35
+ pulumi_spotinst/azure/outputs.py,sha256=Fe_ry7-5iqaQgY0wpvTJ1z9y9KFhu7bHWlfPN27UhTI,99160
36
+ pulumi_spotinst/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
37
+ pulumi_spotinst/config/__init__.pyi,sha256=RiTrkI3RQXi_QRzK3PSfXwoUTaAL7s4NHOUYWwtthMA,772
38
+ pulumi_spotinst/config/vars.py,sha256=iuIkM-ATaOBmJn3vhq5ToOYxBI5g6qT7q_ulvl9VY0o,1303
39
+ pulumi_spotinst/ecs/__init__.py,sha256=CLysCVh9rxUT2ffyh_NnUNdybP26mIqf-brCVJqjvqo,379
40
+ pulumi_spotinst/ecs/_inputs.py,sha256=YUrKXAmQelUuj2ILHPoOXdk8IpYv2veDHmzQiKQzUEs,114766
41
+ pulumi_spotinst/ecs/ocean.py,sha256=ALLkazUtgajwg9S-1Ff4KgKRkDt_f7rd7EEpGKbVPzw,94675
42
+ pulumi_spotinst/ecs/ocean_launch_spec.py,sha256=-eSFTr8fZst5A0FtI2CIMJ9vF6HejFMGpZq6K4uvOQA,63373
43
+ pulumi_spotinst/ecs/outputs.py,sha256=b1k0mU88oUhZFWCQd9aCpYqe2w2Ituz4ERPVa8N1UM8,86861
44
+ pulumi_spotinst/gcp/__init__.py,sha256=aumZUMhkw4EKoQn4eCtd7P32Km2N4DH5DQJjXSAGIiI,352
45
+ pulumi_spotinst/gcp/_inputs.py,sha256=QkxvxD25ZBK7clpn7ltLafmjmhaQJkDbdiBUdjqHlH0,86612
46
+ pulumi_spotinst/gcp/elastigroup.py,sha256=AS2pdjWeRfDuywLqkvarg18Ik5TWAN7wLMSqITzjC9g,124414
47
+ pulumi_spotinst/gcp/outputs.py,sha256=5zf1bgRclSAjkavtXQFos1eV23jGbFJ5vF0ZC_yAj3A,62653
48
+ pulumi_spotinst/gke/__init__.py,sha256=1N01YAyfVw7EkjfqgCu7F0BlOC8nJl4kuGrSUCSAEXY,453
49
+ pulumi_spotinst/gke/_inputs.py,sha256=gkS4EefF0alaptY80h4hBXDkl_0uhIbz0ey6AyuOigw,172841
50
+ pulumi_spotinst/gke/elastigroup.py,sha256=adjijR3HsE6wUnCmansKAWppKiUn2Rg_sSWfw8DxZWQ,75125
51
+ pulumi_spotinst/gke/ocean_import.py,sha256=duNECsSKjQKrNhywasou1mxy3Qgtl5wcQPLmQVexl50,55604
52
+ pulumi_spotinst/gke/ocean_launch_spec.py,sha256=YYiYoBoyjOgUnHmqwkt_bsrHp-CmgB6K-UgADR7Bs4E,75536
53
+ pulumi_spotinst/gke/ocean_launch_spec_import.py,sha256=V8zRzgH_yiBbBX4zpZ_KyGhewFIXUshshERBNcqB7cE,9180
54
+ pulumi_spotinst/gke/outputs.py,sha256=NIKagwuNwEtiOAM5BEEtdzzKUPuS0dZnq6JNCDNIZbk,132789
55
+ pulumi_spotinst/oceancd/__init__.py,sha256=L8V4GflT2iyGQ1SIpOVYgQdjRkgjo9_y2UmXtLaXb3M,451
56
+ pulumi_spotinst/oceancd/_inputs.py,sha256=IYIPwaz7Mw9UuxdB8mY68_IhFb9U3lCOZigFPB5dyrQ,179048
57
+ pulumi_spotinst/oceancd/outputs.py,sha256=_S1Jjxbo0mdAZMdl4cJlkZG7ZQZnjzhQyW4EHgJD0vI,140324
58
+ pulumi_spotinst/oceancd/rollout_spec.py,sha256=Omx8JjvtQDJdRFuDYK4MwlSW-Pkh-l6-No_DJDDHc9M,22921
59
+ pulumi_spotinst/oceancd/strategy.py,sha256=By9QWVbbyp9o4ugdAzaDlxKsoJnPQSQ-rdE7-hJPn9E,10497
60
+ pulumi_spotinst/oceancd/verification_provider.py,sha256=GoMTkPrve3yWyxxulGyloDn-2JWg_M5N7L-TslBNUnw,24866
61
+ pulumi_spotinst/oceancd/verification_template.py,sha256=LWfGTJeFdG89nhXErRwuw3DpWNqeRVDixqbrlKxQzMw,23290
62
+ pulumi_spotinst/organization/__init__.py,sha256=f_afigmQ9trXpYFEPAAMOg9GGJP6F9hAja_3pAdgWGQ,426
63
+ pulumi_spotinst/organization/_inputs.py,sha256=FMC0GV0CEJRj-Zh7ilRDa_wix895pzas7Jxf0QMyfcQ,13236
64
+ pulumi_spotinst/organization/outputs.py,sha256=zcMT17NO2PH4pSh8XDwBTfsTRYqOG8bWwUez09jL0sE,10135
65
+ pulumi_spotinst/organization/policy.py,sha256=Z0wQC6lO6mUkfbeQ-tg45AMgHNSGIhwT1QfnFghPZbc,12376
66
+ pulumi_spotinst/organization/programmatic_user.py,sha256=cycWIqycxy5vYM4SW7yZHVk_Hrf47gpoL_rx9mV34Xw,18187
67
+ pulumi_spotinst/organization/user.py,sha256=B_JhgdCsz8NdrmXWAOol4MGwtrhkTJeX0kVWA6y7m9c,19912
68
+ pulumi_spotinst/organization/user_group.py,sha256=M0vTvchXvbMGhbQzvZY4SyejnpwYOAsnBjNh9GPyaJ8,14178
69
+ pulumi_spotinst/spark/__init__.py,sha256=GdU90E-r19mNymwp786-ILcRCGs7nbrPBLRuGUgd0OA,386
70
+ pulumi_spotinst/spark/_inputs.py,sha256=XB8S6pZxnO4iNXdGVAAXb4JFZw-GuhuDl6O2yWWiliU,26665
71
+ pulumi_spotinst/spark/ocean.py,sha256=A1XL91RkzkOH6_0cE-roTPVLz88dLCyeuQtPzy3JfdE,19953
72
+ pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=dzaQUXFtAihajDSuFD395x7WQ8zitgvcJhB-e3AN-Vw,8717
73
+ pulumi_spotinst/spark/outputs.py,sha256=1QDMtJQ-VQ2lsbBibWnO8FbUdPOUDDR6MfOjt-Sep-4,20785
74
+ pulumi_spotinst-3.128.0a1767140134.dist-info/METADATA,sha256=5n8yN98pq7y5M0qQF3HjRUcqSjCwi_Sf6tdMIyK9ejQ,2724
75
+ pulumi_spotinst-3.128.0a1767140134.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
76
+ pulumi_spotinst-3.128.0a1767140134.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
77
+ pulumi_spotinst-3.128.0a1767140134.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.0.2)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,76 +0,0 @@
1
- pulumi_spotinst/__init__.py,sha256=4XDfRevJqKt0OquWtAPWNLRMj0vhjFop7Hxsc3Bdswk,8724
2
- pulumi_spotinst/_inputs.py,sha256=K7R6v6XZXcO8ecRaSa4eso7VgIVHzYfG2HIcwiist2g,209168
3
- pulumi_spotinst/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_spotinst/account.py,sha256=VaOMbgHqCY5aGufbVCy-rtg2-fG7LHR4vCmquUSq1hw,6342
5
- pulumi_spotinst/credentials_azure.py,sha256=MxcCUj2ZPGZfxiWfJJ0NQ4rVJ_MdLyNHNtw6Wo4et0w,14304
6
- pulumi_spotinst/credentials_gcp.py,sha256=seq6w8lPlfGSED0Az7gCodseZhB_pA1MDqNda_KlhUQ,25968
7
- pulumi_spotinst/data_integration.py,sha256=rPJHtIKReFFeMs_awWW1yeZbcQJWanGfPKYg51I108c,11894
8
- pulumi_spotinst/elastigroup_azure_v3.py,sha256=qs7wUsV4-F_tuoFxAW0t5BQpie7v0lpWEcSPnLI4e0s,75313
9
- pulumi_spotinst/health_check.py,sha256=ZMvvx5IXDjR-kHBLh7necWEZsnzKpxJO-VTFesgHa4E,12407
10
- pulumi_spotinst/ocean_right_sizing_rule.py,sha256=A6Ld49H8XVJVZeRw9QM7aeKDl1JHE0K00PAXzbUSP3A,31035
11
- pulumi_spotinst/outputs.py,sha256=M9rRd2ny4zvSmHKzKQl9YjOqGF965bUt6GcPfhf098I,170292
12
- pulumi_spotinst/provider.py,sha256=kzjCmbsOFAZLVCQAsyzM7deSOMLWhEN8zIasjG0_MUo,7508
13
- pulumi_spotinst/pulumi-plugin.json,sha256=5zMNklTWn1LaUwzI7C9qHSn8662I_zb5Pk9syUjV6pU,86
14
- pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- pulumi_spotinst/stateful_node_azure.py,sha256=WV1SybR7YCFl2TKtdx1-Gq0KxUXeXsFV2CXxhDI17M8,139704
16
- pulumi_spotinst/subscription.py,sha256=dyPJeUsgzXDcj48FTq1IYAwC0gwr-JP3Xr4hEbHyh1o,27862
17
- pulumi_spotinst/aws/__init__.py,sha256=eGq6Qs1A7MsZAO9Pm0TSZlidLz-rBG_nD1oYuy9Ujyw,603
18
- pulumi_spotinst/aws/_inputs.py,sha256=-qvi_AtFYul8byCL2_i3JcwPvjnbbNmgytR2UyrCmtw,602899
19
- pulumi_spotinst/aws/account.py,sha256=ckJB2aNwZoaOpnRfNg_x2r98OKSkoIcbN_EQ8kti6K4,6373
20
- pulumi_spotinst/aws/beanstalk.py,sha256=PO7Y969PyBn6c5IpdYo_RaorKx3MnDHCoSBpkfkdz7o,34067
21
- pulumi_spotinst/aws/credentials.py,sha256=LyGcAskdglZXRne5aLMvMFLQtYI-mDhur_Sd4nGZY8w,9186
22
- pulumi_spotinst/aws/elastigroup.py,sha256=JIKKcuUP7I3zawxBUGfZAa7ZnGeneuWp2MIpTmcnRNE,229898
23
- pulumi_spotinst/aws/managed_instance.py,sha256=xcZcPfzUBFUqSbkujKtERyPRBEYzL8RDjXJwlZZsSyc,84196
24
- pulumi_spotinst/aws/mr_scalar.py,sha256=smJHcTeX0sLP1kr1-YLCNs49rR9lMGvNqdmfJKpjjS4,124457
25
- pulumi_spotinst/aws/ocean.py,sha256=Ju0t1SOF6a5ccp1LHTDbw6_GUVrxuTqnmAYyjRbpeck,115602
26
- pulumi_spotinst/aws/ocean_extended_resource_definition.py,sha256=MAeKvkq5cpywQTAeNkGEl0gGsc75w012uCTFOwJEU1k,10681
27
- pulumi_spotinst/aws/ocean_launch_spec.py,sha256=nte9WSpxkJ0qWAfRqqfuVLZEqsy2FpP74FzjltMuXrc,100340
28
- pulumi_spotinst/aws/outputs.py,sha256=vwc1f7tzp_DM7NhPmpBHINXVyYuDqMixJO9tcEzABpo,450300
29
- pulumi_spotinst/aws/suspension.py,sha256=HpyokZ6O0wn_OHBQnTZNhabNLMim1jPh6kgYSyQQtpw,9580
30
- pulumi_spotinst/azure/__init__.py,sha256=av3w10Qss9pSfwRbIoqkpQMTI3dfd4eDstQ3G0Ciiwc,381
31
- pulumi_spotinst/azure/_inputs.py,sha256=pzRx4gTsuRPR1Ta6ZSvR91FlAodQM6CEAFYAgfXap3E,125281
32
- pulumi_spotinst/azure/ocean_np.py,sha256=XaPFU5DZH8lUY_TEvrZ_Dg2UxQWXS_J3rTbNfki9oGY,83155
33
- pulumi_spotinst/azure/ocean_np_virtual_node_group.py,sha256=6G6WAnm6IUECCCm9tu7sOhHg1f5zPmrBinsADEcJ2wE,67737
34
- pulumi_spotinst/azure/outputs.py,sha256=e6GcXNXKsZvS9zuRCNIRi11a2D3M8Ibr8ceREaCnj6w,95131
35
- pulumi_spotinst/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
36
- pulumi_spotinst/config/__init__.pyi,sha256=Wu5Q1_opF-FZrZBxELAt04FYni0tLuX3PC7Awb75oLc,773
37
- pulumi_spotinst/config/vars.py,sha256=gljIQCsVtxWuK5QpsZN6Xg5hYp4ro1wbLkxSDFRgquQ,1264
38
- pulumi_spotinst/ecs/__init__.py,sha256=1mR3np1QVE4gOWXu5M7cgypCOoN59x5PF8QwidiN4OU,368
39
- pulumi_spotinst/ecs/_inputs.py,sha256=HSxgfYfEd3m3x7uHhLelzMpdeG42j9ccD0UntiKPm9E,108977
40
- pulumi_spotinst/ecs/ocean.py,sha256=TWahAcq1guaUTLN3gln2S2CwKBnxGc0hDm9E8YSJJlw,83355
41
- pulumi_spotinst/ecs/ocean_launch_spec.py,sha256=-4v_8TFeSDZoMJ98TMjJuLTorsnUtQZDSWzirTOxbPE,61367
42
- pulumi_spotinst/ecs/outputs.py,sha256=4y9nyRc4WZB7f057in4X8VBtDsmHHm4pMsEsUNwRgZg,82972
43
- pulumi_spotinst/gcp/__init__.py,sha256=zbIbraNZP-Ow07VqCa0wMfyx-sefJnTu42ki9baXEh4,341
44
- pulumi_spotinst/gcp/_inputs.py,sha256=57Nbn3z8S59jX9qIcBxdHC7Nn4Dbd4tc95FDfjeDWE0,78210
45
- pulumi_spotinst/gcp/elastigroup.py,sha256=ixvGw7573QjZkVoRcWjqCNc2i9fYHZRT2XUphOz2pow,119232
46
- pulumi_spotinst/gcp/outputs.py,sha256=4NdMmiwS3qsuQ-4R_5z1lPr1zcKYr-UxspcVppT7REE,56527
47
- pulumi_spotinst/gke/__init__.py,sha256=28C_MqDPPq5KTsGu2QKKWdLo4ZbmZd7gUsK5FyJfYMQ,442
48
- pulumi_spotinst/gke/_inputs.py,sha256=xuhuMpxVrf1CLas3G4cv3OREHnguH6KqfSOryz2-rZY,152681
49
- pulumi_spotinst/gke/elastigroup.py,sha256=N2VGHZi86IT8Sus35WnO_w7hyqVWZeV5ZwHcC_6EL78,71687
50
- pulumi_spotinst/gke/ocean_import.py,sha256=nBo2OJYCyWLDbWhdEFK6YbT_LMvYVHDKi4orIXtq48Y,53536
51
- pulumi_spotinst/gke/ocean_launch_spec.py,sha256=qMU2P_YK0cYtfQ3WWc0iQHQf8kVGF-9XAXpAEpPozxk,69357
52
- pulumi_spotinst/gke/ocean_launch_spec_import.py,sha256=zhrkmev_hoHqCalYZ2iZggy8Of7emoRMI5aI12ue5SM,8762
53
- pulumi_spotinst/gke/outputs.py,sha256=eCg2OvfXZfQQo4QY7DFW9XINdQaP17A-7eIVl_COX2Q,118439
54
- pulumi_spotinst/oceancd/__init__.py,sha256=HOopZwMoIuHhPmnc-cPxfFuWxVyCEfWN_8_0Q_zTMRk,440
55
- pulumi_spotinst/oceancd/_inputs.py,sha256=uI0DXilYP7nxhTBXikx0IrogmHbJsO2MRm4M81JVihY,171439
56
- pulumi_spotinst/oceancd/outputs.py,sha256=XkhqcOIEFoUmpr9uy5-qgh7dCY4rOPMvx0o1GeNxbp8,135095
57
- pulumi_spotinst/oceancd/rollout_spec.py,sha256=0D8dybt0BHTQNZqjT7DUPjJJxEZZLrspECWtlMETmjI,22539
58
- pulumi_spotinst/oceancd/strategy.py,sha256=dt06iT7B3-lfSMACk8T387oCC4pr3rcEn4icQeA0UiI,10251
59
- pulumi_spotinst/oceancd/verification_provider.py,sha256=COkpNkIbAJrUUhN57hTNDO0CijP2xtFxVH8y4EhJdhM,24296
60
- pulumi_spotinst/oceancd/verification_template.py,sha256=GmfOxmnwOWxFEsYyxmR-Pg98nCEM1ioY3ciTZU-4lPY,22980
61
- pulumi_spotinst/organization/__init__.py,sha256=ANpjQfC3J3_tzktlcd-vGtJCTDmmqwjLKuo7OZogx-I,415
62
- pulumi_spotinst/organization/_inputs.py,sha256=Lr7kwbEmBVWsa6zV8S8q5qgyIV-M43P3k46O96-PMcU,12577
63
- pulumi_spotinst/organization/outputs.py,sha256=hmwaJyy5cGp_cgnOFLfMhDNjerVYDjrVMus9IKFprwo,9696
64
- pulumi_spotinst/organization/policy.py,sha256=Ue-6Eq45NLeRzvfhORP79ibz01GD5C9_UQA4Owb6q34,11949
65
- pulumi_spotinst/organization/programmatic_user.py,sha256=vDE_rOyniwdP6asvBW-mzjsklEehyXpRj5LCZOgXL9w,17540
66
- pulumi_spotinst/organization/user.py,sha256=COAOKVGCFXd3_OV557EclA1u2_IFrgxKU5kTGj67Ibc,18809
67
- pulumi_spotinst/organization/user_group.py,sha256=M-WSEPTCz8H1Stjp5ZRkboq_6gRmvhmoKb-ik4kR0Ug,13575
68
- pulumi_spotinst/spark/__init__.py,sha256=QXYOsWIlPeRYblRlgTofUShn2tjikFQV1xYoKeE0FQM,375
69
- pulumi_spotinst/spark/_inputs.py,sha256=MmD5r5PIk8OoR9d0ut__TH0pHDuFmA7Sa_oX6sTQdHo,25646
70
- pulumi_spotinst/spark/ocean.py,sha256=P7UN99lpY2TNp_bukXSqvO_KnVmhw2ORLNDia0dKzjg,19555
71
- pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=sPHsqKiGwdbzhlPr2xNPnyic1OFIwC0x-OK-Gq6Dmqg,8377
72
- pulumi_spotinst/spark/outputs.py,sha256=Y1un38DpzMLWjfprr2D573W4FiDu93tIpy3Ell6OEIU,20086
73
- pulumi_spotinst-3.115.0a1742873189.dist-info/METADATA,sha256=bxohBEYWt5D1tRHq0y3otXzErxkDC_KVYGFIq-JdPbg,2721
74
- pulumi_spotinst-3.115.0a1742873189.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91
75
- pulumi_spotinst-3.115.0a1742873189.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
76
- pulumi_spotinst-3.115.0a1742873189.dist-info/RECORD,,