Skip to content

Commit acc9fb4

Browse files
author
AWS
committed
AWS CodePipeline Update: Updated the parameters to make actionType required for UpdateActionType
1 parent 2d390b9 commit acc9fb4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodePipeline",
4+
"contributor": "",
5+
"description": "Updated the parameters to make actionType required for UpdateActionType"
6+
}

services/codepipeline/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3996,6 +3996,7 @@
39963996
},
39973997
"UpdateActionTypeInput":{
39983998
"type":"structure",
3999+
"required":["actionType"],
39994000
"members":{
40004001
"actionType":{
40014002
"shape":"ActionTypeDeclaration",

0 commit comments

Comments
 (0)