Skip to content

Commit d224be1

Browse files
author
AWS
committed
Amazon Appflow Update: Launching Amazon AppFlow SAP as a destination connector SDK.
1 parent 52a737b commit d224be1

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-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 SAP as a destination connector SDK."
6+
}

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,6 +2179,10 @@
21792179
"CustomConnector":{
21802180
"shape":"CustomConnectorDestinationProperties",
21812181
"documentation":"<p>The properties that are required to query the custom Connector.</p>"
2182+
},
2183+
"SAPOData":{
2184+
"shape":"SAPODataDestinationProperties",
2185+
"documentation":"<p>The properties required to query SAPOData.</p>"
21822186
}
21832187
},
21842188
"documentation":"<p> This stores the information that is required to query a particular connector. </p>"
@@ -3762,6 +3766,24 @@
37623766
},
37633767
"documentation":"<p> The connector-specific profile properties required when using SAPOData. </p>"
37643768
},
3769+
"SAPODataDestinationProperties":{
3770+
"type":"structure",
3771+
"required":["objectPath"],
3772+
"members":{
3773+
"objectPath":{
3774+
"shape":"Object",
3775+
"documentation":"<p>The object path specified in the SAPOData flow destination.</p>"
3776+
},
3777+
"successResponseHandlingConfig":{
3778+
"shape":"SuccessResponseHandlingConfig",
3779+
"documentation":"<p>Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.</p> <p>For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.</p>"
3780+
},
3781+
"idFieldNames":{"shape":"IdFieldNameList"},
3782+
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"},
3783+
"writeOperationType":{"shape":"WriteOperationType"}
3784+
},
3785+
"documentation":"<p>The properties that are applied when using SAPOData as a flow destination</p>"
3786+
},
37653787
"SAPODataMetadata":{
37663788
"type":"structure",
37673789
"members":{
@@ -4444,6 +4466,20 @@
44444466
"max":2048,
44454467
"pattern":".*"
44464468
},
4469+
"SuccessResponseHandlingConfig":{
4470+
"type":"structure",
4471+
"members":{
4472+
"bucketPrefix":{
4473+
"shape":"BucketPrefix",
4474+
"documentation":"<p>The Amazon S3 bucket prefix.</p>"
4475+
},
4476+
"bucketName":{
4477+
"shape":"BucketName",
4478+
"documentation":"<p>The name of the Amazon S3 bucket.</p>"
4479+
}
4480+
},
4481+
"documentation":"<p>Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.</p> <p>For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.</p>"
4482+
},
44474483
"SupportedApiVersion":{
44484484
"type":"string",
44494485
"max":256,
@@ -4568,6 +4604,7 @@
45684604
"Map_all",
45694605
"Mask",
45704606
"Merge",
4607+
"Passthrough",
45714608
"Truncate",
45724609
"Validate"
45734610
]

0 commit comments

Comments
 (0)