| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SSMGuiConnect.Preferences
Documentation
data ConnectionRecordingPreferencesProperty Source #
Constructors
| ConnectionRecordingPreferencesProperty | |
Fields | |
Instances
data RecordingDestinationsProperty Source #
Constructors
| RecordingDestinationsProperty | |
Fields
| |
Instances
| ToJSON RecordingDestinationsProperty Source # | |||||
| Show RecordingDestinationsProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty Methods showsPrec :: Int -> RecordingDestinationsProperty -> ShowS # show :: RecordingDestinationsProperty -> String # showList :: [RecordingDestinationsProperty] -> ShowS # | |||||
| Eq RecordingDestinationsProperty Source # | |||||
| ToResourceProperties RecordingDestinationsProperty Source # | |||||
| Property "S3Buckets" RecordingDestinationsProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty Associated Types
Methods set :: PropertyType "S3Buckets" RecordingDestinationsProperty -> RecordingDestinationsProperty -> RecordingDestinationsProperty # | |||||
| type PropertyType "S3Buckets" RecordingDestinationsProperty Source # | |||||
data S3BucketProperty Source #
Constructors
| S3BucketProperty | |
Fields
| |
Instances
| ToJSON S3BucketProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty Methods toJSON :: S3BucketProperty -> Value # toEncoding :: S3BucketProperty -> Encoding # toJSONList :: [S3BucketProperty] -> Value # toEncodingList :: [S3BucketProperty] -> Encoding # omitField :: S3BucketProperty -> Bool # | |||||
| Show S3BucketProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty Methods showsPrec :: Int -> S3BucketProperty -> ShowS # show :: S3BucketProperty -> String # showList :: [S3BucketProperty] -> ShowS # | |||||
| Eq S3BucketProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty Methods (==) :: S3BucketProperty -> S3BucketProperty -> Bool # (/=) :: S3BucketProperty -> S3BucketProperty -> Bool # | |||||
| ToResourceProperties S3BucketProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty Methods toResourceProperties :: S3BucketProperty -> ResourceProperties # | |||||
| Property "BucketName" S3BucketProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty Associated Types
Methods set :: PropertyType "BucketName" S3BucketProperty -> S3BucketProperty -> S3BucketProperty # | |||||
| Property "BucketOwner" S3BucketProperty Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty Associated Types
Methods set :: PropertyType "BucketOwner" S3BucketProperty -> S3BucketProperty -> S3BucketProperty # | |||||
| type PropertyType "BucketName" S3BucketProperty Source # | |||||
| type PropertyType "BucketOwner" S3BucketProperty Source # | |||||
mkConnectionRecordingPreferencesProperty :: Value Text -> RecordingDestinationsProperty -> ConnectionRecordingPreferencesProperty Source #
mkS3BucketProperty :: Value Text -> Value Text -> S3BucketProperty Source #
data Preferences Source #
Constructors
| Preferences | |
Instances
| ToJSON Preferences Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences Methods toJSON :: Preferences -> Value # toEncoding :: Preferences -> Encoding # toJSONList :: [Preferences] -> Value # toEncodingList :: [Preferences] -> Encoding # omitField :: Preferences -> Bool # | |||||
| Show Preferences Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences Methods showsPrec :: Int -> Preferences -> ShowS # show :: Preferences -> String # showList :: [Preferences] -> ShowS # | |||||
| Eq Preferences Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences | |||||
| ToResourceProperties Preferences Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences Methods | |||||
| Property "ConnectionRecordingPreferences" Preferences Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences Associated Types
Methods set :: PropertyType "ConnectionRecordingPreferences" Preferences -> Preferences -> Preferences # | |||||
| type PropertyType "ConnectionRecordingPreferences" Preferences Source # | |||||
Defined in Stratosphere.SSMGuiConnect.Preferences type PropertyType "ConnectionRecordingPreferences" Preferences = ConnectionRecordingPreferencesProperty | |||||