Skip to content

Commit b11891f

Browse files
authored
misc: sync AWS models (#1090)
1 parent ff3c4cb commit b11891f

File tree

359 files changed

+24995
-18641
lines changed

Some content is hidden

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

359 files changed

+24995
-18641
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "8243237e-8b81-43ba-a45c-50ad0c312ccf",
3+
"type": "misc",
4+
"description": "Remove GameSparks service"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "cbcde6b1-30e1-4a6a-b5cf-6e02fd58f617",
3+
"type": "misc",
4+
"description": "Sync AWS models and upgrade smithy-kotlin"
5+
}

bom/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ val sdkVersion: String by project
2020

2121
group = "aws.sdk.kotlin"
2222
version = sdkVersion
23+
description = "Provides a BOM"
2324

2425
val evaluateAfter = listOf(":services", ":aws-runtime", ":tests", ":codegen")
2526
evaluateAfter.forEach { evaluationDependsOn(it) }
@@ -106,6 +107,7 @@ publishing {
106107

107108
create<MavenPublication>("versionCatalog") {
108109
artifactId = "version-catalog"
110+
description = "Provides a version catalog"
109111
from(components["versionCatalog"])
110112
}
111113
}

codegen/sdk/aws-models/accessanalyzer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
]
129129
}
130130
],
131-
"type": "tree",
132131
"rules": [
133132
{
134133
"conditions": [
@@ -171,7 +170,8 @@
171170
},
172171
"type": "endpoint"
173172
}
174-
]
173+
],
174+
"type": "tree"
175175
},
176176
{
177177
"conditions": [
@@ -184,7 +184,6 @@
184184
]
185185
}
186186
],
187-
"type": "tree",
188187
"rules": [
189188
{
190189
"conditions": [
@@ -198,7 +197,6 @@
198197
"assign": "PartitionResult"
199198
}
200199
],
201-
"type": "tree",
202200
"rules": [
203201
{
204202
"conditions": [
@@ -221,7 +219,6 @@
221219
]
222220
}
223221
],
224-
"type": "tree",
225222
"rules": [
226223
{
227224
"conditions": [
@@ -256,7 +253,6 @@
256253
]
257254
}
258255
],
259-
"type": "tree",
260256
"rules": [
261257
{
262258
"conditions": [],
@@ -267,14 +263,16 @@
267263
},
268264
"type": "endpoint"
269265
}
270-
]
266+
],
267+
"type": "tree"
271268
},
272269
{
273270
"conditions": [],
274271
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
275272
"type": "error"
276273
}
277-
]
274+
],
275+
"type": "tree"
278276
},
279277
{
280278
"conditions": [
@@ -288,14 +286,12 @@
288286
]
289287
}
290288
],
291-
"type": "tree",
292289
"rules": [
293290
{
294291
"conditions": [
295292
{
296293
"fn": "booleanEquals",
297294
"argv": [
298-
true,
299295
{
300296
"fn": "getAttr",
301297
"argv": [
@@ -304,18 +300,17 @@
304300
},
305301
"supportsFIPS"
306302
]
307-
}
303+
},
304+
true
308305
]
309306
}
310307
],
311-
"type": "tree",
312308
"rules": [
313309
{
314310
"conditions": [
315311
{
316312
"fn": "stringEquals",
317313
"argv": [
318-
"aws-us-gov",
319314
{
320315
"fn": "getAttr",
321316
"argv": [
@@ -324,7 +319,8 @@
324319
},
325320
"name"
326321
]
327-
}
322+
},
323+
"aws-us-gov"
328324
]
329325
}
330326
],
@@ -344,14 +340,16 @@
344340
},
345341
"type": "endpoint"
346342
}
347-
]
343+
],
344+
"type": "tree"
348345
},
349346
{
350347
"conditions": [],
351348
"error": "FIPS is enabled but this partition does not support FIPS",
352349
"type": "error"
353350
}
354-
]
351+
],
352+
"type": "tree"
355353
},
356354
{
357355
"conditions": [
@@ -365,7 +363,6 @@
365363
]
366364
}
367365
],
368-
"type": "tree",
369366
"rules": [
370367
{
371368
"conditions": [
@@ -385,7 +382,6 @@
385382
]
386383
}
387384
],
388-
"type": "tree",
389385
"rules": [
390386
{
391387
"conditions": [],
@@ -396,14 +392,16 @@
396392
},
397393
"type": "endpoint"
398394
}
399-
]
395+
],
396+
"type": "tree"
400397
},
401398
{
402399
"conditions": [],
403400
"error": "DualStack is enabled but this partition does not support DualStack",
404401
"type": "error"
405402
}
406-
]
403+
],
404+
"type": "tree"
407405
},
408406
{
409407
"conditions": [],
@@ -414,9 +412,11 @@
414412
},
415413
"type": "endpoint"
416414
}
417-
]
415+
],
416+
"type": "tree"
418417
}
419-
]
418+
],
419+
"type": "tree"
420420
},
421421
{
422422
"conditions": [],

codegen/sdk/aws-models/account.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
]
9595
}
9696
],
97-
"type": "tree",
9897
"rules": [
9998
{
10099
"conditions": [
@@ -137,7 +136,8 @@
137136
},
138137
"type": "endpoint"
139138
}
140-
]
139+
],
140+
"type": "tree"
141141
},
142142
{
143143
"conditions": [
@@ -150,7 +150,6 @@
150150
]
151151
}
152152
],
153-
"type": "tree",
154153
"rules": [
155154
{
156155
"conditions": [
@@ -164,7 +163,6 @@
164163
"assign": "PartitionResult"
165164
}
166165
],
167-
"type": "tree",
168166
"rules": [
169167
{
170168
"conditions": [
@@ -289,7 +287,6 @@
289287
]
290288
}
291289
],
292-
"type": "tree",
293290
"rules": [
294291
{
295292
"conditions": [
@@ -324,7 +321,6 @@
324321
]
325322
}
326323
],
327-
"type": "tree",
328324
"rules": [
329325
{
330326
"conditions": [],
@@ -335,14 +331,16 @@
335331
},
336332
"type": "endpoint"
337333
}
338-
]
334+
],
335+
"type": "tree"
339336
},
340337
{
341338
"conditions": [],
342339
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
343340
"type": "error"
344341
}
345-
]
342+
],
343+
"type": "tree"
346344
},
347345
{
348346
"conditions": [
@@ -356,14 +354,12 @@
356354
]
357355
}
358356
],
359-
"type": "tree",
360357
"rules": [
361358
{
362359
"conditions": [
363360
{
364361
"fn": "booleanEquals",
365362
"argv": [
366-
true,
367363
{
368364
"fn": "getAttr",
369365
"argv": [
@@ -372,11 +368,11 @@
372368
},
373369
"supportsFIPS"
374370
]
375-
}
371+
},
372+
true
376373
]
377374
}
378375
],
379-
"type": "tree",
380376
"rules": [
381377
{
382378
"conditions": [],
@@ -387,14 +383,16 @@
387383
},
388384
"type": "endpoint"
389385
}
390-
]
386+
],
387+
"type": "tree"
391388
},
392389
{
393390
"conditions": [],
394391
"error": "FIPS is enabled but this partition does not support FIPS",
395392
"type": "error"
396393
}
397-
]
394+
],
395+
"type": "tree"
398396
},
399397
{
400398
"conditions": [
@@ -408,7 +406,6 @@
408406
]
409407
}
410408
],
411-
"type": "tree",
412409
"rules": [
413410
{
414411
"conditions": [
@@ -428,7 +425,6 @@
428425
]
429426
}
430427
],
431-
"type": "tree",
432428
"rules": [
433429
{
434430
"conditions": [],
@@ -439,14 +435,16 @@
439435
},
440436
"type": "endpoint"
441437
}
442-
]
438+
],
439+
"type": "tree"
443440
},
444441
{
445442
"conditions": [],
446443
"error": "DualStack is enabled but this partition does not support DualStack",
447444
"type": "error"
448445
}
449-
]
446+
],
447+
"type": "tree"
450448
},
451449
{
452450
"conditions": [],
@@ -457,9 +455,11 @@
457455
},
458456
"type": "endpoint"
459457
}
460-
]
458+
],
459+
"type": "tree"
461460
}
462-
]
461+
],
462+
"type": "tree"
463463
},
464464
{
465465
"conditions": [],

0 commit comments

Comments
 (0)