stratosphere-appconfig-1.0.0: Stratosphere integration for AWS AppConfig.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppConfig.Extension

Documentation

data Extension Source #

Instances

Instances details
ToJSON Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Show Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Eq Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

ToResourceProperties Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Property "Actions" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Associated Types

type PropertyType "Actions" Extension 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "Actions" Extension = Object

Methods

set :: PropertyType "Actions" Extension -> Extension -> Extension #

Property "Description" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Associated Types

type PropertyType "Description" Extension 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "Description" Extension = Value Text

Methods

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

Property "LatestVersionNumber" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Associated Types

type PropertyType "LatestVersionNumber" Extension 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "LatestVersionNumber" Extension = Value Integer

Methods

set :: PropertyType "LatestVersionNumber" Extension -> Extension -> Extension #

Property "Name" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Associated Types

type PropertyType "Name" Extension 
Instance details

Defined in Stratosphere.AppConfig.Extension

Property "Parameters" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Associated Types

type PropertyType "Parameters" Extension 
Instance details

Defined in Stratosphere.AppConfig.Extension

Methods

set :: PropertyType "Parameters" Extension -> Extension -> Extension #

Property "Tags" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

Associated Types

type PropertyType "Tags" Extension 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "Tags" Extension = [Tag]
type PropertyType "Actions" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "Actions" Extension = Object
type PropertyType "Description" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "Description" Extension = Value Text
type PropertyType "LatestVersionNumber" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "LatestVersionNumber" Extension = Value Integer
type PropertyType "Name" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "Parameters" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "Tags" Extension Source # 
Instance details

Defined in Stratosphere.AppConfig.Extension

type PropertyType "Tags" Extension = [Tag]