Skip to content

Commit

Permalink
Regenerating services affected by updated locationNames for flattened…
Browse files Browse the repository at this point in the history
… serialisation
  • Loading branch information
brendanhay committed Dec 22, 2014
1 parent 6771f3b commit 652c2b0
Show file tree
Hide file tree
Showing 79 changed files with 20,724 additions and 236 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import Network.AWS.CodeDeploy.Types
import qualified GHC.Exts

newtype BatchGetApplications = BatchGetApplications
{ _bgaApplicationNames :: List "applications" Text
{ _bgaApplicationNames :: List "applicationNames" Text
} deriving (Eq, Ord, Show, Monoid, Semigroup)

instance GHC.Exts.IsList BatchGetApplications where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import Network.AWS.CodeDeploy.Types
import qualified GHC.Exts

newtype BatchGetDeployments = BatchGetDeployments
{ _bgdDeploymentIds :: List "deployments" Text
{ _bgdDeploymentIds :: List "deploymentIds" Text
} deriving (Eq, Ord, Show, Monoid, Semigroup)

instance GHC.Exts.IsList BatchGetDeployments where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ddgDeploymentGroupName =
lens _ddgDeploymentGroupName (\s a -> s { _ddgDeploymentGroupName = a })

newtype DeleteDeploymentGroupResponse = DeleteDeploymentGroupResponse
{ _ddgrHooksNotCleanedUp :: List "autoScalingGroups" AutoScalingGroup
{ _ddgrHooksNotCleanedUp :: List "hooksNotCleanedUp" AutoScalingGroup
} deriving (Eq, Show, Monoid, Semigroup)

instance GHC.Exts.IsList DeleteDeploymentGroupResponse where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ udgServiceRoleArn =
lens _udgServiceRoleArn (\s a -> s { _udgServiceRoleArn = a })

newtype UpdateDeploymentGroupResponse = UpdateDeploymentGroupResponse
{ _udgrHooksNotCleanedUp :: List "autoScalingGroups" AutoScalingGroup
{ _udgrHooksNotCleanedUp :: List "hooksNotCleanedUp" AutoScalingGroup
} deriving (Eq, Show, Monoid, Semigroup)

instance GHC.Exts.IsList UpdateDeploymentGroupResponse where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import qualified GHC.Exts
data UnlinkIdentity = UnlinkIdentity
{ _uiIdentityId :: Text
, _uiLogins :: Map Text Text
, _uiLoginsToRemove :: List "Logins" Text
, _uiLoginsToRemove :: List "LoginsToRemove" Text
} deriving (Eq, Show)

-- | 'UnlinkIdentity' constructor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import qualified GHC.Exts
data DescribeObjects = DescribeObjects
{ _doEvaluateExpressions :: Maybe Bool
, _doMarker :: Maybe Text
, _doObjectIds :: List "pipelineIds" Text
, _doObjectIds :: List "objectIds" Text
, _doPipelineId :: Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ qoSphere = lens _qoSphere (\s a -> s { _qoSphere = a })

data QueryObjectsResponse = QueryObjectsResponse
{ _qorHasMoreResults :: Maybe Bool
, _qorIds :: List "pipelineIds" Text
, _qorIds :: List "ids" Text
, _qorMarker :: Maybe Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Network.AWS.DataPipeline.Types
import qualified GHC.Exts

data SetStatus = SetStatus
{ _ssObjectIds :: List "pipelineIds" Text
{ _ssObjectIds :: List "objectIds" Text
, _ssPipelineId :: Text
, _ssStatus :: Text
} deriving (Eq, Ord, Show)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ instance ToJSON TaskStatus where

data ValidationWarning = ValidationWarning
{ _vwId :: Maybe Text
, _vwWarnings :: List "errors" Text
, _vwWarnings :: List "warnings" Text
} deriving (Eq, Ord, Show)

-- | 'ValidationWarning' constructor.
Expand Down
2 changes: 1 addition & 1 deletion amazonka-dynamodb/gen/Network/AWS/DynamoDB/BatchGetItem.hs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ bgiReturnConsumedCapacity =

data BatchGetItemResponse = BatchGetItemResponse
{ _bgirConsumedCapacity :: List "ConsumedCapacity" ConsumedCapacity
, _bgirResponses :: Map Text (List "Items" (Map Text AttributeValue))
, _bgirResponses :: Map Text (List "Responses" (Map Text AttributeValue))
, _bgirUnprocessedKeys :: Map Text KeysAndAttributes
} deriving (Eq, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ bwiReturnItemCollectionMetrics =
data BatchWriteItemResponse = BatchWriteItemResponse
{ _bwirConsumedCapacity :: List "ConsumedCapacity" ConsumedCapacity
, _bwirItemCollectionMetrics :: Map Text (List "ItemCollectionMetrics" ItemCollectionMetrics)
, _bwirUnprocessedItems :: Map Text (List1 "RequestItems" WriteRequest)
, _bwirUnprocessedItems :: Map Text (List1 "UnprocessedItems" WriteRequest)
} deriving (Eq, Show)

-- | 'BatchWriteItemResponse' constructor.
Expand Down
2 changes: 1 addition & 1 deletion amazonka-emr/gen/Network/AWS/EMR/DescribeJobFlows.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import qualified GHC.Exts
data DescribeJobFlows = DescribeJobFlows
{ _djfCreatedAfter :: Maybe POSIX
, _djfCreatedBefore :: Maybe POSIX
, _djfJobFlowIds :: List "Args" Text
, _djfJobFlowIds :: List "JobFlowIds" Text
, _djfJobFlowStates :: List "JobFlowStates" JobFlowExecutionState
} deriving (Eq, Show)

Expand Down
2 changes: 1 addition & 1 deletion amazonka-emr/gen/Network/AWS/EMR/ListSteps.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import qualified GHC.Exts
data ListSteps = ListSteps
{ _lsClusterId :: Text
, _lsMarker :: Maybe Text
, _lsStepIds :: List "Args" Text
, _lsStepIds :: List "StepIds" Text
, _lsStepStates :: List "StepStates" StepState
} deriving (Eq, Show)

Expand Down
2 changes: 1 addition & 1 deletion amazonka-emr/gen/Network/AWS/EMR/RemoveTags.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import qualified GHC.Exts

data RemoveTags = RemoveTags
{ _rtResourceId :: Text
, _rtTagKeys :: List "Args" Text
, _rtTagKeys :: List "TagKeys" Text
} deriving (Eq, Ord, Show)

-- | 'RemoveTags' constructor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import Network.AWS.EMR.Types
import qualified GHC.Exts

data SetTerminationProtection = SetTerminationProtection
{ _stpJobFlowIds :: List "Args" Text
{ _stpJobFlowIds :: List "JobFlowIds" Text
, _stpTerminationProtected :: Bool
} deriving (Eq, Ord, Show)

Expand Down
2 changes: 1 addition & 1 deletion amazonka-emr/gen/Network/AWS/EMR/SetVisibleToAllUsers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import Network.AWS.EMR.Types
import qualified GHC.Exts

data SetVisibleToAllUsers = SetVisibleToAllUsers
{ _svtauJobFlowIds :: List "Args" Text
{ _svtauJobFlowIds :: List "JobFlowIds" Text
, _svtauVisibleToAllUsers :: Bool
} deriving (Eq, Ord, Show)

Expand Down
2 changes: 1 addition & 1 deletion amazonka-emr/gen/Network/AWS/EMR/TerminateJobFlows.hs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import Network.AWS.EMR.Types
import qualified GHC.Exts

newtype TerminateJobFlows = TerminateJobFlows
{ _tjfJobFlowIds :: List "Args" Text
{ _tjfJobFlowIds :: List "JobFlowIds" Text
} deriving (Eq, Ord, Show, Monoid, Semigroup)

instance GHC.Exts.IsList TerminateJobFlows where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import qualified GHC.Exts

data AssignInstance = AssignInstance
{ _aiInstanceId :: Text
, _aiLayerIds :: List "InstanceIds" Text
, _aiLayerIds :: List "LayerIds" Text
} deriving (Eq, Ord, Show)

-- | 'AssignInstance' constructor.
Expand Down
2 changes: 1 addition & 1 deletion amazonka-opsworks/gen/Network/AWS/OpsWorks/CloneStack.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import qualified GHC.Exts
data CloneStack = CloneStack
{ _cs1Attributes :: Map StackAttributesKeys Text
, _cs1ChefConfiguration :: Maybe ChefConfiguration
, _cs1CloneAppIds :: List "InstanceIds" Text
, _cs1CloneAppIds :: List "CloneAppIds" Text
, _cs1ClonePermissions :: Maybe Bool
, _cs1ConfigurationManager :: Maybe StackConfigurationManager
, _cs1CustomCookbooksSource :: Maybe Source
Expand Down
2 changes: 1 addition & 1 deletion amazonka-opsworks/gen/Network/AWS/OpsWorks/CreateApp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data CreateApp = CreateApp
, _caAttributes :: Map AppAttributesKeys Text
, _caDataSources :: List "DataSources" DataSource
, _caDescription :: Maybe Text
, _caDomains :: List "InstanceIds" Text
, _caDomains :: List "Domains" Text
, _caEnableSsl :: Maybe Bool
, _caEnvironment :: List "Environment" EnvironmentVariable
, _caName :: Text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data CreateInstance = CreateInstance
, _ciHostname :: Maybe Text
, _ciInstallUpdatesOnBoot :: Maybe Bool
, _ciInstanceType :: Text
, _ciLayerIds :: List "InstanceIds" Text
, _ciLayerIds :: List "LayerIds" Text
, _ciOs :: Maybe Text
, _ciRootDeviceType :: Maybe RootDeviceType
, _ciSshKeyName :: Maybe Text
Expand Down
4 changes: 2 additions & 2 deletions amazonka-opsworks/gen/Network/AWS/OpsWorks/CreateLayer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ data CreateLayer = CreateLayer
, _clAutoAssignPublicIps :: Maybe Bool
, _clCustomInstanceProfileArn :: Maybe Text
, _clCustomRecipes :: Maybe Recipes
, _clCustomSecurityGroupIds :: List "InstanceIds" Text
, _clCustomSecurityGroupIds :: List "CustomSecurityGroupIds" Text
, _clEnableAutoHealing :: Maybe Bool
, _clInstallUpdatesOnBoot :: Maybe Bool
, _clLifecycleEventConfiguration :: Maybe LifecycleEventConfiguration
, _clName :: Text
, _clPackages :: List "InstanceIds" Text
, _clPackages :: List "Packages" Text
, _clShortname :: Text
, _clStackId :: Text
, _clType :: LayerType
Expand Down
2 changes: 1 addition & 1 deletion amazonka-opsworks/gen/Network/AWS/OpsWorks/DescribeApps.hs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import Network.AWS.OpsWorks.Types
import qualified GHC.Exts

data DescribeApps = DescribeApps
{ _daAppIds :: List "InstanceIds" Text
{ _daAppIds :: List "AppIds" Text
, _daStackId :: Maybe Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import Network.AWS.OpsWorks.Types
import qualified GHC.Exts

data DescribeCommands = DescribeCommands
{ _dcCommandIds :: List "InstanceIds" Text
{ _dcCommandIds :: List "CommandIds" Text
, _dcDeploymentId :: Maybe Text
, _dcInstanceId :: Maybe Text
} deriving (Eq, Ord, Show)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import qualified GHC.Exts

data DescribeDeployments = DescribeDeployments
{ _ddAppId :: Maybe Text
, _ddDeploymentIds :: List "InstanceIds" Text
, _ddDeploymentIds :: List "DeploymentIds" Text
, _ddStackId :: Maybe Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import qualified GHC.Exts

data DescribeElasticIps = DescribeElasticIps
{ _deiInstanceId :: Maybe Text
, _deiIps :: List "InstanceIds" Text
, _deiIps :: List "Ips" Text
, _deiStackId :: Maybe Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import Network.AWS.OpsWorks.Types
import qualified GHC.Exts

data DescribeElasticLoadBalancers = DescribeElasticLoadBalancers
{ _delbLayerIds :: List "InstanceIds" Text
{ _delbLayerIds :: List "LayerIds" Text
, _delbStackId :: Maybe Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import Network.AWS.OpsWorks.Types
import qualified GHC.Exts

data DescribeLayers = DescribeLayers
{ _dlLayerIds :: List "InstanceIds" Text
{ _dlLayerIds :: List "LayerIds" Text
, _dlStackId :: Maybe Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import Network.AWS.OpsWorks.Types
import qualified GHC.Exts

newtype DescribeLoadBasedAutoScaling = DescribeLoadBasedAutoScaling
{ _dlbasLayerIds :: List "InstanceIds" Text
{ _dlbasLayerIds :: List "LayerIds" Text
} deriving (Eq, Ord, Show, Monoid, Semigroup)

instance GHC.Exts.IsList DescribeLoadBasedAutoScaling where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import qualified GHC.Exts

data DescribeRaidArrays = DescribeRaidArrays
{ _draInstanceId :: Maybe Text
, _draRaidArrayIds :: List "InstanceIds" Text
, _draRaidArrayIds :: List "RaidArrayIds" Text
, _draStackId :: Maybe Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Network.AWS.OpsWorks.Types
import qualified GHC.Exts

data DescribeRdsDbInstances = DescribeRdsDbInstances
{ _drdiRdsDbInstanceArns :: List "InstanceIds" Text
{ _drdiRdsDbInstanceArns :: List "RdsDbInstanceArns" Text
, _drdiStackId :: Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import qualified GHC.Exts

data DescribeServiceErrors = DescribeServiceErrors
{ _dseInstanceId :: Maybe Text
, _dseServiceErrorIds :: List "InstanceIds" Text
, _dseServiceErrorIds :: List "ServiceErrorIds" Text
, _dseStackId :: Maybe Text
} deriving (Eq, Ord, Show)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import Network.AWS.OpsWorks.Types
import qualified GHC.Exts

newtype DescribeStacks = DescribeStacks
{ _dsStackIds :: List "InstanceIds" Text
{ _dsStackIds :: List "StackIds" Text
} deriving (Eq, Ord, Show, Monoid, Semigroup)

instance GHC.Exts.IsList DescribeStacks where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import Network.AWS.OpsWorks.Types
import qualified GHC.Exts

newtype DescribeUserProfiles = DescribeUserProfiles
{ _dupIamUserArns :: List "InstanceIds" Text
{ _dupIamUserArns :: List "IamUserArns" Text
} deriving (Eq, Ord, Show, Monoid, Semigroup)

instance GHC.Exts.IsList DescribeUserProfiles where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ data DescribeVolumes = DescribeVolumes
{ _dvInstanceId :: Maybe Text
, _dvRaidArrayId :: Maybe Text
, _dvStackId :: Maybe Text
, _dvVolumeIds :: List "InstanceIds" Text
, _dvVolumeIds :: List "VolumeIds" Text
} deriving (Eq, Ord, Show)

-- | 'DescribeVolumes' constructor.
Expand Down
Loading

0 comments on commit 652c2b0

Please sign in to comment.