Skip to content

Commit 5005b0f

Browse files
committed
Simple methods customization for codedeploy
1 parent 87fe163 commit 5005b0f

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)