pulumi-checkly 2.3.0a1750944663__py3-none-any.whl → 2.4.0a1754310884__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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "checkly",
4
- "version": "2.3.0-alpha.1750944663",
4
+ "version": "2.4.0-alpha.1754310884",
5
5
  "server": "github://api.github.com/checkly"
6
6
  }
@@ -690,8 +690,6 @@ class TcpCheck(pulumi.CustomResource):
690
690
  use_global_alert_settings: Optional[pulumi.Input[bool]] = None,
691
691
  __props__=None):
692
692
  """
693
- TCP checks allow you to monitor remote endpoints at a lower level.
694
-
695
693
  ## Example Usage
696
694
 
697
695
  ```python
@@ -789,8 +787,6 @@ class TcpCheck(pulumi.CustomResource):
789
787
  args: TcpCheckArgs,
790
788
  opts: Optional[pulumi.ResourceOptions] = None):
791
789
  """
792
- TCP checks allow you to monitor remote endpoints at a lower level.
793
-
794
790
  ## Example Usage
795
791
 
796
792
  ```python