Skip to content

Commit c4764e7

Browse files
author
AWS
committed
AWS Glue Update: Adding additional optional map parameter to get-plan api
1 parent 874bf36 commit c4764e7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"description": "Adding additional optional map parameter to get-plan api"
5+
}

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2262,6 +2262,11 @@
22622262
"type":"list",
22632263
"member":{"shape":"Action"}
22642264
},
2265+
"AdditionalPlanOptionsMap":{
2266+
"type":"map",
2267+
"key":{"shape":"GenericString"},
2268+
"value":{"shape":"GenericString"}
2269+
},
22652270
"AlreadyExistsException":{
22662271
"type":"structure",
22672272
"members":{
@@ -6591,6 +6596,10 @@
65916596
"Language":{
65926597
"shape":"Language",
65936598
"documentation":"<p>The programming language of the code to perform the mapping.</p>"
6599+
},
6600+
"AdditionalPlanOptionsMap":{
6601+
"shape":"AdditionalPlanOptionsMap",
6602+
"documentation":"<p>A map to hold additional optional key-value parameters.</p>"
65946603
}
65956604
}
65966605
},

0 commit comments

Comments
 (0)