Skip to content

Commit 52a2d98

Browse files
authored
misc: sync AWS models and bump smithy-kotlin version (#1022)
1 parent 331a5dd commit 52a2d98

18 files changed

+6320
-2961
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "04650f0d-eb55-4581-9c9b-2ad22088a4db",
3+
"type": "misc",
4+
"description": "Sync AWS models and bump smithy-kotlin version"
5+
}

codegen/sdk/aws-models/amplifybackend.json

Lines changed: 323 additions & 219 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/chime-sdk-meetings.json

Lines changed: 229 additions & 190 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/cloudwatch.json

Lines changed: 167 additions & 203 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/config-service.json

Lines changed: 373 additions & 199 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/ec2.json

Lines changed: 100 additions & 10 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/glue.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7459,6 +7459,12 @@
74597459
"traits": {
74607460
"smithy.api#documentation": "<p>Creates a list of supported custom datatypes.</p>"
74617461
}
7462+
},
7463+
"Serde": {
7464+
"target": "com.amazonaws.glue#CsvSerdeOption",
7465+
"traits": {
7466+
"smithy.api#documentation": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>"
7467+
}
74627468
}
74637469
},
74647470
"traits": {
@@ -9570,6 +9576,12 @@
95709576
"traits": {
95719577
"smithy.api#documentation": "<p>A list of custom datatypes including \"BINARY\", \"BOOLEAN\", \"DATE\", \"DECIMAL\", \"DOUBLE\", \"FLOAT\", \"INT\", \"LONG\", \"SHORT\", \"STRING\", \"TIMESTAMP\".</p>"
95729578
}
9579+
},
9580+
"Serde": {
9581+
"target": "com.amazonaws.glue#CsvSerdeOption",
9582+
"traits": {
9583+
"smithy.api#documentation": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>"
9584+
}
95739585
}
95749586
},
95759587
"traits": {
@@ -9625,6 +9637,29 @@
96259637
"smithy.api#pattern": "^[^\\r\\n]$"
96269638
}
96279639
},
9640+
"com.amazonaws.glue#CsvSerdeOption": {
9641+
"type": "enum",
9642+
"members": {
9643+
"OpenCSVSerDe": {
9644+
"target": "smithy.api#Unit",
9645+
"traits": {
9646+
"smithy.api#enumValue": "OpenCSVSerDe"
9647+
}
9648+
},
9649+
"LazySimpleSerDe": {
9650+
"target": "smithy.api#Unit",
9651+
"traits": {
9652+
"smithy.api#enumValue": "LazySimpleSerDe"
9653+
}
9654+
},
9655+
"None": {
9656+
"target": "smithy.api#Unit",
9657+
"traits": {
9658+
"smithy.api#enumValue": "None"
9659+
}
9660+
}
9661+
}
9662+
},
96289663
"com.amazonaws.glue#CustomCode": {
96299664
"type": "structure",
96309665
"members": {
@@ -33170,6 +33205,12 @@
3317033205
"traits": {
3317133206
"smithy.api#documentation": "<p>Specifies a list of supported custom datatypes.</p>"
3317233207
}
33208+
},
33209+
"Serde": {
33210+
"target": "com.amazonaws.glue#CsvSerdeOption",
33211+
"traits": {
33212+
"smithy.api#documentation": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>"
33213+
}
3317333214
}
3317433215
},
3317533216
"traits": {

codegen/sdk/aws-models/lex-models-v2.json

Lines changed: 155 additions & 191 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/mediapackage.json

Lines changed: 162 additions & 192 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)