Skip to content

Commit b75b465

Browse files
authored
Update API clients from latest models (#1468)
Updates the SDK's API clients to the latest version.
1 parent 98b705e commit b75b465

File tree

398 files changed

+51710
-3608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+51710
-3608
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"id": "190059e6-ccc6-409a-9e0d-ef41572fa69f",
3+
"type": "feature",
4+
"description": "API client updated",
5+
"modules": [
6+
"service/appflow",
7+
"service/applicationautoscaling",
8+
"service/autoscaling",
9+
"service/chimesdkmessaging",
10+
"service/cloudformation",
11+
"service/cloudsearch",
12+
"service/cloudtrail",
13+
"service/cloudwatch",
14+
"service/cloudwatchevents",
15+
"service/cloudwatchlogs",
16+
"service/codedeploy",
17+
"service/configservice",
18+
"service/dataexchange",
19+
"service/directconnect",
20+
"service/docdb",
21+
"service/dynamodb",
22+
"service/ec2",
23+
"service/ecr",
24+
"service/ecs",
25+
"service/efs",
26+
"service/elasticache",
27+
"service/elasticloadbalancing",
28+
"service/elasticloadbalancingv2",
29+
"service/emr",
30+
"service/eventbridge",
31+
"service/glacier",
32+
"service/glue",
33+
"service/ivs",
34+
"service/kendra",
35+
"service/kinesis",
36+
"service/kinesisanalyticsv2",
37+
"service/kms",
38+
"service/lambda",
39+
"service/mediaconvert",
40+
"service/mediapackage",
41+
"service/mediapackagevod",
42+
"service/mediatailor",
43+
"service/neptune",
44+
"service/quicksight",
45+
"service/rds",
46+
"service/redshift",
47+
"service/robomaker",
48+
"service/sagemaker",
49+
"service/securityhub",
50+
"service/sfn",
51+
"service/sns",
52+
"service/sqs",
53+
"service/storagegateway",
54+
"service/sts",
55+
"service/swf",
56+
"service/workmail"
57+
]
58+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"service/panorama"
7+
]
8+
}

codegen/sdk-codegen/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-codegen/aws-models/autoscaling.2011-01-01.json

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

0 commit comments

Comments
 (0)