pulumi-mailgun 3.6.0a1732773165__tar.gz → 3.6.0a1733205244__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/PKG-INFO +1 -1
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/pulumi-plugin.json +1 -1
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/webhook.py +7 -7
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun.egg-info/PKG-INFO +1 -1
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pyproject.toml +1 -1
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/README.md +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/__init__.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/_inputs.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/_utilities.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/config/__init__.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/config/__init__.pyi +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/config/vars.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/domain.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/domain_credential.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/get_domain.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/outputs.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/provider.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/py.typed +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/route.py +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun.egg-info/SOURCES.txt +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun.egg-info/dependency_links.txt +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun.egg-info/requires.txt +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun.egg-info/top_level.txt +0 -0
- {pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/setup.cfg +0 -0
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/webhook.py
RENAMED
@@ -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
|
|
File without changes
|
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/__init__.py
RENAMED
File without changes
|
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/_inputs.py
RENAMED
File without changes
|
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/_utilities.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/config/vars.py
RENAMED
File without changes
|
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/domain.py
RENAMED
File without changes
|
File without changes
|
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/get_domain.py
RENAMED
File without changes
|
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/outputs.py
RENAMED
File without changes
|
{pulumi_mailgun-3.6.0a1732773165 → pulumi_mailgun-3.6.0a1733205244}/pulumi_mailgun/provider.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|