Skip to content

Commit 5521114

Browse files
authored
chore: add sync models task and sync latest models (#374)
1 parent 87fadb0 commit 5521114

34 files changed

+15135
-1520
lines changed

codegen/sdk/aws-models/appflow.2020-08-23.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4420,6 +4420,35 @@
44204420
"smithy.api#documentation": "<p> The properties that are applied when Amazon S3 is used as a destination. </p>"
44214421
}
44224422
},
4423+
"com.amazonaws.appflow#S3InputFileType": {
4424+
"type": "string",
4425+
"traits": {
4426+
"smithy.api#enum": [
4427+
{
4428+
"value": "CSV",
4429+
"name": "CSV"
4430+
},
4431+
{
4432+
"value": "JSON",
4433+
"name": "JSON"
4434+
}
4435+
]
4436+
}
4437+
},
4438+
"com.amazonaws.appflow#S3InputFormatConfig": {
4439+
"type": "structure",
4440+
"members": {
4441+
"s3InputFileType": {
4442+
"target": "com.amazonaws.appflow#S3InputFileType",
4443+
"traits": {
4444+
"smithy.api#documentation": "<p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>"
4445+
}
4446+
}
4447+
},
4448+
"traits": {
4449+
"smithy.api#documentation": "<p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>"
4450+
}
4451+
},
44234452
"com.amazonaws.appflow#S3Metadata": {
44244453
"type": "structure",
44254454
"members": {},
@@ -4465,6 +4494,9 @@
44654494
"traits": {
44664495
"smithy.api#documentation": "<p> The object key for the Amazon S3 bucket in which the source files are stored. </p>"
44674496
}
4497+
},
4498+
"s3InputFormatConfig": {
4499+
"target": "com.amazonaws.appflow#S3InputFormatConfig"
44684500
}
44694501
},
44704502
"traits": {

codegen/sdk/aws-models/auditmanager.2017-07-25.json

Lines changed: 1028 additions & 540 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/autoscaling.2011-01-01.json

Lines changed: 21 additions & 9 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/chime.2018-05-01.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19698,6 +19698,12 @@
1969819698
"traits": {
1969919699
"smithy.api#documentation": "<p>The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.</p>"
1970019700
}
19701+
},
19702+
"VoiceConnectorArn": {
19703+
"target": "com.amazonaws.chime#NonEmptyString",
19704+
"traits": {
19705+
"smithy.api#documentation": "<p>The ARN of the specified Amazon Chime Voice Connector.</p>"
19706+
}
1970119707
}
1970219708
},
1970319709
"traits": {
@@ -19751,6 +19757,12 @@
1975119757
"traits": {
1975219758
"smithy.api#documentation": "<p>The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.</p>"
1975319759
}
19760+
},
19761+
"VoiceConnectorGroupArn": {
19762+
"target": "com.amazonaws.chime#NonEmptyString",
19763+
"traits": {
19764+
"smithy.api#documentation": "<p>The ARN of the specified Amazon Chime Voice Connector group.</p>"
19765+
}
1975419766
}
1975519767
},
1975619768
"traits": {

codegen/sdk/aws-models/chimesdkidentity.2021-04-20.json

Lines changed: 909 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)