Skip to content

Commit 799621e

Browse files
author
AWS
committed
Amazon Appflow Update: Launching Amazon AppFlow Marketo as a destination connector SDK.
1 parent 235b8df commit 799621e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Appflow",
4+
"contributor": "",
5+
"description": "Launching Amazon AppFlow Marketo as a destination connector SDK."
6+
}

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,10 @@
21762176
"shape":"ZendeskDestinationProperties",
21772177
"documentation":"<p>The properties required to query Zendesk.</p>"
21782178
},
2179+
"Marketo":{
2180+
"shape":"MarketoDestinationProperties",
2181+
"documentation":"<p>The properties required to query Marketo.</p>"
2182+
},
21792183
"CustomConnector":{
21802184
"shape":"CustomConnectorDestinationProperties",
21812185
"documentation":"<p>The properties that are required to query the custom Connector.</p>"
@@ -3064,6 +3068,18 @@
30643068
},
30653069
"documentation":"<p> The connector-specific profile properties required when using Marketo. </p>"
30663070
},
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+
},
30673083
"MarketoMetadata":{
30683084
"type":"structure",
30693085
"members":{

0 commit comments

Comments
 (0)