Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions codegen/sdk/aws-models/appflow.2020-08-23.json
Original file line number Diff line number Diff line change
Expand Up @@ -4420,6 +4420,35 @@
"smithy.api#documentation": "<p> The properties that are applied when Amazon S3 is used as a destination. </p>"
}
},
"com.amazonaws.appflow#S3InputFileType": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "CSV",
"name": "CSV"
},
{
"value": "JSON",
"name": "JSON"
}
]
}
},
"com.amazonaws.appflow#S3InputFormatConfig": {
"type": "structure",
"members": {
"s3InputFileType": {
"target": "com.amazonaws.appflow#S3InputFileType",
"traits": {
"smithy.api#documentation": "<p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>"
}
},
"com.amazonaws.appflow#S3Metadata": {
"type": "structure",
"members": {},
Expand Down Expand Up @@ -4465,6 +4494,9 @@
"traits": {
"smithy.api#documentation": "<p> The object key for the Amazon S3 bucket in which the source files are stored. </p>"
}
},
"s3InputFormatConfig": {
"target": "com.amazonaws.appflow#S3InputFormatConfig"
}
},
"traits": {
Expand Down
1,568 changes: 1,028 additions & 540 deletions codegen/sdk/aws-models/auditmanager.2017-07-25.json

Large diffs are not rendered by default.

30 changes: 21 additions & 9 deletions codegen/sdk/aws-models/autoscaling.2011-01-01.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions codegen/sdk/aws-models/chime.2018-05-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -19698,6 +19698,12 @@
"traits": {
"smithy.api#documentation": "<p>The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.</p>"
}
},
"VoiceConnectorArn": {
"target": "com.amazonaws.chime#NonEmptyString",
"traits": {
"smithy.api#documentation": "<p>The ARN of the specified Amazon Chime Voice Connector.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -19751,6 +19757,12 @@
"traits": {
"smithy.api#documentation": "<p>The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.</p>"
}
},
"VoiceConnectorGroupArn": {
"target": "com.amazonaws.chime#NonEmptyString",
"traits": {
"smithy.api#documentation": "<p>The ARN of the specified Amazon Chime Voice Connector group.</p>"
}
}
},
"traits": {
Expand Down
930 changes: 909 additions & 21 deletions codegen/sdk/aws-models/chimesdkidentity.2021-04-20.json

Large diffs are not rendered by default.

Loading