amazonka-codedeploy 1.2.0.1 → 1.2.0.2
raw patch · 67 files changed
+71/−70 lines, 67 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- amazonka-codedeploy.cabal +6/−5
- fixture/AddTagsToOnPremisesInstances.yaml +0/−0
- fixture/AddTagsToOnPremisesInstancesResponse.proto +0/−0
- fixture/BatchGetApplications.yaml +0/−0
- fixture/BatchGetApplicationsResponse.proto +0/−0
- fixture/BatchGetDeployments.yaml +0/−0
- fixture/BatchGetDeploymentsResponse.proto +0/−0
- fixture/BatchGetOnPremisesInstances.yaml +0/−0
- fixture/BatchGetOnPremisesInstancesResponse.proto +0/−0
- fixture/CreateApplication.yaml +0/−0
- fixture/CreateApplicationResponse.proto +0/−0
- fixture/CreateDeployment.yaml +0/−0
- fixture/CreateDeploymentConfig.yaml +0/−0
- fixture/CreateDeploymentConfigResponse.proto +0/−0
- fixture/CreateDeploymentGroup.yaml +0/−0
- fixture/CreateDeploymentGroupResponse.proto +0/−0
- fixture/CreateDeploymentResponse.proto +0/−0
- fixture/DeleteApplication.yaml +0/−0
- fixture/DeleteApplicationResponse.proto +0/−0
- fixture/DeleteDeploymentConfig.yaml +0/−0
- fixture/DeleteDeploymentConfigResponse.proto +0/−0
- fixture/DeleteDeploymentGroup.yaml +0/−0
- fixture/DeleteDeploymentGroupResponse.proto +0/−0
- fixture/DeregisterOnPremisesInstance.yaml +0/−0
- fixture/DeregisterOnPremisesInstanceResponse.proto +0/−0
- fixture/GetApplication.yaml +0/−0
- fixture/GetApplicationResponse.proto +0/−0
- fixture/GetApplicationRevision.yaml +0/−0
- fixture/GetApplicationRevisionResponse.proto +0/−0
- fixture/GetDeployment.yaml +0/−0
- fixture/GetDeploymentConfig.yaml +0/−0
- fixture/GetDeploymentConfigResponse.proto +0/−0
- fixture/GetDeploymentGroup.yaml +0/−0
- fixture/GetDeploymentGroupResponse.proto +0/−0
- fixture/GetDeploymentInstance.yaml +0/−0
- fixture/GetDeploymentInstanceResponse.proto +0/−0
- fixture/GetDeploymentResponse.proto +0/−0
- fixture/GetOnPremisesInstance.yaml +0/−0
- fixture/GetOnPremisesInstanceResponse.proto +0/−0
- fixture/ListApplicationRevisions.yaml +0/−0
- fixture/ListApplicationRevisionsResponse.proto +0/−0
- fixture/ListApplications.yaml +0/−0
- fixture/ListApplicationsResponse.proto +0/−0
- fixture/ListDeploymentConfigs.yaml +0/−0
- fixture/ListDeploymentConfigsResponse.proto +0/−0
- fixture/ListDeploymentGroups.yaml +0/−0
- fixture/ListDeploymentGroupsResponse.proto +0/−0
- fixture/ListDeploymentInstances.yaml +0/−0
- fixture/ListDeploymentInstancesResponse.proto +0/−0
- fixture/ListDeployments.yaml +0/−0
- fixture/ListDeploymentsResponse.proto +0/−0
- fixture/ListOnPremisesInstances.yaml +0/−0
- fixture/ListOnPremisesInstancesResponse.proto +0/−0
- fixture/RegisterApplicationRevision.yaml +0/−0
- fixture/RegisterApplicationRevisionResponse.proto +0/−0
- fixture/RegisterOnPremisesInstance.yaml +0/−0
- fixture/RegisterOnPremisesInstanceResponse.proto +0/−0
- fixture/RemoveTagsFromOnPremisesInstances.yaml +0/−0
- fixture/RemoveTagsFromOnPremisesInstancesResponse.proto +0/−0
- fixture/StopDeployment.yaml +0/−0
- fixture/StopDeploymentResponse.proto +0/−0
- fixture/UpdateApplication.yaml +0/−0
- fixture/UpdateApplicationResponse.proto +0/−0
- fixture/UpdateDeploymentGroup.yaml +0/−0
- fixture/UpdateDeploymentGroupResponse.proto +0/−0
- test/Test/AWS/Gen/CodeDeploy.hs +64/−64
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.2.0.1`+`1.2.0.2` ## Description
amazonka-codedeploy.cabal view
@@ -1,7 +1,8 @@ name: amazonka-codedeploy-version: 1.2.0.1+version: 1.2.0.2 synopsis: Amazon CodeDeploy SDK. homepage: https://github.com/brendanhay/amazonka+bug-reports: https://github.com/brendanhay/amazonka/issues license: OtherLicense license-file: LICENSE author: Brendan Hay@@ -9,9 +10,8 @@ copyright: Copyright (c) 2013-2015 Brendan Hay category: Network, AWS, Cloud, Distributed Computing build-type: Simple-extra-source-files: README.md cabal-version: >= 1.10-+extra-source-files: README.md fixture/*.yaml fixture/*.proto description: AWS CodeDeploy __Overview__ @@ -151,8 +151,9 @@ ghc-options: -Wall -threaded - -- This is not comprehensive if modules have manually been added.- -- It exists to ensure cabal 'somewhat' detects test module changes.+ -- This section is encoded by the template and any modules added by+ -- hand outside these namespaces will not correctly be added to the+ -- distribution package. other-modules: Test.AWS.CodeDeploy , Test.AWS.Gen.CodeDeploy
+ fixture/AddTagsToOnPremisesInstances.yaml view
+ fixture/AddTagsToOnPremisesInstancesResponse.proto view
+ fixture/BatchGetApplications.yaml view
+ fixture/BatchGetApplicationsResponse.proto view
+ fixture/BatchGetDeployments.yaml view
+ fixture/BatchGetDeploymentsResponse.proto view
+ fixture/BatchGetOnPremisesInstances.yaml view
+ fixture/BatchGetOnPremisesInstancesResponse.proto view
+ fixture/CreateApplication.yaml view
+ fixture/CreateApplicationResponse.proto view
+ fixture/CreateDeployment.yaml view
+ fixture/CreateDeploymentConfig.yaml view
+ fixture/CreateDeploymentConfigResponse.proto view
+ fixture/CreateDeploymentGroup.yaml view
+ fixture/CreateDeploymentGroupResponse.proto view
+ fixture/CreateDeploymentResponse.proto view
+ fixture/DeleteApplication.yaml view
+ fixture/DeleteApplicationResponse.proto view
+ fixture/DeleteDeploymentConfig.yaml view
+ fixture/DeleteDeploymentConfigResponse.proto view
+ fixture/DeleteDeploymentGroup.yaml view
+ fixture/DeleteDeploymentGroupResponse.proto view
+ fixture/DeregisterOnPremisesInstance.yaml view
+ fixture/DeregisterOnPremisesInstanceResponse.proto view
+ fixture/GetApplication.yaml view
+ fixture/GetApplicationResponse.proto view
+ fixture/GetApplicationRevision.yaml view
+ fixture/GetApplicationRevisionResponse.proto view
+ fixture/GetDeployment.yaml view
+ fixture/GetDeploymentConfig.yaml view
+ fixture/GetDeploymentConfigResponse.proto view
+ fixture/GetDeploymentGroup.yaml view
+ fixture/GetDeploymentGroupResponse.proto view
+ fixture/GetDeploymentInstance.yaml view
+ fixture/GetDeploymentInstanceResponse.proto view
+ fixture/GetDeploymentResponse.proto view
+ fixture/GetOnPremisesInstance.yaml view
+ fixture/GetOnPremisesInstanceResponse.proto view
+ fixture/ListApplicationRevisions.yaml view
+ fixture/ListApplicationRevisionsResponse.proto view
+ fixture/ListApplications.yaml view
+ fixture/ListApplicationsResponse.proto view
+ fixture/ListDeploymentConfigs.yaml view
+ fixture/ListDeploymentConfigsResponse.proto view
+ fixture/ListDeploymentGroups.yaml view
+ fixture/ListDeploymentGroupsResponse.proto view
+ fixture/ListDeploymentInstances.yaml view
+ fixture/ListDeploymentInstancesResponse.proto view
+ fixture/ListDeployments.yaml view
+ fixture/ListDeploymentsResponse.proto view
+ fixture/ListOnPremisesInstances.yaml view
+ fixture/ListOnPremisesInstancesResponse.proto view
+ fixture/RegisterApplicationRevision.yaml view
+ fixture/RegisterApplicationRevisionResponse.proto view
+ fixture/RegisterOnPremisesInstance.yaml view
+ fixture/RegisterOnPremisesInstanceResponse.proto view
+ fixture/RemoveTagsFromOnPremisesInstances.yaml view
+ fixture/RemoveTagsFromOnPremisesInstancesResponse.proto view
+ fixture/StopDeployment.yaml view
+ fixture/StopDeploymentResponse.proto view
+ fixture/UpdateApplication.yaml view
+ fixture/UpdateApplicationResponse.proto view
+ fixture/UpdateDeploymentGroup.yaml view
+ fixture/UpdateDeploymentGroupResponse.proto view
test/Test/AWS/Gen/CodeDeploy.hs view
@@ -231,385 +231,385 @@ testRemoveTagsFromOnPremisesInstances :: RemoveTagsFromOnPremisesInstances -> TestTree testRemoveTagsFromOnPremisesInstances = req "RemoveTagsFromOnPremisesInstances"- "fixture/RemoveTagsFromOnPremisesInstances"+ "fixture/RemoveTagsFromOnPremisesInstances.yaml" testGetDeployment :: GetDeployment -> TestTree testGetDeployment = req "GetDeployment"- "fixture/GetDeployment"+ "fixture/GetDeployment.yaml" testCreateDeploymentConfig :: CreateDeploymentConfig -> TestTree testCreateDeploymentConfig = req "CreateDeploymentConfig"- "fixture/CreateDeploymentConfig"+ "fixture/CreateDeploymentConfig.yaml" testUpdateDeploymentGroup :: UpdateDeploymentGroup -> TestTree testUpdateDeploymentGroup = req "UpdateDeploymentGroup"- "fixture/UpdateDeploymentGroup"+ "fixture/UpdateDeploymentGroup.yaml" testDeleteDeploymentGroup :: DeleteDeploymentGroup -> TestTree testDeleteDeploymentGroup = req "DeleteDeploymentGroup"- "fixture/DeleteDeploymentGroup"+ "fixture/DeleteDeploymentGroup.yaml" testListOnPremisesInstances :: ListOnPremisesInstances -> TestTree testListOnPremisesInstances = req "ListOnPremisesInstances"- "fixture/ListOnPremisesInstances"+ "fixture/ListOnPremisesInstances.yaml" testGetApplicationRevision :: GetApplicationRevision -> TestTree testGetApplicationRevision = req "GetApplicationRevision"- "fixture/GetApplicationRevision"+ "fixture/GetApplicationRevision.yaml" testDeleteDeploymentConfig :: DeleteDeploymentConfig -> TestTree testDeleteDeploymentConfig = req "DeleteDeploymentConfig"- "fixture/DeleteDeploymentConfig"+ "fixture/DeleteDeploymentConfig.yaml" testGetDeploymentConfig :: GetDeploymentConfig -> TestTree testGetDeploymentConfig = req "GetDeploymentConfig"- "fixture/GetDeploymentConfig"+ "fixture/GetDeploymentConfig.yaml" testCreateDeployment :: CreateDeployment -> TestTree testCreateDeployment = req "CreateDeployment"- "fixture/CreateDeployment"+ "fixture/CreateDeployment.yaml" testGetOnPremisesInstance :: GetOnPremisesInstance -> TestTree testGetOnPremisesInstance = req "GetOnPremisesInstance"- "fixture/GetOnPremisesInstance"+ "fixture/GetOnPremisesInstance.yaml" testBatchGetDeployments :: BatchGetDeployments -> TestTree testBatchGetDeployments = req "BatchGetDeployments"- "fixture/BatchGetDeployments"+ "fixture/BatchGetDeployments.yaml" testRegisterApplicationRevision :: RegisterApplicationRevision -> TestTree testRegisterApplicationRevision = req "RegisterApplicationRevision"- "fixture/RegisterApplicationRevision"+ "fixture/RegisterApplicationRevision.yaml" testDeleteApplication :: DeleteApplication -> TestTree testDeleteApplication = req "DeleteApplication"- "fixture/DeleteApplication"+ "fixture/DeleteApplication.yaml" testUpdateApplication :: UpdateApplication -> TestTree testUpdateApplication = req "UpdateApplication"- "fixture/UpdateApplication"+ "fixture/UpdateApplication.yaml" testBatchGetApplications :: BatchGetApplications -> TestTree testBatchGetApplications = req "BatchGetApplications"- "fixture/BatchGetApplications"+ "fixture/BatchGetApplications.yaml" testCreateApplication :: CreateApplication -> TestTree testCreateApplication = req "CreateApplication"- "fixture/CreateApplication"+ "fixture/CreateApplication.yaml" testDeregisterOnPremisesInstance :: DeregisterOnPremisesInstance -> TestTree testDeregisterOnPremisesInstance = req "DeregisterOnPremisesInstance"- "fixture/DeregisterOnPremisesInstance"+ "fixture/DeregisterOnPremisesInstance.yaml" testGetDeploymentInstance :: GetDeploymentInstance -> TestTree testGetDeploymentInstance = req "GetDeploymentInstance"- "fixture/GetDeploymentInstance"+ "fixture/GetDeploymentInstance.yaml" testStopDeployment :: StopDeployment -> TestTree testStopDeployment = req "StopDeployment"- "fixture/StopDeployment"+ "fixture/StopDeployment.yaml" testGetApplication :: GetApplication -> TestTree testGetApplication = req "GetApplication"- "fixture/GetApplication"+ "fixture/GetApplication.yaml" testListDeploymentGroups :: ListDeploymentGroups -> TestTree testListDeploymentGroups = req "ListDeploymentGroups"- "fixture/ListDeploymentGroups"+ "fixture/ListDeploymentGroups.yaml" testRegisterOnPremisesInstance :: RegisterOnPremisesInstance -> TestTree testRegisterOnPremisesInstance = req "RegisterOnPremisesInstance"- "fixture/RegisterOnPremisesInstance"+ "fixture/RegisterOnPremisesInstance.yaml" testBatchGetOnPremisesInstances :: BatchGetOnPremisesInstances -> TestTree testBatchGetOnPremisesInstances = req "BatchGetOnPremisesInstances"- "fixture/BatchGetOnPremisesInstances"+ "fixture/BatchGetOnPremisesInstances.yaml" testListDeploymentConfigs :: ListDeploymentConfigs -> TestTree testListDeploymentConfigs = req "ListDeploymentConfigs"- "fixture/ListDeploymentConfigs"+ "fixture/ListDeploymentConfigs.yaml" testCreateDeploymentGroup :: CreateDeploymentGroup -> TestTree testCreateDeploymentGroup = req "CreateDeploymentGroup"- "fixture/CreateDeploymentGroup"+ "fixture/CreateDeploymentGroup.yaml" testGetDeploymentGroup :: GetDeploymentGroup -> TestTree testGetDeploymentGroup = req "GetDeploymentGroup"- "fixture/GetDeploymentGroup"+ "fixture/GetDeploymentGroup.yaml" testListDeployments :: ListDeployments -> TestTree testListDeployments = req "ListDeployments"- "fixture/ListDeployments"+ "fixture/ListDeployments.yaml" testListApplicationRevisions :: ListApplicationRevisions -> TestTree testListApplicationRevisions = req "ListApplicationRevisions"- "fixture/ListApplicationRevisions"+ "fixture/ListApplicationRevisions.yaml" testListApplications :: ListApplications -> TestTree testListApplications = req "ListApplications"- "fixture/ListApplications"+ "fixture/ListApplications.yaml" testAddTagsToOnPremisesInstances :: AddTagsToOnPremisesInstances -> TestTree testAddTagsToOnPremisesInstances = req "AddTagsToOnPremisesInstances"- "fixture/AddTagsToOnPremisesInstances"+ "fixture/AddTagsToOnPremisesInstances.yaml" testListDeploymentInstances :: ListDeploymentInstances -> TestTree testListDeploymentInstances = req "ListDeploymentInstances"- "fixture/ListDeploymentInstances"+ "fixture/ListDeploymentInstances.yaml" -- Responses testRemoveTagsFromOnPremisesInstancesResponse :: RemoveTagsFromOnPremisesInstancesResponse -> TestTree testRemoveTagsFromOnPremisesInstancesResponse = res "RemoveTagsFromOnPremisesInstancesResponse"- "fixture/RemoveTagsFromOnPremisesInstancesResponse"+ "fixture/RemoveTagsFromOnPremisesInstancesResponse.proto" codeDeploy (Proxy :: Proxy RemoveTagsFromOnPremisesInstances) testGetDeploymentResponse :: GetDeploymentResponse -> TestTree testGetDeploymentResponse = res "GetDeploymentResponse"- "fixture/GetDeploymentResponse"+ "fixture/GetDeploymentResponse.proto" codeDeploy (Proxy :: Proxy GetDeployment) testCreateDeploymentConfigResponse :: CreateDeploymentConfigResponse -> TestTree testCreateDeploymentConfigResponse = res "CreateDeploymentConfigResponse"- "fixture/CreateDeploymentConfigResponse"+ "fixture/CreateDeploymentConfigResponse.proto" codeDeploy (Proxy :: Proxy CreateDeploymentConfig) testUpdateDeploymentGroupResponse :: UpdateDeploymentGroupResponse -> TestTree testUpdateDeploymentGroupResponse = res "UpdateDeploymentGroupResponse"- "fixture/UpdateDeploymentGroupResponse"+ "fixture/UpdateDeploymentGroupResponse.proto" codeDeploy (Proxy :: Proxy UpdateDeploymentGroup) testDeleteDeploymentGroupResponse :: DeleteDeploymentGroupResponse -> TestTree testDeleteDeploymentGroupResponse = res "DeleteDeploymentGroupResponse"- "fixture/DeleteDeploymentGroupResponse"+ "fixture/DeleteDeploymentGroupResponse.proto" codeDeploy (Proxy :: Proxy DeleteDeploymentGroup) testListOnPremisesInstancesResponse :: ListOnPremisesInstancesResponse -> TestTree testListOnPremisesInstancesResponse = res "ListOnPremisesInstancesResponse"- "fixture/ListOnPremisesInstancesResponse"+ "fixture/ListOnPremisesInstancesResponse.proto" codeDeploy (Proxy :: Proxy ListOnPremisesInstances) testGetApplicationRevisionResponse :: GetApplicationRevisionResponse -> TestTree testGetApplicationRevisionResponse = res "GetApplicationRevisionResponse"- "fixture/GetApplicationRevisionResponse"+ "fixture/GetApplicationRevisionResponse.proto" codeDeploy (Proxy :: Proxy GetApplicationRevision) testDeleteDeploymentConfigResponse :: DeleteDeploymentConfigResponse -> TestTree testDeleteDeploymentConfigResponse = res "DeleteDeploymentConfigResponse"- "fixture/DeleteDeploymentConfigResponse"+ "fixture/DeleteDeploymentConfigResponse.proto" codeDeploy (Proxy :: Proxy DeleteDeploymentConfig) testGetDeploymentConfigResponse :: GetDeploymentConfigResponse -> TestTree testGetDeploymentConfigResponse = res "GetDeploymentConfigResponse"- "fixture/GetDeploymentConfigResponse"+ "fixture/GetDeploymentConfigResponse.proto" codeDeploy (Proxy :: Proxy GetDeploymentConfig) testCreateDeploymentResponse :: CreateDeploymentResponse -> TestTree testCreateDeploymentResponse = res "CreateDeploymentResponse"- "fixture/CreateDeploymentResponse"+ "fixture/CreateDeploymentResponse.proto" codeDeploy (Proxy :: Proxy CreateDeployment) testGetOnPremisesInstanceResponse :: GetOnPremisesInstanceResponse -> TestTree testGetOnPremisesInstanceResponse = res "GetOnPremisesInstanceResponse"- "fixture/GetOnPremisesInstanceResponse"+ "fixture/GetOnPremisesInstanceResponse.proto" codeDeploy (Proxy :: Proxy GetOnPremisesInstance) testBatchGetDeploymentsResponse :: BatchGetDeploymentsResponse -> TestTree testBatchGetDeploymentsResponse = res "BatchGetDeploymentsResponse"- "fixture/BatchGetDeploymentsResponse"+ "fixture/BatchGetDeploymentsResponse.proto" codeDeploy (Proxy :: Proxy BatchGetDeployments) testRegisterApplicationRevisionResponse :: RegisterApplicationRevisionResponse -> TestTree testRegisterApplicationRevisionResponse = res "RegisterApplicationRevisionResponse"- "fixture/RegisterApplicationRevisionResponse"+ "fixture/RegisterApplicationRevisionResponse.proto" codeDeploy (Proxy :: Proxy RegisterApplicationRevision) testDeleteApplicationResponse :: DeleteApplicationResponse -> TestTree testDeleteApplicationResponse = res "DeleteApplicationResponse"- "fixture/DeleteApplicationResponse"+ "fixture/DeleteApplicationResponse.proto" codeDeploy (Proxy :: Proxy DeleteApplication) testUpdateApplicationResponse :: UpdateApplicationResponse -> TestTree testUpdateApplicationResponse = res "UpdateApplicationResponse"- "fixture/UpdateApplicationResponse"+ "fixture/UpdateApplicationResponse.proto" codeDeploy (Proxy :: Proxy UpdateApplication) testBatchGetApplicationsResponse :: BatchGetApplicationsResponse -> TestTree testBatchGetApplicationsResponse = res "BatchGetApplicationsResponse"- "fixture/BatchGetApplicationsResponse"+ "fixture/BatchGetApplicationsResponse.proto" codeDeploy (Proxy :: Proxy BatchGetApplications) testCreateApplicationResponse :: CreateApplicationResponse -> TestTree testCreateApplicationResponse = res "CreateApplicationResponse"- "fixture/CreateApplicationResponse"+ "fixture/CreateApplicationResponse.proto" codeDeploy (Proxy :: Proxy CreateApplication) testDeregisterOnPremisesInstanceResponse :: DeregisterOnPremisesInstanceResponse -> TestTree testDeregisterOnPremisesInstanceResponse = res "DeregisterOnPremisesInstanceResponse"- "fixture/DeregisterOnPremisesInstanceResponse"+ "fixture/DeregisterOnPremisesInstanceResponse.proto" codeDeploy (Proxy :: Proxy DeregisterOnPremisesInstance) testGetDeploymentInstanceResponse :: GetDeploymentInstanceResponse -> TestTree testGetDeploymentInstanceResponse = res "GetDeploymentInstanceResponse"- "fixture/GetDeploymentInstanceResponse"+ "fixture/GetDeploymentInstanceResponse.proto" codeDeploy (Proxy :: Proxy GetDeploymentInstance) testStopDeploymentResponse :: StopDeploymentResponse -> TestTree testStopDeploymentResponse = res "StopDeploymentResponse"- "fixture/StopDeploymentResponse"+ "fixture/StopDeploymentResponse.proto" codeDeploy (Proxy :: Proxy StopDeployment) testGetApplicationResponse :: GetApplicationResponse -> TestTree testGetApplicationResponse = res "GetApplicationResponse"- "fixture/GetApplicationResponse"+ "fixture/GetApplicationResponse.proto" codeDeploy (Proxy :: Proxy GetApplication) testListDeploymentGroupsResponse :: ListDeploymentGroupsResponse -> TestTree testListDeploymentGroupsResponse = res "ListDeploymentGroupsResponse"- "fixture/ListDeploymentGroupsResponse"+ "fixture/ListDeploymentGroupsResponse.proto" codeDeploy (Proxy :: Proxy ListDeploymentGroups) testRegisterOnPremisesInstanceResponse :: RegisterOnPremisesInstanceResponse -> TestTree testRegisterOnPremisesInstanceResponse = res "RegisterOnPremisesInstanceResponse"- "fixture/RegisterOnPremisesInstanceResponse"+ "fixture/RegisterOnPremisesInstanceResponse.proto" codeDeploy (Proxy :: Proxy RegisterOnPremisesInstance) testBatchGetOnPremisesInstancesResponse :: BatchGetOnPremisesInstancesResponse -> TestTree testBatchGetOnPremisesInstancesResponse = res "BatchGetOnPremisesInstancesResponse"- "fixture/BatchGetOnPremisesInstancesResponse"+ "fixture/BatchGetOnPremisesInstancesResponse.proto" codeDeploy (Proxy :: Proxy BatchGetOnPremisesInstances) testListDeploymentConfigsResponse :: ListDeploymentConfigsResponse -> TestTree testListDeploymentConfigsResponse = res "ListDeploymentConfigsResponse"- "fixture/ListDeploymentConfigsResponse"+ "fixture/ListDeploymentConfigsResponse.proto" codeDeploy (Proxy :: Proxy ListDeploymentConfigs) testCreateDeploymentGroupResponse :: CreateDeploymentGroupResponse -> TestTree testCreateDeploymentGroupResponse = res "CreateDeploymentGroupResponse"- "fixture/CreateDeploymentGroupResponse"+ "fixture/CreateDeploymentGroupResponse.proto" codeDeploy (Proxy :: Proxy CreateDeploymentGroup) testGetDeploymentGroupResponse :: GetDeploymentGroupResponse -> TestTree testGetDeploymentGroupResponse = res "GetDeploymentGroupResponse"- "fixture/GetDeploymentGroupResponse"+ "fixture/GetDeploymentGroupResponse.proto" codeDeploy (Proxy :: Proxy GetDeploymentGroup) testListDeploymentsResponse :: ListDeploymentsResponse -> TestTree testListDeploymentsResponse = res "ListDeploymentsResponse"- "fixture/ListDeploymentsResponse"+ "fixture/ListDeploymentsResponse.proto" codeDeploy (Proxy :: Proxy ListDeployments) testListApplicationRevisionsResponse :: ListApplicationRevisionsResponse -> TestTree testListApplicationRevisionsResponse = res "ListApplicationRevisionsResponse"- "fixture/ListApplicationRevisionsResponse"+ "fixture/ListApplicationRevisionsResponse.proto" codeDeploy (Proxy :: Proxy ListApplicationRevisions) testListApplicationsResponse :: ListApplicationsResponse -> TestTree testListApplicationsResponse = res "ListApplicationsResponse"- "fixture/ListApplicationsResponse"+ "fixture/ListApplicationsResponse.proto" codeDeploy (Proxy :: Proxy ListApplications) testAddTagsToOnPremisesInstancesResponse :: AddTagsToOnPremisesInstancesResponse -> TestTree testAddTagsToOnPremisesInstancesResponse = res "AddTagsToOnPremisesInstancesResponse"- "fixture/AddTagsToOnPremisesInstancesResponse"+ "fixture/AddTagsToOnPremisesInstancesResponse.proto" codeDeploy (Proxy :: Proxy AddTagsToOnPremisesInstances) testListDeploymentInstancesResponse :: ListDeploymentInstancesResponse -> TestTree testListDeploymentInstancesResponse = res "ListDeploymentInstancesResponse"- "fixture/ListDeploymentInstancesResponse"+ "fixture/ListDeploymentInstancesResponse.proto" codeDeploy (Proxy :: Proxy ListDeploymentInstances)