stratosphere-servicediscovery-1.0.0: Stratosphere integration for AWS ServiceDiscovery.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ServiceDiscovery.Service

Documentation

data Service Source #

Constructors

Service

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html

Fields

Instances

Instances details
ToJSON Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Show Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Eq Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Methods

(==) :: Service -> Service -> Bool #

(/=) :: Service -> Service -> Bool #

ToResourceProperties Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Property "Description" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "Description" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "Description" Service = Value Text

Methods

set :: PropertyType "Description" Service -> Service -> Service #

Property "DnsConfig" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "DnsConfig" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Methods

set :: PropertyType "DnsConfig" Service -> Service -> Service #

Property "HealthCheckConfig" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "HealthCheckConfig" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Methods

set :: PropertyType "HealthCheckConfig" Service -> Service -> Service #

Property "HealthCheckCustomConfig" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "HealthCheckCustomConfig" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "HealthCheckCustomConfig" Service = HealthCheckCustomConfigProperty

Methods

set :: PropertyType "HealthCheckCustomConfig" Service -> Service -> Service #

Property "Name" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "Name" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Methods

set :: PropertyType "Name" Service -> Service -> Service #

Property "NamespaceId" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "NamespaceId" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "NamespaceId" Service = Value Text

Methods

set :: PropertyType "NamespaceId" Service -> Service -> Service #

Property "ServiceAttributes" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "ServiceAttributes" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "ServiceAttributes" Service = Object

Methods

set :: PropertyType "ServiceAttributes" Service -> Service -> Service #

Property "Tags" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "Tags" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "Tags" Service = [Tag]

Methods

set :: PropertyType "Tags" Service -> Service -> Service #

Property "Type" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Associated Types

type PropertyType "Type" Service 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

Methods

set :: PropertyType "Type" Service -> Service -> Service #

type PropertyType "Description" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "Description" Service = Value Text
type PropertyType "DnsConfig" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "HealthCheckConfig" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "HealthCheckCustomConfig" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "HealthCheckCustomConfig" Service = HealthCheckCustomConfigProperty
type PropertyType "Name" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "NamespaceId" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "NamespaceId" Service = Value Text
type PropertyType "ServiceAttributes" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "ServiceAttributes" Service = Object
type PropertyType "Tags" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service

type PropertyType "Tags" Service = [Tag]
type PropertyType "Type" Service Source # 
Instance details

Defined in Stratosphere.ServiceDiscovery.Service