File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
services/appflow/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Appflow" ,
4
+ "contributor" : " " ,
5
+ "description" : " Launching Amazon AppFlow Marketo as a destination connector SDK."
6
+ }
Original file line number Diff line number Diff line change 2176
2176
"shape" :" ZendeskDestinationProperties" ,
2177
2177
"documentation" :" <p>The properties required to query Zendesk.</p>"
2178
2178
},
2179
+ "Marketo" :{
2180
+ "shape" :" MarketoDestinationProperties" ,
2181
+ "documentation" :" <p>The properties required to query Marketo.</p>"
2182
+ },
2179
2183
"CustomConnector" :{
2180
2184
"shape" :" CustomConnectorDestinationProperties" ,
2181
2185
"documentation" :" <p>The properties that are required to query the custom Connector.</p>"
3064
3068
},
3065
3069
"documentation" :" <p> The connector-specific profile properties required when using Marketo. </p>"
3066
3070
},
3071
+ "MarketoDestinationProperties" :{
3072
+ "type" :" structure" ,
3073
+ "required" :[" object" ],
3074
+ "members" :{
3075
+ "object" :{
3076
+ "shape" :" Object" ,
3077
+ "documentation" :" <p>The object specified in the Marketo flow destination.</p>"
3078
+ },
3079
+ "errorHandlingConfig" :{"shape" :" ErrorHandlingConfig" }
3080
+ },
3081
+ "documentation" :" <p>The properties that Amazon AppFlow applies when you use Marketo as a flow destination.</p>"
3082
+ },
3067
3083
"MarketoMetadata" :{
3068
3084
"type" :" structure" ,
3069
3085
"members" :{
You can’t perform that action at this time.
0 commit comments