cdk-lambda-subminute 2.0.355 → 2.0.357

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +1 -1
  5. package/node_modules/aws-sdk/apis/b2bi-2022-06-23.examples.json +709 -0
  6. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +53 -0
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
  8. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +335 -119
  9. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +83 -36
  11. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +258 -30
  12. package/node_modules/aws-sdk/clients/athena.d.ts +9 -5
  13. package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
  14. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +101 -11
  15. package/node_modules/aws-sdk/clients/codebuild.d.ts +287 -2
  16. package/node_modules/aws-sdk/clients/connect.d.ts +5 -5
  17. package/node_modules/aws-sdk/clients/dynamodb.d.ts +68 -3
  18. package/node_modules/aws-sdk/clients/firehose.d.ts +231 -0
  19. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +2 -2
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +743 -189
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +104 -103
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +60 -3
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/package.json +3 -3
@@ -81,7 +81,7 @@
81
81
  "builds": {
82
82
  "type": "list",
83
83
  "member": {
84
- "shape": "S23"
84
+ "shape": "S24"
85
85
  }
86
86
  },
87
87
  "buildsNotFound": {
@@ -90,6 +90,33 @@
90
90
  }
91
91
  }
92
92
  },
93
+ "BatchGetFleets": {
94
+ "input": {
95
+ "type": "structure",
96
+ "required": [
97
+ "names"
98
+ ],
99
+ "members": {
100
+ "names": {
101
+ "shape": "S2f"
102
+ }
103
+ }
104
+ },
105
+ "output": {
106
+ "type": "structure",
107
+ "members": {
108
+ "fleets": {
109
+ "type": "list",
110
+ "member": {
111
+ "shape": "S2i"
112
+ }
113
+ },
114
+ "fleetsNotFound": {
115
+ "shape": "S2f"
116
+ }
117
+ }
118
+ }
119
+ },
93
120
  "BatchGetProjects": {
94
121
  "input": {
95
122
  "type": "structure",
@@ -98,7 +125,7 @@
98
125
  ],
99
126
  "members": {
100
127
  "names": {
101
- "shape": "S2e"
128
+ "shape": "S2z"
102
129
  }
103
130
  }
104
131
  },
@@ -108,11 +135,11 @@
108
135
  "projects": {
109
136
  "type": "list",
110
137
  "member": {
111
- "shape": "S2h"
138
+ "shape": "S32"
112
139
  }
113
140
  },
114
141
  "projectsNotFound": {
115
- "shape": "S2e"
142
+ "shape": "S2z"
116
143
  }
117
144
  }
118
145
  }
@@ -125,7 +152,7 @@
125
152
  ],
126
153
  "members": {
127
154
  "reportGroupArns": {
128
- "shape": "S32"
155
+ "shape": "S3j"
129
156
  }
130
157
  }
131
158
  },
@@ -135,11 +162,11 @@
135
162
  "reportGroups": {
136
163
  "type": "list",
137
164
  "member": {
138
- "shape": "S35"
165
+ "shape": "S3m"
139
166
  }
140
167
  },
141
168
  "reportGroupsNotFound": {
142
- "shape": "S32"
169
+ "shape": "S3j"
143
170
  }
144
171
  }
145
172
  }
@@ -152,7 +179,7 @@
152
179
  ],
153
180
  "members": {
154
181
  "reportArns": {
155
- "shape": "S3e"
182
+ "shape": "S3v"
156
183
  }
157
184
  }
158
185
  },
@@ -177,7 +204,7 @@
177
204
  "type": "timestamp"
178
205
  },
179
206
  "exportConfig": {
180
- "shape": "S38"
207
+ "shape": "S3p"
181
208
  },
182
209
  "truncated": {
183
210
  "type": "boolean"
@@ -232,7 +259,40 @@
232
259
  }
233
260
  },
234
261
  "reportsNotFound": {
235
- "shape": "S3e"
262
+ "shape": "S3v"
263
+ }
264
+ }
265
+ }
266
+ },
267
+ "CreateFleet": {
268
+ "input": {
269
+ "type": "structure",
270
+ "required": [
271
+ "name",
272
+ "baseCapacity",
273
+ "environmentType",
274
+ "computeType"
275
+ ],
276
+ "members": {
277
+ "name": {},
278
+ "baseCapacity": {
279
+ "type": "integer"
280
+ },
281
+ "environmentType": {},
282
+ "computeType": {},
283
+ "scalingConfiguration": {
284
+ "shape": "S46"
285
+ },
286
+ "tags": {
287
+ "shape": "S2u"
288
+ }
289
+ }
290
+ },
291
+ "output": {
292
+ "type": "structure",
293
+ "members": {
294
+ "fleet": {
295
+ "shape": "S2i"
236
296
  }
237
297
  }
238
298
  }
@@ -261,10 +321,10 @@
261
321
  "shape": "Su"
262
322
  },
263
323
  "artifacts": {
264
- "shape": "S2k"
324
+ "shape": "S35"
265
325
  },
266
326
  "secondaryArtifacts": {
267
- "shape": "S2n"
327
+ "shape": "S38"
268
328
  },
269
329
  "cache": {
270
330
  "shape": "Sz"
@@ -281,22 +341,22 @@
281
341
  },
282
342
  "encryptionKey": {},
283
343
  "tags": {
284
- "shape": "S2p"
344
+ "shape": "S2u"
285
345
  },
286
346
  "vpcConfig": {
287
- "shape": "S1i"
347
+ "shape": "S1j"
288
348
  },
289
349
  "badgeEnabled": {
290
350
  "type": "boolean"
291
351
  },
292
352
  "logsConfig": {
293
- "shape": "S1c"
353
+ "shape": "S1d"
294
354
  },
295
355
  "fileSystemLocations": {
296
- "shape": "S1l"
356
+ "shape": "S1m"
297
357
  },
298
358
  "buildBatchConfig": {
299
- "shape": "S1o"
359
+ "shape": "S1p"
300
360
  },
301
361
  "concurrentBuildLimit": {
302
362
  "type": "integer"
@@ -307,7 +367,7 @@
307
367
  "type": "structure",
308
368
  "members": {
309
369
  "project": {
310
- "shape": "S2h"
370
+ "shape": "S32"
311
371
  }
312
372
  }
313
373
  }
@@ -324,10 +384,10 @@
324
384
  "name": {},
325
385
  "type": {},
326
386
  "exportConfig": {
327
- "shape": "S38"
387
+ "shape": "S3p"
328
388
  },
329
389
  "tags": {
330
- "shape": "S2p"
390
+ "shape": "S2u"
331
391
  }
332
392
  }
333
393
  },
@@ -335,7 +395,7 @@
335
395
  "type": "structure",
336
396
  "members": {
337
397
  "reportGroup": {
338
- "shape": "S35"
398
+ "shape": "S3m"
339
399
  }
340
400
  }
341
401
  }
@@ -350,7 +410,7 @@
350
410
  "projectName": {},
351
411
  "branchFilter": {},
352
412
  "filterGroups": {
353
- "shape": "S2u"
413
+ "shape": "S3b"
354
414
  },
355
415
  "buildType": {}
356
416
  }
@@ -359,7 +419,7 @@
359
419
  "type": "structure",
360
420
  "members": {
361
421
  "webhook": {
362
- "shape": "S2t"
422
+ "shape": "S3a"
363
423
  }
364
424
  }
365
425
  }
@@ -387,6 +447,21 @@
387
447
  }
388
448
  }
389
449
  },
450
+ "DeleteFleet": {
451
+ "input": {
452
+ "type": "structure",
453
+ "required": [
454
+ "arn"
455
+ ],
456
+ "members": {
457
+ "arn": {}
458
+ }
459
+ },
460
+ "output": {
461
+ "type": "structure",
462
+ "members": {}
463
+ }
464
+ },
390
465
  "DeleteProject": {
391
466
  "input": {
392
467
  "type": "structure",
@@ -695,7 +770,7 @@
695
770
  "type": "structure",
696
771
  "members": {
697
772
  "filter": {
698
- "shape": "S50"
773
+ "shape": "S5m"
699
774
  },
700
775
  "maxResults": {
701
776
  "type": "integer"
@@ -720,7 +795,7 @@
720
795
  "members": {
721
796
  "projectName": {},
722
797
  "filter": {
723
- "shape": "S50"
798
+ "shape": "S5m"
724
799
  },
725
800
  "maxResults": {
726
801
  "type": "integer"
@@ -822,6 +897,32 @@
822
897
  }
823
898
  }
824
899
  },
900
+ "ListFleets": {
901
+ "input": {
902
+ "type": "structure",
903
+ "members": {
904
+ "nextToken": {
905
+ "type": "string",
906
+ "sensitive": true
907
+ },
908
+ "maxResults": {
909
+ "type": "integer"
910
+ },
911
+ "sortOrder": {},
912
+ "sortBy": {}
913
+ }
914
+ },
915
+ "output": {
916
+ "type": "structure",
917
+ "members": {
918
+ "nextToken": {},
919
+ "fleets": {
920
+ "type": "list",
921
+ "member": {}
922
+ }
923
+ }
924
+ }
925
+ },
825
926
  "ListProjects": {
826
927
  "input": {
827
928
  "type": "structure",
@@ -836,7 +937,7 @@
836
937
  "members": {
837
938
  "nextToken": {},
838
939
  "projects": {
839
- "shape": "S2e"
940
+ "shape": "S2z"
840
941
  }
841
942
  }
842
943
  }
@@ -858,7 +959,7 @@
858
959
  "members": {
859
960
  "nextToken": {},
860
961
  "reportGroups": {
861
- "shape": "S32"
962
+ "shape": "S3j"
862
963
  }
863
964
  }
864
965
  }
@@ -873,7 +974,7 @@
873
974
  "type": "integer"
874
975
  },
875
976
  "filter": {
876
- "shape": "S5q"
977
+ "shape": "S6h"
877
978
  }
878
979
  }
879
980
  },
@@ -882,7 +983,7 @@
882
983
  "members": {
883
984
  "nextToken": {},
884
985
  "reports": {
885
- "shape": "S3e"
986
+ "shape": "S3v"
886
987
  }
887
988
  }
888
989
  }
@@ -901,7 +1002,7 @@
901
1002
  "type": "integer"
902
1003
  },
903
1004
  "filter": {
904
- "shape": "S5q"
1005
+ "shape": "S6h"
905
1006
  }
906
1007
  }
907
1008
  },
@@ -910,7 +1011,7 @@
910
1011
  "members": {
911
1012
  "nextToken": {},
912
1013
  "reports": {
913
- "shape": "S3e"
1014
+ "shape": "S3v"
914
1015
  }
915
1016
  }
916
1017
  }
@@ -955,7 +1056,7 @@
955
1056
  "members": {
956
1057
  "nextToken": {},
957
1058
  "reportGroups": {
958
- "shape": "S32"
1059
+ "shape": "S3j"
959
1060
  }
960
1061
  }
961
1062
  }
@@ -1013,7 +1114,7 @@
1013
1114
  "type": "structure",
1014
1115
  "members": {
1015
1116
  "build": {
1016
- "shape": "S23"
1117
+ "shape": "S24"
1017
1118
  }
1018
1119
  }
1019
1120
  }
@@ -1052,13 +1153,13 @@
1052
1153
  },
1053
1154
  "sourceVersion": {},
1054
1155
  "artifactsOverride": {
1055
- "shape": "S2k"
1156
+ "shape": "S35"
1056
1157
  },
1057
1158
  "secondaryArtifactsOverride": {
1058
- "shape": "S2n"
1159
+ "shape": "S38"
1059
1160
  },
1060
1161
  "environmentVariablesOverride": {
1061
- "shape": "S16"
1162
+ "shape": "S17"
1062
1163
  },
1063
1164
  "sourceTypeOverride": {},
1064
1165
  "sourceLocationOverride": {},
@@ -1101,14 +1202,17 @@
1101
1202
  "encryptionKeyOverride": {},
1102
1203
  "idempotencyToken": {},
1103
1204
  "logsConfigOverride": {
1104
- "shape": "S1c"
1205
+ "shape": "S1d"
1105
1206
  },
1106
1207
  "registryCredentialOverride": {
1107
- "shape": "S19"
1208
+ "shape": "S1a"
1108
1209
  },
1109
1210
  "imagePullCredentialsTypeOverride": {},
1110
1211
  "debugSessionEnabled": {
1111
1212
  "type": "boolean"
1213
+ },
1214
+ "fleetOverride": {
1215
+ "shape": "S16"
1112
1216
  }
1113
1217
  }
1114
1218
  },
@@ -1116,7 +1220,7 @@
1116
1220
  "type": "structure",
1117
1221
  "members": {
1118
1222
  "build": {
1119
- "shape": "S23"
1223
+ "shape": "S24"
1120
1224
  }
1121
1225
  }
1122
1226
  }
@@ -1137,13 +1241,13 @@
1137
1241
  },
1138
1242
  "sourceVersion": {},
1139
1243
  "artifactsOverride": {
1140
- "shape": "S2k"
1244
+ "shape": "S35"
1141
1245
  },
1142
1246
  "secondaryArtifactsOverride": {
1143
- "shape": "S2n"
1247
+ "shape": "S38"
1144
1248
  },
1145
1249
  "environmentVariablesOverride": {
1146
- "shape": "S16"
1250
+ "shape": "S17"
1147
1251
  },
1148
1252
  "sourceTypeOverride": {},
1149
1253
  "sourceLocationOverride": {},
@@ -1183,14 +1287,14 @@
1183
1287
  "encryptionKeyOverride": {},
1184
1288
  "idempotencyToken": {},
1185
1289
  "logsConfigOverride": {
1186
- "shape": "S1c"
1290
+ "shape": "S1d"
1187
1291
  },
1188
1292
  "registryCredentialOverride": {
1189
- "shape": "S19"
1293
+ "shape": "S1a"
1190
1294
  },
1191
1295
  "imagePullCredentialsTypeOverride": {},
1192
1296
  "buildBatchConfigOverride": {
1193
- "shape": "S1o"
1297
+ "shape": "S1p"
1194
1298
  },
1195
1299
  "debugSessionEnabled": {
1196
1300
  "type": "boolean"
@@ -1220,7 +1324,7 @@
1220
1324
  "type": "structure",
1221
1325
  "members": {
1222
1326
  "build": {
1223
- "shape": "S23"
1327
+ "shape": "S24"
1224
1328
  }
1225
1329
  }
1226
1330
  }
@@ -1244,6 +1348,36 @@
1244
1348
  }
1245
1349
  }
1246
1350
  },
1351
+ "UpdateFleet": {
1352
+ "input": {
1353
+ "type": "structure",
1354
+ "required": [
1355
+ "arn"
1356
+ ],
1357
+ "members": {
1358
+ "arn": {},
1359
+ "baseCapacity": {
1360
+ "type": "integer"
1361
+ },
1362
+ "environmentType": {},
1363
+ "computeType": {},
1364
+ "scalingConfiguration": {
1365
+ "shape": "S46"
1366
+ },
1367
+ "tags": {
1368
+ "shape": "S2u"
1369
+ }
1370
+ }
1371
+ },
1372
+ "output": {
1373
+ "type": "structure",
1374
+ "members": {
1375
+ "fleet": {
1376
+ "shape": "S2i"
1377
+ }
1378
+ }
1379
+ }
1380
+ },
1247
1381
  "UpdateProject": {
1248
1382
  "input": {
1249
1383
  "type": "structure",
@@ -1264,10 +1398,10 @@
1264
1398
  "shape": "Su"
1265
1399
  },
1266
1400
  "artifacts": {
1267
- "shape": "S2k"
1401
+ "shape": "S35"
1268
1402
  },
1269
1403
  "secondaryArtifacts": {
1270
- "shape": "S2n"
1404
+ "shape": "S38"
1271
1405
  },
1272
1406
  "cache": {
1273
1407
  "shape": "Sz"
@@ -1284,22 +1418,22 @@
1284
1418
  },
1285
1419
  "encryptionKey": {},
1286
1420
  "tags": {
1287
- "shape": "S2p"
1421
+ "shape": "S2u"
1288
1422
  },
1289
1423
  "vpcConfig": {
1290
- "shape": "S1i"
1424
+ "shape": "S1j"
1291
1425
  },
1292
1426
  "badgeEnabled": {
1293
1427
  "type": "boolean"
1294
1428
  },
1295
1429
  "logsConfig": {
1296
- "shape": "S1c"
1430
+ "shape": "S1d"
1297
1431
  },
1298
1432
  "fileSystemLocations": {
1299
- "shape": "S1l"
1433
+ "shape": "S1m"
1300
1434
  },
1301
1435
  "buildBatchConfig": {
1302
- "shape": "S1o"
1436
+ "shape": "S1p"
1303
1437
  },
1304
1438
  "concurrentBuildLimit": {
1305
1439
  "type": "integer"
@@ -1310,7 +1444,7 @@
1310
1444
  "type": "structure",
1311
1445
  "members": {
1312
1446
  "project": {
1313
- "shape": "S2h"
1447
+ "shape": "S32"
1314
1448
  }
1315
1449
  }
1316
1450
  }
@@ -1346,10 +1480,10 @@
1346
1480
  "members": {
1347
1481
  "arn": {},
1348
1482
  "exportConfig": {
1349
- "shape": "S38"
1483
+ "shape": "S3p"
1350
1484
  },
1351
1485
  "tags": {
1352
- "shape": "S2p"
1486
+ "shape": "S2u"
1353
1487
  }
1354
1488
  }
1355
1489
  },
@@ -1357,7 +1491,7 @@
1357
1491
  "type": "structure",
1358
1492
  "members": {
1359
1493
  "reportGroup": {
1360
- "shape": "S35"
1494
+ "shape": "S3m"
1361
1495
  }
1362
1496
  }
1363
1497
  }
@@ -1375,7 +1509,7 @@
1375
1509
  "type": "boolean"
1376
1510
  },
1377
1511
  "filterGroups": {
1378
- "shape": "S2u"
1512
+ "shape": "S3b"
1379
1513
  },
1380
1514
  "buildType": {}
1381
1515
  }
@@ -1384,7 +1518,7 @@
1384
1518
  "type": "structure",
1385
1519
  "members": {
1386
1520
  "webhook": {
1387
- "shape": "S2t"
1521
+ "shape": "S3a"
1388
1522
  }
1389
1523
  }
1390
1524
  }
@@ -1470,7 +1604,7 @@
1470
1604
  },
1471
1605
  "serviceRole": {},
1472
1606
  "logConfig": {
1473
- "shape": "S1c"
1607
+ "shape": "S1d"
1474
1608
  },
1475
1609
  "buildTimeoutInMinutes": {
1476
1610
  "type": "integer"
@@ -1483,17 +1617,17 @@
1483
1617
  },
1484
1618
  "initiator": {},
1485
1619
  "vpcConfig": {
1486
- "shape": "S1i"
1620
+ "shape": "S1j"
1487
1621
  },
1488
1622
  "encryptionKey": {},
1489
1623
  "buildBatchNumber": {
1490
1624
  "type": "long"
1491
1625
  },
1492
1626
  "fileSystemLocations": {
1493
- "shape": "S1l"
1627
+ "shape": "S1m"
1494
1628
  },
1495
1629
  "buildBatchConfig": {
1496
- "shape": "S1o"
1630
+ "shape": "S1p"
1497
1631
  },
1498
1632
  "buildGroups": {
1499
1633
  "type": "list",
@@ -1509,12 +1643,12 @@
1509
1643
  "type": "boolean"
1510
1644
  },
1511
1645
  "currentBuildSummary": {
1512
- "shape": "S1v"
1646
+ "shape": "S1w"
1513
1647
  },
1514
1648
  "priorBuildSummaryList": {
1515
1649
  "type": "list",
1516
1650
  "member": {
1517
- "shape": "S1v"
1651
+ "shape": "S1w"
1518
1652
  }
1519
1653
  }
1520
1654
  }
@@ -1660,20 +1794,29 @@
1660
1794
  "type": {},
1661
1795
  "image": {},
1662
1796
  "computeType": {},
1663
- "environmentVariables": {
1797
+ "fleet": {
1664
1798
  "shape": "S16"
1665
1799
  },
1800
+ "environmentVariables": {
1801
+ "shape": "S17"
1802
+ },
1666
1803
  "privilegedMode": {
1667
1804
  "type": "boolean"
1668
1805
  },
1669
1806
  "certificate": {},
1670
1807
  "registryCredential": {
1671
- "shape": "S19"
1808
+ "shape": "S1a"
1672
1809
  },
1673
1810
  "imagePullCredentialsType": {}
1674
1811
  }
1675
1812
  },
1676
1813
  "S16": {
1814
+ "type": "structure",
1815
+ "members": {
1816
+ "fleetArn": {}
1817
+ }
1818
+ },
1819
+ "S17": {
1677
1820
  "type": "list",
1678
1821
  "member": {
1679
1822
  "type": "structure",
@@ -1688,7 +1831,7 @@
1688
1831
  }
1689
1832
  }
1690
1833
  },
1691
- "S19": {
1834
+ "S1a": {
1692
1835
  "type": "structure",
1693
1836
  "required": [
1694
1837
  "credential",
@@ -1699,18 +1842,18 @@
1699
1842
  "credentialProvider": {}
1700
1843
  }
1701
1844
  },
1702
- "S1c": {
1845
+ "S1d": {
1703
1846
  "type": "structure",
1704
1847
  "members": {
1705
1848
  "cloudWatchLogs": {
1706
- "shape": "S1d"
1849
+ "shape": "S1e"
1707
1850
  },
1708
1851
  "s3Logs": {
1709
- "shape": "S1f"
1852
+ "shape": "S1g"
1710
1853
  }
1711
1854
  }
1712
1855
  },
1713
- "S1d": {
1856
+ "S1e": {
1714
1857
  "type": "structure",
1715
1858
  "required": [
1716
1859
  "status"
@@ -1721,7 +1864,7 @@
1721
1864
  "streamName": {}
1722
1865
  }
1723
1866
  },
1724
- "S1f": {
1867
+ "S1g": {
1725
1868
  "type": "structure",
1726
1869
  "required": [
1727
1870
  "status"
@@ -1735,7 +1878,7 @@
1735
1878
  "bucketOwnerAccess": {}
1736
1879
  }
1737
1880
  },
1738
- "S1i": {
1881
+ "S1j": {
1739
1882
  "type": "structure",
1740
1883
  "members": {
1741
1884
  "vpcId": {},
@@ -1749,7 +1892,7 @@
1749
1892
  }
1750
1893
  }
1751
1894
  },
1752
- "S1l": {
1895
+ "S1m": {
1753
1896
  "type": "list",
1754
1897
  "member": {
1755
1898
  "type": "structure",
@@ -1762,7 +1905,7 @@
1762
1905
  }
1763
1906
  }
1764
1907
  },
1765
- "S1o": {
1908
+ "S1p": {
1766
1909
  "type": "structure",
1767
1910
  "members": {
1768
1911
  "serviceRole": {},
@@ -1787,7 +1930,7 @@
1787
1930
  "batchReportMode": {}
1788
1931
  }
1789
1932
  },
1790
- "S1v": {
1933
+ "S1w": {
1791
1934
  "type": "structure",
1792
1935
  "members": {
1793
1936
  "arn": {},
@@ -1796,17 +1939,17 @@
1796
1939
  },
1797
1940
  "buildStatus": {},
1798
1941
  "primaryArtifact": {
1799
- "shape": "S1w"
1942
+ "shape": "S1x"
1800
1943
  },
1801
1944
  "secondaryArtifacts": {
1802
1945
  "type": "list",
1803
1946
  "member": {
1804
- "shape": "S1w"
1947
+ "shape": "S1x"
1805
1948
  }
1806
1949
  }
1807
1950
  }
1808
1951
  },
1809
- "S1w": {
1952
+ "S1x": {
1810
1953
  "type": "structure",
1811
1954
  "members": {
1812
1955
  "type": {},
@@ -1814,7 +1957,7 @@
1814
1957
  "identifier": {}
1815
1958
  }
1816
1959
  },
1817
- "S23": {
1960
+ "S24": {
1818
1961
  "type": "structure",
1819
1962
  "members": {
1820
1963
  "id": {},
@@ -1887,10 +2030,10 @@
1887
2030
  "cloudWatchLogsArn": {},
1888
2031
  "s3LogsArn": {},
1889
2032
  "cloudWatchLogs": {
1890
- "shape": "S1d"
2033
+ "shape": "S1e"
1891
2034
  },
1892
2035
  "s3Logs": {
1893
- "shape": "S1f"
2036
+ "shape": "S1g"
1894
2037
  }
1895
2038
  }
1896
2039
  },
@@ -1905,7 +2048,7 @@
1905
2048
  },
1906
2049
  "initiator": {},
1907
2050
  "vpcConfig": {
1908
- "shape": "S1i"
2051
+ "shape": "S1j"
1909
2052
  },
1910
2053
  "networkInterface": {
1911
2054
  "type": "structure",
@@ -1930,7 +2073,7 @@
1930
2073
  "member": {}
1931
2074
  },
1932
2075
  "fileSystemLocations": {
1933
- "shape": "S1l"
2076
+ "shape": "S1m"
1934
2077
  },
1935
2078
  "debugSession": {
1936
2079
  "type": "structure",
@@ -1944,11 +2087,82 @@
1944
2087
  "buildBatchArn": {}
1945
2088
  }
1946
2089
  },
1947
- "S2e": {
2090
+ "S2f": {
2091
+ "type": "list",
2092
+ "member": {}
2093
+ },
2094
+ "S2i": {
2095
+ "type": "structure",
2096
+ "members": {
2097
+ "arn": {},
2098
+ "name": {},
2099
+ "id": {},
2100
+ "created": {
2101
+ "type": "timestamp"
2102
+ },
2103
+ "lastModified": {
2104
+ "type": "timestamp"
2105
+ },
2106
+ "status": {
2107
+ "type": "structure",
2108
+ "members": {
2109
+ "statusCode": {},
2110
+ "context": {},
2111
+ "message": {}
2112
+ }
2113
+ },
2114
+ "baseCapacity": {
2115
+ "type": "integer"
2116
+ },
2117
+ "environmentType": {},
2118
+ "computeType": {},
2119
+ "scalingConfiguration": {
2120
+ "type": "structure",
2121
+ "members": {
2122
+ "scalingType": {},
2123
+ "targetTrackingScalingConfigs": {
2124
+ "shape": "S2q"
2125
+ },
2126
+ "maxCapacity": {
2127
+ "type": "integer"
2128
+ },
2129
+ "desiredCapacity": {
2130
+ "type": "integer"
2131
+ }
2132
+ }
2133
+ },
2134
+ "tags": {
2135
+ "shape": "S2u"
2136
+ }
2137
+ }
2138
+ },
2139
+ "S2q": {
2140
+ "type": "list",
2141
+ "member": {
2142
+ "type": "structure",
2143
+ "members": {
2144
+ "metricType": {},
2145
+ "targetValue": {
2146
+ "type": "double"
2147
+ }
2148
+ }
2149
+ }
2150
+ },
2151
+ "S2u": {
2152
+ "type": "list",
2153
+ "member": {
2154
+ "type": "structure",
2155
+ "members": {
2156
+ "key": {},
2157
+ "value": {}
2158
+ }
2159
+ }
2160
+ },
2161
+ "S2z": {
1948
2162
  "type": "list",
1949
2163
  "member": {}
1950
2164
  },
1951
- "S2h": {
2165
+ "S32": {
1952
2166
  "type": "structure",
1953
2167
  "members": {
1954
2168
  "name": {},
@@ -1965,10 +2179,10 @@
1965
2179
  "shape": "Su"
1966
2180
  },
1967
2181
  "artifacts": {
1968
- "shape": "S2k"
2182
+ "shape": "S35"
1969
2183
  },
1970
2184
  "secondaryArtifacts": {
1971
- "shape": "S2n"
2185
+ "shape": "S38"
1972
2186
  },
1973
2187
  "cache": {
1974
2188
  "shape": "Sz"
@@ -1985,7 +2199,7 @@
1985
2199
  },
1986
2200
  "encryptionKey": {},
1987
2201
  "tags": {
1988
- "shape": "S2p"
2202
+ "shape": "S2u"
1989
2203
  },
1990
2204
  "created": {
1991
2205
  "type": "timestamp"
@@ -1994,10 +2208,10 @@
1994
2208
  "type": "timestamp"
1995
2209
  },
1996
2210
  "webhook": {
1997
- "shape": "S2t"
2211
+ "shape": "S3a"
1998
2212
  },
1999
2213
  "vpcConfig": {
2000
- "shape": "S1i"
2214
+ "shape": "S1j"
2001
2215
  },
2002
2216
  "badge": {
2003
2217
  "type": "structure",
@@ -2009,13 +2223,13 @@
2009
2223
  }
2010
2224
  },
2011
2225
  "logsConfig": {
2012
- "shape": "S1c"
2226
+ "shape": "S1d"
2013
2227
  },
2014
2228
  "fileSystemLocations": {
2015
- "shape": "S1l"
2229
+ "shape": "S1m"
2016
2230
  },
2017
2231
  "buildBatchConfig": {
2018
- "shape": "S1o"
2232
+ "shape": "S1p"
2019
2233
  },
2020
2234
  "concurrentBuildLimit": {
2021
2235
  "type": "integer"
@@ -2025,7 +2239,7 @@
2025
2239
  "resourceAccessRole": {}
2026
2240
  }
2027
2241
  },
2028
- "S2k": {
2242
+ "S35": {
2029
2243
  "type": "structure",
2030
2244
  "required": [
2031
2245
  "type"
@@ -2047,23 +2261,13 @@
2047
2261
  "bucketOwnerAccess": {}
2048
2262
  }
2049
2263
  },
2050
- "S2n": {
2051
- "type": "list",
2052
- "member": {
2053
- "shape": "S2k"
2054
- }
2055
- },
2056
- "S2p": {
2264
+ "S38": {
2057
2265
  "type": "list",
2058
2266
  "member": {
2059
- "type": "structure",
2060
- "members": {
2061
- "key": {},
2062
- "value": {}
2063
- }
2267
+ "shape": "S35"
2064
2268
  }
2065
2269
  },
2066
- "S2t": {
2270
+ "S3a": {
2067
2271
  "type": "structure",
2068
2272
  "members": {
2069
2273
  "url": {},
@@ -2071,7 +2275,7 @@
2071
2275
  "secret": {},
2072
2276
  "branchFilter": {},
2073
2277
  "filterGroups": {
2074
- "shape": "S2u"
2278
+ "shape": "S3b"
2075
2279
  },
2076
2280
  "buildType": {},
2077
2281
  "lastModifiedSecret": {
@@ -2079,7 +2283,7 @@
2079
2283
  }
2080
2284
  }
2081
2285
  },
2082
- "S2u": {
2286
+ "S3b": {
2083
2287
  "type": "list",
2084
2288
  "member": {
2085
2289
  "type": "list",
@@ -2099,18 +2303,18 @@
2099
2303
  }
2100
2304
  }
2101
2305
  },
2102
- "S32": {
2306
+ "S3j": {
2103
2307
  "type": "list",
2104
2308
  "member": {}
2105
2309
  },
2106
- "S35": {
2310
+ "S3m": {
2107
2311
  "type": "structure",
2108
2312
  "members": {
2109
2313
  "arn": {},
2110
2314
  "name": {},
2111
2315
  "type": {},
2112
2316
  "exportConfig": {
2113
- "shape": "S38"
2317
+ "shape": "S3p"
2114
2318
  },
2115
2319
  "created": {
2116
2320
  "type": "timestamp"
@@ -2119,12 +2323,12 @@
2119
2323
  "type": "timestamp"
2120
2324
  },
2121
2325
  "tags": {
2122
- "shape": "S2p"
2326
+ "shape": "S2u"
2123
2327
  },
2124
2328
  "status": {}
2125
2329
  }
2126
2330
  },
2127
- "S38": {
2331
+ "S3p": {
2128
2332
  "type": "structure",
2129
2333
  "members": {
2130
2334
  "exportConfigType": {},
@@ -2143,17 +2347,29 @@
2143
2347
  }
2144
2348
  }
2145
2349
  },
2146
- "S3e": {
2350
+ "S3v": {
2147
2351
  "type": "list",
2148
2352
  "member": {}
2149
2353
  },
2150
- "S50": {
2354
+ "S46": {
2355
+ "type": "structure",
2356
+ "members": {
2357
+ "scalingType": {},
2358
+ "targetTrackingScalingConfigs": {
2359
+ "shape": "S2q"
2360
+ },
2361
+ "maxCapacity": {
2362
+ "type": "integer"
2363
+ }
2364
+ }
2365
+ },
2366
+ "S5m": {
2151
2367
  "type": "structure",
2152
2368
  "members": {
2153
2369
  "status": {}
2154
2370
  }
2155
2371
  },
2156
- "S5q": {
2372
+ "S6h": {
2157
2373
  "type": "structure",
2158
2374
  "members": {
2159
2375
  "status": {}