Skip to content

Commit

Permalink
Update API clients from latest models (#1468)
Browse files Browse the repository at this point in the history
Updates the SDK's API clients to the latest version.
  • Loading branch information
jasdel committed Oct 21, 2021
1 parent 98b705e commit b75b465
Show file tree
Hide file tree
Showing 398 changed files with 51,710 additions and 3,608 deletions.
58 changes: 58 additions & 0 deletions .changelog/190059e6ccc6409a9e0def41572fa69f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"id": "190059e6-ccc6-409a-9e0d-ef41572fa69f",
"type": "feature",
"description": "API client updated",
"modules": [
"service/appflow",
"service/applicationautoscaling",
"service/autoscaling",
"service/chimesdkmessaging",
"service/cloudformation",
"service/cloudsearch",
"service/cloudtrail",
"service/cloudwatch",
"service/cloudwatchevents",
"service/cloudwatchlogs",
"service/codedeploy",
"service/configservice",
"service/dataexchange",
"service/directconnect",
"service/docdb",
"service/dynamodb",
"service/ec2",
"service/ecr",
"service/ecs",
"service/efs",
"service/elasticache",
"service/elasticloadbalancing",
"service/elasticloadbalancingv2",
"service/emr",
"service/eventbridge",
"service/glacier",
"service/glue",
"service/ivs",
"service/kendra",
"service/kinesis",
"service/kinesisanalyticsv2",
"service/kms",
"service/lambda",
"service/mediaconvert",
"service/mediapackage",
"service/mediapackagevod",
"service/mediatailor",
"service/neptune",
"service/quicksight",
"service/rds",
"service/redshift",
"service/robomaker",
"service/sagemaker",
"service/securityhub",
"service/sfn",
"service/sns",
"service/sqs",
"service/storagegateway",
"service/sts",
"service/swf",
"service/workmail"
]
}
8 changes: 8 additions & 0 deletions .changelog/41575353444b40ffbf474f4155544f00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "41575353-444b-40ff-bf47-4f4155544f00",
"type": "release",
"description": "New AWS service client module",
"modules": [
"service/panorama"
]
}
32 changes: 32 additions & 0 deletions codegen/sdk-codegen/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
30 changes: 21 additions & 9 deletions codegen/sdk-codegen/aws-models/autoscaling.2011-01-01.json

Large diffs are not rendered by default.

0 comments on commit b75b465

Please sign in to comment.