File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
services/appflow/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Appflow" ,
4
+ "contributor" : " " ,
5
+ "description" : " Added destination properties for Zendesk."
6
+ }
Original file line number Diff line number Diff line change 1474
1474
"CustomerProfiles" :{
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
1479
},
1479
1480
"documentation" :" <p> This stores the information that is required to query a particular connector. </p>"
1480
1481
},
3787
3788
},
3788
3789
"documentation" :" <p> The connector-specific profile properties required when using Zendesk. </p>"
3789
3790
},
3791
+ "ZendeskDestinationProperties" :{
3792
+ "type" :" structure" ,
3793
+ "required" :[" object" ],
3794
+ "members" :{
3795
+ "object" :{"shape" :" Object" },
3796
+ "idFieldNames" :{"shape" :" IdFieldNameList" },
3797
+ "errorHandlingConfig" :{"shape" :" ErrorHandlingConfig" },
3798
+ "writeOperationType" :{"shape" :" WriteOperationType" }
3799
+ }
3800
+ },
3790
3801
"ZendeskMetadata" :{
3791
3802
"type" :" structure" ,
3792
3803
"members" :{
You can’t perform that action at this time.
0 commit comments