pulumi-mailgun 3.6.0a1732773165__py3-none-any.whl → 3.6.0a1733205244__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "mailgun",
4
- "version": "3.6.0-alpha.1732773165"
4
+ "version": "3.6.0-alpha.1733205244"
5
5
  }
pulumi_mailgun/webhook.py CHANGED
@@ -26,7 +26,7 @@ class WebhookArgs:
26
26
  """
27
27
  The set of arguments for constructing a Webhook resource.
28
28
  :param pulumi.Input[str] domain: The domain to add to Mailgun
29
- :param pulumi.Input[str] kind: The kind of webhook. Supported values (`clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
29
+ :param pulumi.Input[str] kind: The kind of webhook. Supported values (`accepted` `clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
30
30
  :param pulumi.Input[Sequence[pulumi.Input[str]]] urls: The urls of webhook
31
31
  :param pulumi.Input[str] region: The region where domain will be created. Default value is `us`.
32
32
  """
@@ -52,7 +52,7 @@ class WebhookArgs:
52
52
  @pulumi.getter
53
53
  def kind(self) -> pulumi.Input[str]:
54
54
  """
55
- The kind of webhook. Supported values (`clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
55
+ The kind of webhook. Supported values (`accepted` `clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
56
56
  """
57
57
  return pulumi.get(self, "kind")
58
58
 
@@ -95,7 +95,7 @@ class _WebhookState:
95
95
  """
96
96
  Input properties used for looking up and filtering Webhook resources.
97
97
  :param pulumi.Input[str] domain: The domain to add to Mailgun
98
- :param pulumi.Input[str] kind: The kind of webhook. Supported values (`clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
98
+ :param pulumi.Input[str] kind: The kind of webhook. Supported values (`accepted` `clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
99
99
  :param pulumi.Input[str] region: The region where domain will be created. Default value is `us`.
100
100
  :param pulumi.Input[Sequence[pulumi.Input[str]]] urls: The urls of webhook
101
101
  """
@@ -124,7 +124,7 @@ class _WebhookState:
124
124
  @pulumi.getter
125
125
  def kind(self) -> Optional[pulumi.Input[str]]:
126
126
  """
127
- The kind of webhook. Supported values (`clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
127
+ The kind of webhook. Supported values (`accepted` `clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
128
128
  """
129
129
  return pulumi.get(self, "kind")
130
130
 
@@ -188,7 +188,7 @@ class Webhook(pulumi.CustomResource):
188
188
  :param str resource_name: The name of the resource.
189
189
  :param pulumi.ResourceOptions opts: Options for the resource.
190
190
  :param pulumi.Input[str] domain: The domain to add to Mailgun
191
- :param pulumi.Input[str] kind: The kind of webhook. Supported values (`clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
191
+ :param pulumi.Input[str] kind: The kind of webhook. Supported values (`accepted` `clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
192
192
  :param pulumi.Input[str] region: The region where domain will be created. Default value is `us`.
193
193
  :param pulumi.Input[Sequence[pulumi.Input[str]]] urls: The urls of webhook
194
194
  """
@@ -276,7 +276,7 @@ class Webhook(pulumi.CustomResource):
276
276
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
277
277
  :param pulumi.ResourceOptions opts: Options for the resource.
278
278
  :param pulumi.Input[str] domain: The domain to add to Mailgun
279
- :param pulumi.Input[str] kind: The kind of webhook. Supported values (`clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
279
+ :param pulumi.Input[str] kind: The kind of webhook. Supported values (`accepted` `clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
280
280
  :param pulumi.Input[str] region: The region where domain will be created. Default value is `us`.
281
281
  :param pulumi.Input[Sequence[pulumi.Input[str]]] urls: The urls of webhook
282
282
  """
@@ -302,7 +302,7 @@ class Webhook(pulumi.CustomResource):
302
302
  @pulumi.getter
303
303
  def kind(self) -> pulumi.Output[str]:
304
304
  """
305
- The kind of webhook. Supported values (`clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
305
+ The kind of webhook. Supported values (`accepted` `clicked` `complained` `delivered` `opened` `permanent_fail`, `temporary_fail` `unsubscribed`)
306
306
  """
307
307
  return pulumi.get(self, "kind")
308
308
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_mailgun
3
- Version: 3.6.0a1732773165
3
+ Version: 3.6.0a1733205244
4
4
  Summary: A Pulumi package for creating and managing Mailgun resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -6,14 +6,14 @@ pulumi_mailgun/domain_credential.py,sha256=x5sNVp1rWYWmP6EQbEdMm2zIXETAfFOzNcDDT
6
6
  pulumi_mailgun/get_domain.py,sha256=_hkAVXFegLW_q_Ozrj0N2AelPiH-dCRYqFG0ef1jc9k,16438
7
7
  pulumi_mailgun/outputs.py,sha256=_yAV9zhdbelUXcthSgi0wqNRA1FMw0P2sTJ0elHyZv0,16285
8
8
  pulumi_mailgun/provider.py,sha256=NYMRe1ZvSadR289jSIMWFE2Av1Px6Eh1WNB1YmBrZhU,4346
9
- pulumi_mailgun/pulumi-plugin.json,sha256=Bg2KS4NxgmRNmLWS4rzFc3fwXSttUMjhtuVQwepcXWE,83
9
+ pulumi_mailgun/pulumi-plugin.json,sha256=s6jcVpWwKjZrLzoY3Z4judGQoG1rFBiTS1oC4cQyQ1I,83
10
10
  pulumi_mailgun/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  pulumi_mailgun/route.py,sha256=b5k5ESAMr8VrqBSFIh3eaMboB08ThagOybaNOMItNAc,14328
12
- pulumi_mailgun/webhook.py,sha256=sMtEskBws6Qqr91Zc5mOeX0PxIb8FyI0VwsFMw7PhH0,12419
12
+ pulumi_mailgun/webhook.py,sha256=ZfaziPJJFzb1OT1B3NLpqbXoVBVSSMRBzAZd2-Y6Ggk,12496
13
13
  pulumi_mailgun/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
14
14
  pulumi_mailgun/config/__init__.pyi,sha256=yVlVZwiwDCVbo-pD12UK619Y9Am96Xa0gQgOH4vMUhE,542
15
15
  pulumi_mailgun/config/vars.py,sha256=kUdLUx0w1seyzQ7k-VNXNfZNi6wbKYar4aQ-SSwQd9o,711
16
- pulumi_mailgun-3.6.0a1732773165.dist-info/METADATA,sha256=SQKNAvBsHdgXTBktSueVG0Rga44y_A_QXl8icf_lyu4,2639
17
- pulumi_mailgun-3.6.0a1732773165.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
18
- pulumi_mailgun-3.6.0a1732773165.dist-info/top_level.txt,sha256=ux3X8exe9YrOj_SlT4i0pHbKCRsCEFnr4MM3FGuPBmo,15
19
- pulumi_mailgun-3.6.0a1732773165.dist-info/RECORD,,
16
+ pulumi_mailgun-3.6.0a1733205244.dist-info/METADATA,sha256=Q0MCrybirZr8kdOdBwET6WjmbJASSN1ls95kW1BWTfM,2639
17
+ pulumi_mailgun-3.6.0a1733205244.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
18
+ pulumi_mailgun-3.6.0a1733205244.dist-info/top_level.txt,sha256=ux3X8exe9YrOj_SlT4i0pHbKCRsCEFnr4MM3FGuPBmo,15
19
+ pulumi_mailgun-3.6.0a1733205244.dist-info/RECORD,,