Skip to content

Commit f4272a9

Browse files
author
AWS
committed
Amazon Appflow Update: Feature to add support for JSON-L format for S3 as a source.
1 parent d8c9e2a commit f4272a9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Appflow",
4+
"contributor": "",
5+
"description": "Feature to add support for JSON-L format for S3 as a source."
6+
}

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -2727,6 +2727,23 @@
27272727
},
27282728
"documentation":"<p> The properties that are applied when Amazon S3 is used as a destination. </p>"
27292729
},
2730+
"S3InputFileType":{
2731+
"type":"string",
2732+
"enum":[
2733+
"CSV",
2734+
"JSON"
2735+
]
2736+
},
2737+
"S3InputFormatConfig":{
2738+
"type":"structure",
2739+
"members":{
2740+
"s3InputFileType":{
2741+
"shape":"S3InputFileType",
2742+
"documentation":"<p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
2743+
}
2744+
},
2745+
"documentation":"<p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>"
2746+
},
27302747
"S3Metadata":{
27312748
"type":"structure",
27322749
"members":{
@@ -2759,7 +2776,8 @@
27592776
"bucketPrefix":{
27602777
"shape":"BucketPrefix",
27612778
"documentation":"<p> The object key for the Amazon S3 bucket in which the source files are stored. </p>"
2762-
}
2779+
},
2780+
"s3InputFormatConfig":{"shape":"S3InputFormatConfig"}
27632781
},
27642782
"documentation":"<p> The properties that are applied when Amazon S3 is being used as the flow source. </p>"
27652783
},

0 commit comments

Comments
 (0)