| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.OpenSearchService.Domain
Documentation
data NodeConfigProperty Source #
Constructors
| NodeConfigProperty | |
Fields | |
Instances
data ClusterConfigProperty Source #
Constructors
| ClusterConfigProperty | |
Fields
| |
Instances
| ToJSON ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Methods toJSON :: ClusterConfigProperty -> Value # toEncoding :: ClusterConfigProperty -> Encoding # toJSONList :: [ClusterConfigProperty] -> Value # toEncodingList :: [ClusterConfigProperty] -> Encoding # omitField :: ClusterConfigProperty -> Bool # | |||||
| Show ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Methods showsPrec :: Int -> ClusterConfigProperty -> ShowS # show :: ClusterConfigProperty -> String # showList :: [ClusterConfigProperty] -> ShowS # | |||||
| Eq ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Methods (==) :: ClusterConfigProperty -> ClusterConfigProperty -> Bool # (/=) :: ClusterConfigProperty -> ClusterConfigProperty -> Bool # | |||||
| ToResourceProperties ClusterConfigProperty Source # | |||||
| Property "ColdStorageOptions" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "ColdStorageOptions" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "DedicatedMasterCount" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "DedicatedMasterCount" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "DedicatedMasterEnabled" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "DedicatedMasterEnabled" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "DedicatedMasterType" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "DedicatedMasterType" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "InstanceCount" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "InstanceCount" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "InstanceType" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "InstanceType" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "MultiAZWithStandbyEnabled" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "MultiAZWithStandbyEnabled" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "NodeOptions" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "NodeOptions" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "WarmCount" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "WarmCount" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "WarmEnabled" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "WarmEnabled" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "WarmType" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "WarmType" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "ZoneAwarenessConfig" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "ZoneAwarenessConfig" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| Property "ZoneAwarenessEnabled" ClusterConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ClusterConfigProperty Associated Types
Methods set :: PropertyType "ZoneAwarenessEnabled" ClusterConfigProperty -> ClusterConfigProperty -> ClusterConfigProperty # | |||||
| type PropertyType "ColdStorageOptions" ClusterConfigProperty Source # | |||||
| type PropertyType "DedicatedMasterCount" ClusterConfigProperty Source # | |||||
| type PropertyType "DedicatedMasterEnabled" ClusterConfigProperty Source # | |||||
| type PropertyType "DedicatedMasterType" ClusterConfigProperty Source # | |||||
| type PropertyType "InstanceCount" ClusterConfigProperty Source # | |||||
| type PropertyType "InstanceType" ClusterConfigProperty Source # | |||||
| type PropertyType "MultiAZWithStandbyEnabled" ClusterConfigProperty Source # | |||||
| type PropertyType "NodeOptions" ClusterConfigProperty Source # | |||||
| type PropertyType "WarmCount" ClusterConfigProperty Source # | |||||
| type PropertyType "WarmEnabled" ClusterConfigProperty Source # | |||||
| type PropertyType "WarmType" ClusterConfigProperty Source # | |||||
| type PropertyType "ZoneAwarenessConfig" ClusterConfigProperty Source # | |||||
| type PropertyType "ZoneAwarenessEnabled" ClusterConfigProperty Source # | |||||
data ColdStorageOptionsProperty Source #
Constructors
| ColdStorageOptionsProperty | |
Instances
| ToJSON ColdStorageOptionsProperty Source # | |||||
| Show ColdStorageOptionsProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ColdStorageOptionsProperty Methods showsPrec :: Int -> ColdStorageOptionsProperty -> ShowS # show :: ColdStorageOptionsProperty -> String # showList :: [ColdStorageOptionsProperty] -> ShowS # | |||||
| Eq ColdStorageOptionsProperty Source # | |||||
| ToResourceProperties ColdStorageOptionsProperty Source # | |||||
| Property "Enabled" ColdStorageOptionsProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ColdStorageOptionsProperty Associated Types
Methods set :: PropertyType "Enabled" ColdStorageOptionsProperty -> ColdStorageOptionsProperty -> ColdStorageOptionsProperty # | |||||
| type PropertyType "Enabled" ColdStorageOptionsProperty Source # | |||||
data NodeOptionProperty Source #
Constructors
| NodeOptionProperty | |
Fields
| |
Instances
| ToJSON NodeOptionProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.NodeOptionProperty Methods toJSON :: NodeOptionProperty -> Value # toEncoding :: NodeOptionProperty -> Encoding # toJSONList :: [NodeOptionProperty] -> Value # toEncodingList :: [NodeOptionProperty] -> Encoding # omitField :: NodeOptionProperty -> Bool # | |||||
| Show NodeOptionProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.NodeOptionProperty Methods showsPrec :: Int -> NodeOptionProperty -> ShowS # show :: NodeOptionProperty -> String # showList :: [NodeOptionProperty] -> ShowS # | |||||
| Eq NodeOptionProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.NodeOptionProperty Methods (==) :: NodeOptionProperty -> NodeOptionProperty -> Bool # (/=) :: NodeOptionProperty -> NodeOptionProperty -> Bool # | |||||
| ToResourceProperties NodeOptionProperty Source # | |||||
| Property "NodeConfig" NodeOptionProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.NodeOptionProperty Associated Types
Methods set :: PropertyType "NodeConfig" NodeOptionProperty -> NodeOptionProperty -> NodeOptionProperty # | |||||
| Property "NodeType" NodeOptionProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.NodeOptionProperty Associated Types
Methods set :: PropertyType "NodeType" NodeOptionProperty -> NodeOptionProperty -> NodeOptionProperty # | |||||
| type PropertyType "NodeConfig" NodeOptionProperty Source # | |||||
| type PropertyType "NodeType" NodeOptionProperty Source # | |||||
data ZoneAwarenessConfigProperty Source #
Constructors
| ZoneAwarenessConfigProperty | |
Fields
| |
Instances
| ToJSON ZoneAwarenessConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ZoneAwarenessConfigProperty Methods toJSON :: ZoneAwarenessConfigProperty -> Value # toEncoding :: ZoneAwarenessConfigProperty -> Encoding # toJSONList :: [ZoneAwarenessConfigProperty] -> Value # toEncodingList :: [ZoneAwarenessConfigProperty] -> Encoding # | |||||
| Show ZoneAwarenessConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ZoneAwarenessConfigProperty Methods showsPrec :: Int -> ZoneAwarenessConfigProperty -> ShowS # show :: ZoneAwarenessConfigProperty -> String # showList :: [ZoneAwarenessConfigProperty] -> ShowS # | |||||
| Eq ZoneAwarenessConfigProperty Source # | |||||
| ToResourceProperties ZoneAwarenessConfigProperty Source # | |||||
| Property "AvailabilityZoneCount" ZoneAwarenessConfigProperty Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain.ZoneAwarenessConfigProperty Associated Types
Methods set :: PropertyType "AvailabilityZoneCount" ZoneAwarenessConfigProperty -> ZoneAwarenessConfigProperty -> ZoneAwarenessConfigProperty # | |||||
| type PropertyType "AvailabilityZoneCount" ZoneAwarenessConfigProperty Source # | |||||
Constructors
| Domain | |
Fields
| |
Instances
| ToJSON Domain Source # | |||||
| Show Domain Source # | |||||
| Eq Domain Source # | |||||
| ToResourceProperties Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Methods | |||||
| Property "AccessPolicies" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "AdvancedOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "AdvancedSecurityOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "ClusterConfig" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "CognitoOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "DomainEndpointOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "DomainName" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "EBSOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "EncryptionAtRestOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "EngineVersion" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "IPAddressType" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "IdentityCenterOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "LogPublishingOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "NodeToNodeEncryptionOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "OffPeakWindowOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "SkipShardMigrationWait" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "SnapshotOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "SoftwareUpdateOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "Tags" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| Property "VPCOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain Associated Types
| |||||
| type PropertyType "AccessPolicies" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "AdvancedOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "AdvancedSecurityOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "ClusterConfig" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "CognitoOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "DomainEndpointOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "DomainName" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "EBSOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "EncryptionAtRestOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "EngineVersion" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "IPAddressType" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "IdentityCenterOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "LogPublishingOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "NodeToNodeEncryptionOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "OffPeakWindowOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "SkipShardMigrationWait" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "SnapshotOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "SoftwareUpdateOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "Tags" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||
| type PropertyType "VPCOptions" Domain Source # | |||||
Defined in Stratosphere.OpenSearchService.Domain | |||||