Skip to content

Commit 8bd5ebf

Browse files
authored
Merge pull request #319 from aws/varunkn/public-master
Simple methods customization for codedeploy
2 parents 2504852 + 5005b0f commit 8bd5ebf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

services/codedeploy/src/main/resources/codegen-resources/customization.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"batchGetDeployments",
88
"batchGetOnPremisesInstances",
99
"deleteGitHubAccountToken",
10-
"putLifecycleEventHookExecutionStatus"
10+
"putLifecycleEventHookExecutionStatus",
11+
"batchGetDeploymentTargets",
12+
"getDeploymentTarget",
13+
"listDeploymentTargets"
1114
],
1215
"deprecatedOperations": [
1316
"BatchGetDeploymentInstances",

0 commit comments

Comments
 (0)