File tree 2 files changed +19
-4
lines changed
services/appflow/src/main/resources/codegen-resources
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Appflow" ,
4
+ "contributor" : " " ,
5
+ "description" : " Adding MAP_ALL task type support."
6
+ }
Original file line number Diff line number Diff line change 1475
1475
"shape" :" CustomerProfilesDestinationProperties" ,
1476
1476
"documentation" :" <p> The properties required to query Amazon Connect Customer Profiles. </p>"
1477
1477
},
1478
- "Zendesk" :{"shape" :" ZendeskDestinationProperties" }
1478
+ "Zendesk" :{
1479
+ "shape" :" ZendeskDestinationProperties" ,
1480
+ "documentation" :" <p>The properties required to query Zendesk.</p>"
1481
+ }
1479
1482
},
1480
1483
"documentation" :" <p> This stores the information that is required to query a particular connector. </p>"
1481
1484
},
2361
2364
" TRUNCATE_LENGTH" ,
2362
2365
" MATH_OPERATION_FIELDS_ORDER" ,
2363
2366
" CONCAT_FORMAT" ,
2364
- " SUBFIELD_CATEGORY_MAP"
2367
+ " SUBFIELD_CATEGORY_MAP" ,
2368
+ " EXCLUDE_SOURCE_FIELDS_LIST"
2365
2369
]
2366
2370
},
2367
2371
"Password" :{
3363
3367
" Arithmetic" ,
3364
3368
" Filter" ,
3365
3369
" Map" ,
3370
+ " Map_all" ,
3366
3371
" Mask" ,
3367
3372
" Merge" ,
3368
3373
" Truncate" ,
3792
3797
"type" :" structure" ,
3793
3798
"required" :[" object" ],
3794
3799
"members" :{
3795
- "object" :{"shape" :" Object" },
3800
+ "object" :{
3801
+ "shape" :" Object" ,
3802
+ "documentation" :" <p>The object specified in the Zendesk flow destination.</p>"
3803
+ },
3796
3804
"idFieldNames" :{"shape" :" IdFieldNameList" },
3797
3805
"errorHandlingConfig" :{"shape" :" ErrorHandlingConfig" },
3798
3806
"writeOperationType" :{"shape" :" WriteOperationType" }
3799
- }
3807
+ },
3808
+ "documentation" :" <p>The properties that are applied when Zendesk is used as a destination.</p>"
3800
3809
},
3801
3810
"ZendeskMetadata" :{
3802
3811
"type" :" structure" ,
You can’t perform that action at this time.
0 commit comments