Skip to content

Commit 0266c48

Browse files
author
AWS
committed
Amazon Appflow Update: Adding MAP_ALL task type support.
1 parent 3a6630a commit 0266c48

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Appflow",
4+
"contributor": "",
5+
"description": "Adding MAP_ALL task type support."
6+
}

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

+13-4
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,10 @@
14751475
"shape":"CustomerProfilesDestinationProperties",
14761476
"documentation":"<p> The properties required to query Amazon Connect Customer Profiles. </p>"
14771477
},
1478-
"Zendesk":{"shape":"ZendeskDestinationProperties"}
1478+
"Zendesk":{
1479+
"shape":"ZendeskDestinationProperties",
1480+
"documentation":"<p>The properties required to query Zendesk.</p>"
1481+
}
14791482
},
14801483
"documentation":"<p> This stores the information that is required to query a particular connector. </p>"
14811484
},
@@ -2361,7 +2364,8 @@
23612364
"TRUNCATE_LENGTH",
23622365
"MATH_OPERATION_FIELDS_ORDER",
23632366
"CONCAT_FORMAT",
2364-
"SUBFIELD_CATEGORY_MAP"
2367+
"SUBFIELD_CATEGORY_MAP",
2368+
"EXCLUDE_SOURCE_FIELDS_LIST"
23652369
]
23662370
},
23672371
"Password":{
@@ -3363,6 +3367,7 @@
33633367
"Arithmetic",
33643368
"Filter",
33653369
"Map",
3370+
"Map_all",
33663371
"Mask",
33673372
"Merge",
33683373
"Truncate",
@@ -3792,11 +3797,15 @@
37923797
"type":"structure",
37933798
"required":["object"],
37943799
"members":{
3795-
"object":{"shape":"Object"},
3800+
"object":{
3801+
"shape":"Object",
3802+
"documentation":"<p>The object specified in the Zendesk flow destination.</p>"
3803+
},
37963804
"idFieldNames":{"shape":"IdFieldNameList"},
37973805
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"},
37983806
"writeOperationType":{"shape":"WriteOperationType"}
3799-
}
3807+
},
3808+
"documentation":"<p>The properties that are applied when Zendesk is used as a destination.</p>"
38003809
},
38013810
"ZendeskMetadata":{
38023811
"type":"structure",

0 commit comments

Comments
 (0)