packages feed

amazonka-cloudformation 0.2.1 → 0.2.2

raw patch · 19 files changed

+52/−52 lines, 19 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

+ Network.AWS.CloudFormation.CancelUpdateStack: instance Read CancelUpdateStack
+ Network.AWS.CloudFormation.CancelUpdateStack: instance Read CancelUpdateStackResponse
+ Network.AWS.CloudFormation.CreateStack: instance Read CreateStack
+ Network.AWS.CloudFormation.CreateStack: instance Read CreateStackResponse
+ Network.AWS.CloudFormation.DeleteStack: instance Read DeleteStack
+ Network.AWS.CloudFormation.DeleteStack: instance Read DeleteStackResponse
+ Network.AWS.CloudFormation.DescribeStackEvents: instance Read DescribeStackEvents
+ Network.AWS.CloudFormation.DescribeStackEvents: instance Read DescribeStackEventsResponse
+ Network.AWS.CloudFormation.DescribeStackResource: instance Read DescribeStackResource
+ Network.AWS.CloudFormation.DescribeStackResource: instance Read DescribeStackResourceResponse
+ Network.AWS.CloudFormation.DescribeStackResources: instance Read DescribeStackResources
+ Network.AWS.CloudFormation.DescribeStackResources: instance Read DescribeStackResourcesResponse
+ Network.AWS.CloudFormation.DescribeStacks: instance Read DescribeStacks
+ Network.AWS.CloudFormation.DescribeStacks: instance Read DescribeStacksResponse
+ Network.AWS.CloudFormation.EstimateTemplateCost: instance Read EstimateTemplateCost
+ Network.AWS.CloudFormation.EstimateTemplateCost: instance Read EstimateTemplateCostResponse
+ Network.AWS.CloudFormation.GetStackPolicy: instance Read GetStackPolicy
+ Network.AWS.CloudFormation.GetStackPolicy: instance Read GetStackPolicyResponse
+ Network.AWS.CloudFormation.GetTemplate: instance Read GetTemplate
+ Network.AWS.CloudFormation.GetTemplate: instance Read GetTemplateResponse
+ Network.AWS.CloudFormation.GetTemplateSummary: instance Read GetTemplateSummary
+ Network.AWS.CloudFormation.GetTemplateSummary: instance Read GetTemplateSummaryResponse
+ Network.AWS.CloudFormation.ListStackResources: instance Read ListStackResources
+ Network.AWS.CloudFormation.ListStackResources: instance Read ListStackResourcesResponse
+ Network.AWS.CloudFormation.ListStacks: instance Read ListStacks
+ Network.AWS.CloudFormation.ListStacks: instance Read ListStacksResponse
+ Network.AWS.CloudFormation.SetStackPolicy: instance Read SetStackPolicy
+ Network.AWS.CloudFormation.SetStackPolicy: instance Read SetStackPolicyResponse
+ Network.AWS.CloudFormation.SignalResource: instance Read SignalResource
+ Network.AWS.CloudFormation.SignalResource: instance Read SignalResourceResponse
+ Network.AWS.CloudFormation.Types: instance Read Capability
+ Network.AWS.CloudFormation.Types: instance Read OnFailure
+ Network.AWS.CloudFormation.Types: instance Read Output
+ Network.AWS.CloudFormation.Types: instance Read Parameter
+ Network.AWS.CloudFormation.Types: instance Read ParameterDeclaration
+ Network.AWS.CloudFormation.Types: instance Read ResourceSignalStatus
+ Network.AWS.CloudFormation.Types: instance Read ResourceStatus
+ Network.AWS.CloudFormation.Types: instance Read Stack
+ Network.AWS.CloudFormation.Types: instance Read StackEvent
+ Network.AWS.CloudFormation.Types: instance Read StackResource
+ Network.AWS.CloudFormation.Types: instance Read StackResourceDetail
+ Network.AWS.CloudFormation.Types: instance Read StackResourceSummary
+ Network.AWS.CloudFormation.Types: instance Read StackStatus
+ Network.AWS.CloudFormation.Types: instance Read StackSummary
+ Network.AWS.CloudFormation.Types: instance Read Tag
+ Network.AWS.CloudFormation.Types: instance Read TemplateParameter
+ Network.AWS.CloudFormation.UpdateStack: instance Read UpdateStack
+ Network.AWS.CloudFormation.UpdateStack: instance Read UpdateStackResponse
+ Network.AWS.CloudFormation.ValidateTemplate: instance Read ValidateTemplate
+ Network.AWS.CloudFormation.ValidateTemplate: instance Read ValidateTemplateResponse

Files

amazonka-cloudformation.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-cloudformation-version:               0.2.1+version:               0.2.2 synopsis:              Amazon CloudFormation SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -65,5 +65,5 @@     other-modules:      build-depends:-          amazonka-core == 0.2.1.*+          amazonka-core == 0.2.2.*         , base          >= 4.7     && < 5
gen/Network/AWS/CloudFormation/CancelUpdateStack.hs view
@@ -51,7 +51,7 @@  newtype CancelUpdateStack = CancelUpdateStack     { _cusStackName :: Text-    } deriving (Eq, Ord, Show, Monoid, IsString)+    } deriving (Eq, Ord, Read, Show, Monoid, IsString)  -- | 'CancelUpdateStack' constructor. --@@ -70,7 +70,7 @@ cusStackName = lens _cusStackName (\s a -> s { _cusStackName = a })  data CancelUpdateStackResponse = CancelUpdateStackResponse-    deriving (Eq, Ord, Show, Generic)+    deriving (Eq, Ord, Read, Show, Generic)  -- | 'CancelUpdateStackResponse' constructor. cancelUpdateStackResponse :: CancelUpdateStackResponse
gen/Network/AWS/CloudFormation/CreateStack.hs view
@@ -73,7 +73,7 @@     , _csTemplateBody     :: Maybe Text     , _csTemplateURL      :: Maybe Text     , _csTimeoutInMinutes :: Maybe Nat-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'CreateStack' constructor. --@@ -218,7 +218,7 @@  newtype CreateStackResponse = CreateStackResponse     { _csrStackId :: Maybe Text-    } deriving (Eq, Ord, Show, Monoid)+    } deriving (Eq, Ord, Read, Show, Monoid)  -- | 'CreateStackResponse' constructor. --
gen/Network/AWS/CloudFormation/DeleteStack.hs view
@@ -49,7 +49,7 @@  newtype DeleteStack = DeleteStack     { _dsStackName :: Text-    } deriving (Eq, Ord, Show, Monoid, IsString)+    } deriving (Eq, Ord, Read, Show, Monoid, IsString)  -- | 'DeleteStack' constructor. --@@ -68,7 +68,7 @@ dsStackName = lens _dsStackName (\s a -> s { _dsStackName = a })  data DeleteStackResponse = DeleteStackResponse-    deriving (Eq, Ord, Show, Generic)+    deriving (Eq, Ord, Read, Show, Generic)  -- | 'DeleteStackResponse' constructor. deleteStackResponse :: DeleteStackResponse
gen/Network/AWS/CloudFormation/DescribeStackEvents.hs view
@@ -57,7 +57,7 @@ data DescribeStackEvents = DescribeStackEvents     { _dseNextToken :: Maybe Text     , _dseStackName :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'DescribeStackEvents' constructor. --@@ -91,7 +91,7 @@ data DescribeStackEventsResponse = DescribeStackEventsResponse     { _dserNextToken   :: Maybe Text     , _dserStackEvents :: List "member" StackEvent-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'DescribeStackEventsResponse' constructor. --
gen/Network/AWS/CloudFormation/DescribeStackResource.hs view
@@ -54,7 +54,7 @@ data DescribeStackResource = DescribeStackResource     { _dsr1LogicalResourceId :: Text     , _dsr1StackName         :: Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'DescribeStackResource' constructor. --@@ -90,7 +90,7 @@  newtype DescribeStackResourceResponse = DescribeStackResourceResponse     { _dsrrStackResourceDetail :: Maybe StackResourceDetail-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'DescribeStackResourceResponse' constructor. --
gen/Network/AWS/CloudFormation/DescribeStackResources.hs view
@@ -67,7 +67,7 @@     { _dsrLogicalResourceId  :: Maybe Text     , _dsrPhysicalResourceId :: Maybe Text     , _dsrStackName          :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'DescribeStackResources' constructor. --@@ -120,7 +120,7 @@  newtype DescribeStackResourcesResponse = DescribeStackResourcesResponse     { _dsrrStackResources :: List "member" StackResource-    } deriving (Eq, Show, Monoid, Semigroup)+    } deriving (Eq, Read, Show, Monoid, Semigroup)  instance GHC.Exts.IsList DescribeStackResourcesResponse where     type Item DescribeStackResourcesResponse = StackResource
gen/Network/AWS/CloudFormation/DescribeStacks.hs view
@@ -53,7 +53,7 @@ data DescribeStacks = DescribeStacks     { _ds1NextToken :: Maybe Text     , _ds1StackName :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'DescribeStacks' constructor. --@@ -85,7 +85,7 @@ data DescribeStacksResponse = DescribeStacksResponse     { _dsrNextToken :: Maybe Text     , _dsrStacks    :: List "member" Stack-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'DescribeStacksResponse' constructor. --
gen/Network/AWS/CloudFormation/EstimateTemplateCost.hs view
@@ -55,7 +55,7 @@     { _etcParameters   :: List "member" Parameter     , _etcTemplateBody :: Maybe Text     , _etcTemplateURL  :: Maybe Text-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'EstimateTemplateCost' constructor. --@@ -98,7 +98,7 @@  newtype EstimateTemplateCostResponse = EstimateTemplateCostResponse     { _etcrUrl :: Maybe Text-    } deriving (Eq, Ord, Show, Monoid)+    } deriving (Eq, Ord, Read, Show, Monoid)  -- | 'EstimateTemplateCostResponse' constructor. --
gen/Network/AWS/CloudFormation/GetStackPolicy.hs view
@@ -50,7 +50,7 @@  newtype GetStackPolicy = GetStackPolicy     { _gspStackName :: Text-    } deriving (Eq, Ord, Show, Monoid, IsString)+    } deriving (Eq, Ord, Read, Show, Monoid, IsString)  -- | 'GetStackPolicy' constructor. --@@ -71,7 +71,7 @@  newtype GetStackPolicyResponse = GetStackPolicyResponse     { _gsprStackPolicyBody :: Maybe Text-    } deriving (Eq, Ord, Show, Monoid)+    } deriving (Eq, Ord, Read, Show, Monoid)  -- | 'GetStackPolicyResponse' constructor. --
gen/Network/AWS/CloudFormation/GetTemplate.hs view
@@ -55,7 +55,7 @@  newtype GetTemplate = GetTemplate     { _gtStackName :: Text-    } deriving (Eq, Ord, Show, Monoid, IsString)+    } deriving (Eq, Ord, Read, Show, Monoid, IsString)  -- | 'GetTemplate' constructor. --@@ -80,7 +80,7 @@  newtype GetTemplateResponse = GetTemplateResponse     { _gtrTemplateBody :: Maybe Text-    } deriving (Eq, Ord, Show, Monoid)+    } deriving (Eq, Ord, Read, Show, Monoid)  -- | 'GetTemplateResponse' constructor. --
gen/Network/AWS/CloudFormation/GetTemplateSummary.hs view
@@ -66,7 +66,7 @@     { _gtsStackName    :: Maybe Text     , _gtsTemplateBody :: Maybe Text     , _gtsTemplateURL  :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'GetTemplateSummary' constructor. --@@ -119,7 +119,7 @@     , _gtsrDescription        :: Maybe Text     , _gtsrParameters         :: List "member" ParameterDeclaration     , _gtsrVersion            :: Maybe Text-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'GetTemplateSummaryResponse' constructor. --
gen/Network/AWS/CloudFormation/ListStackResources.hs view
@@ -55,7 +55,7 @@ data ListStackResources = ListStackResources     { _lsrNextToken :: Maybe Text     , _lsrStackName :: Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'ListStackResources' constructor. --@@ -91,7 +91,7 @@ data ListStackResourcesResponse = ListStackResourcesResponse     { _lsrrNextToken              :: Maybe Text     , _lsrrStackResourceSummaries :: List "member" StackResourceSummary-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'ListStackResourcesResponse' constructor. --
gen/Network/AWS/CloudFormation/ListStacks.hs view
@@ -56,7 +56,7 @@ data ListStacks = ListStacks     { _lsNextToken         :: Maybe Text     , _lsStackStatusFilter :: List "member" StackStatus-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'ListStacks' constructor. --@@ -89,7 +89,7 @@ data ListStacksResponse = ListStacksResponse     { _lsr1NextToken      :: Maybe Text     , _lsr1StackSummaries :: List "member" StackSummary-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'ListStacksResponse' constructor. --
gen/Network/AWS/CloudFormation/SetStackPolicy.hs view
@@ -51,7 +51,7 @@     { _sspStackName       :: Text     , _sspStackPolicyBody :: Maybe Text     , _sspStackPolicyURL  :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'SetStackPolicy' constructor. --@@ -91,7 +91,7 @@     lens _sspStackPolicyURL (\s a -> s { _sspStackPolicyURL = a })  data SetStackPolicyResponse = SetStackPolicyResponse-    deriving (Eq, Ord, Show, Generic)+    deriving (Eq, Ord, Read, Show, Generic)  -- | 'SetStackPolicyResponse' constructor. setStackPolicyResponse :: SetStackPolicyResponse
gen/Network/AWS/CloudFormation/SignalResource.hs view
@@ -58,7 +58,7 @@     , _srStackName         :: Text     , _srStatus            :: ResourceSignalStatus     , _srUniqueId          :: Text-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'SignalResource' constructor. --@@ -108,7 +108,7 @@ srUniqueId = lens _srUniqueId (\s a -> s { _srUniqueId = a })  data SignalResourceResponse = SignalResourceResponse-    deriving (Eq, Ord, Show, Generic)+    deriving (Eq, Ord, Read, Show, Generic)  -- | 'SignalResourceResponse' constructor. signalResourceResponse :: SignalResourceResponse
gen/Network/AWS/CloudFormation/Types.hs view
@@ -219,7 +219,7 @@ data Tag = Tag     { _tagKey   :: Maybe Text     , _tagValue :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'Tag' constructor. --@@ -274,7 +274,7 @@     | UpdateRollbackCompleteCleanupInProgress -- ^ UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS     | UpdateRollbackFailed                    -- ^ UPDATE_ROLLBACK_FAILED     | UpdateRollbackInProgress                -- ^ UPDATE_ROLLBACK_IN_PROGRESS-      deriving (Eq, Ord, Show, Generic, Enum)+      deriving (Eq, Ord, Read, Show, Generic, Enum)  instance Hashable StackStatus @@ -336,7 +336,7 @@     , _seStackId              :: Text     , _seStackName            :: Text     , _seTimestamp            :: ISO8601-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'StackEvent' constructor. --@@ -462,7 +462,7 @@     , _ssStackStatus         :: StackStatus     , _ssStackStatusReason   :: Maybe Text     , _ssTemplateDescription :: Maybe Text-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'StackSummary' constructor. --@@ -570,7 +570,7 @@     , _srdResourceType         :: Text     , _srdStackId              :: Maybe Text     , _srdStackName            :: Maybe Text-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'StackResourceDetail' constructor. --@@ -702,7 +702,7 @@     | RSUpdateComplete   -- ^ UPDATE_COMPLETE     | RSUpdateFailed     -- ^ UPDATE_FAILED     | RSUpdateInProgress -- ^ UPDATE_IN_PROGRESS-      deriving (Eq, Ord, Show, Generic, Enum)+      deriving (Eq, Ord, Read, Show, Generic, Enum)  instance Hashable ResourceStatus @@ -746,7 +746,7 @@     , _tpDescription  :: Maybe Text     , _tpNoEcho       :: Maybe Bool     , _tpParameterKey :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'TemplateParameter' constructor. --@@ -806,7 +806,7 @@     , _pdNoEcho        :: Maybe Bool     , _pdParameterKey  :: Maybe Text     , _pdParameterType :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'ParameterDeclaration' constructor. --@@ -879,7 +879,7 @@     , _sr1StackId              :: Maybe Text     , _sr1StackName            :: Maybe Text     , _sr1Timestamp            :: ISO8601-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'StackResource' constructor. --@@ -991,7 +991,7 @@     { _oDescription :: Maybe Text     , _oOutputKey   :: Maybe Text     , _oOutputValue :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'Output' constructor. --@@ -1042,7 +1042,7 @@     , _srsResourceStatus       :: ResourceStatus     , _srsResourceStatusReason :: Maybe Text     , _srsResourceType         :: Text-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'StackResourceSummary' constructor. --@@ -1127,7 +1127,7 @@  data Capability     = CapabilityIam -- ^ CAPABILITY_IAM-      deriving (Eq, Ord, Show, Generic, Enum)+      deriving (Eq, Ord, Read, Show, Generic, Enum)  instance Hashable Capability @@ -1150,7 +1150,7 @@ data ResourceSignalStatus     = Failure -- ^ FAILURE     | Success -- ^ SUCCESS-      deriving (Eq, Ord, Show, Generic, Enum)+      deriving (Eq, Ord, Read, Show, Generic, Enum)  instance Hashable ResourceSignalStatus @@ -1188,7 +1188,7 @@     , _sStackStatusReason :: Maybe Text     , _sTags              :: List "member" Tag     , _sTimeoutInMinutes  :: Maybe Nat-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'Stack' constructor. --@@ -1346,7 +1346,7 @@     = Delete'   -- ^ DELETE     | DoNothing -- ^ DO_NOTHING     | Rollback  -- ^ ROLLBACK-      deriving (Eq, Ord, Show, Generic, Enum)+      deriving (Eq, Ord, Read, Show, Generic, Enum)  instance Hashable OnFailure @@ -1375,7 +1375,7 @@     { _pParameterKey     :: Maybe Text     , _pParameterValue   :: Maybe Text     , _pUsePreviousValue :: Maybe Bool-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'Parameter' constructor. --
gen/Network/AWS/CloudFormation/UpdateStack.hs view
@@ -79,7 +79,7 @@     , _usTemplateBody                :: Maybe Text     , _usTemplateURL                 :: Maybe Text     , _usUsePreviousTemplate         :: Maybe Bool-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'UpdateStack' constructor. --@@ -224,7 +224,7 @@  newtype UpdateStackResponse = UpdateStackResponse     { _usrStackId :: Maybe Text-    } deriving (Eq, Ord, Show, Monoid)+    } deriving (Eq, Ord, Read, Show, Monoid)  -- | 'UpdateStackResponse' constructor. --
gen/Network/AWS/CloudFormation/ValidateTemplate.hs view
@@ -54,7 +54,7 @@ data ValidateTemplate = ValidateTemplate     { _vtTemplateBody :: Maybe Text     , _vtTemplateURL  :: Maybe Text-    } deriving (Eq, Ord, Show)+    } deriving (Eq, Ord, Read, Show)  -- | 'ValidateTemplate' constructor. --@@ -94,7 +94,7 @@     , _vtrCapabilitiesReason :: Maybe Text     , _vtrDescription        :: Maybe Text     , _vtrParameters         :: List "member" TemplateParameter-    } deriving (Eq, Show)+    } deriving (Eq, Read, Show)  -- | 'ValidateTemplateResponse' constructor. --