stratosphere-ssmguiconnect-1.0.0: Stratosphere integration for AWS SSMGuiConnect.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SSMGuiConnect.Preferences

Documentation

data ConnectionRecordingPreferencesProperty Source #

Instances

Instances details
ToJSON ConnectionRecordingPreferencesProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty

Show ConnectionRecordingPreferencesProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty

Eq ConnectionRecordingPreferencesProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty

ToResourceProperties ConnectionRecordingPreferencesProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty

Property "KMSKeyArn" ConnectionRecordingPreferencesProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty

Property "RecordingDestinations" ConnectionRecordingPreferencesProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty

type PropertyType "KMSKeyArn" ConnectionRecordingPreferencesProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty

type PropertyType "RecordingDestinations" ConnectionRecordingPreferencesProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.ConnectionRecordingPreferencesProperty

data RecordingDestinationsProperty Source #

Instances

Instances details
ToJSON RecordingDestinationsProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty

Show RecordingDestinationsProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty

Eq RecordingDestinationsProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty

ToResourceProperties RecordingDestinationsProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty

Property "S3Buckets" RecordingDestinationsProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty

type PropertyType "S3Buckets" RecordingDestinationsProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.RecordingDestinationsProperty

data S3BucketProperty Source #

Instances

Instances details
ToJSON S3BucketProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

Show S3BucketProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

Eq S3BucketProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

ToResourceProperties S3BucketProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

Property "BucketName" S3BucketProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

Associated Types

type PropertyType "BucketName" S3BucketProperty 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

Property "BucketOwner" S3BucketProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

Associated Types

type PropertyType "BucketOwner" S3BucketProperty 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

type PropertyType "BucketName" S3BucketProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

type PropertyType "BucketOwner" S3BucketProperty Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences.S3BucketProperty

data Preferences Source #

Instances

Instances details
ToJSON Preferences Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences

Show Preferences Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences

Eq Preferences Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences

ToResourceProperties Preferences Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences

Property "ConnectionRecordingPreferences" Preferences Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences

Associated Types

type PropertyType "ConnectionRecordingPreferences" Preferences 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences

type PropertyType "ConnectionRecordingPreferences" Preferences = ConnectionRecordingPreferencesProperty

Methods

set :: PropertyType "ConnectionRecordingPreferences" Preferences -> Preferences -> Preferences #

type PropertyType "ConnectionRecordingPreferences" Preferences Source # 
Instance details

Defined in Stratosphere.SSMGuiConnect.Preferences

type PropertyType "ConnectionRecordingPreferences" Preferences = ConnectionRecordingPreferencesProperty