|
2179 | 2179 | "CustomConnector":{
|
2180 | 2180 | "shape":"CustomConnectorDestinationProperties",
|
2181 | 2181 | "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>" |
2182 | 2186 | }
|
2183 | 2187 | },
|
2184 | 2188 | "documentation":"<p> This stores the information that is required to query a particular connector. </p>"
|
|
3762 | 3766 | },
|
3763 | 3767 | "documentation":"<p> The connector-specific profile properties required when using SAPOData. </p>"
|
3764 | 3768 | },
|
| 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 | + }, |
3765 | 3787 | "SAPODataMetadata":{
|
3766 | 3788 | "type":"structure",
|
3767 | 3789 | "members":{
|
|
4444 | 4466 | "max":2048,
|
4445 | 4467 | "pattern":".*"
|
4446 | 4468 | },
|
| 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 | + }, |
4447 | 4483 | "SupportedApiVersion":{
|
4448 | 4484 | "type":"string",
|
4449 | 4485 | "max":256,
|
|
4568 | 4604 | "Map_all",
|
4569 | 4605 | "Mask",
|
4570 | 4606 | "Merge",
|
| 4607 | + "Passthrough", |
4571 | 4608 | "Truncate",
|
4572 | 4609 | "Validate"
|
4573 | 4610 | ]
|
|
0 commit comments