cdk-lambda-subminute 2.0.312 → 2.0.313
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
- package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
- package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +35 -35
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
- package/node_modules/aws-sdk/CHANGELOG.md +0 -9341
@@ -48,6 +48,7 @@
|
|
48
48
|
"type": "long"
|
49
49
|
},
|
50
50
|
"name": {},
|
51
|
+
"standbyReplicas": {},
|
51
52
|
"status": {},
|
52
53
|
"type": {}
|
53
54
|
}
|
@@ -154,7 +155,7 @@
|
|
154
155
|
"lifecyclePolicyDetails": {
|
155
156
|
"type": "list",
|
156
157
|
"member": {
|
157
|
-
"shape": "
|
158
|
+
"shape": "Sz"
|
158
159
|
}
|
159
160
|
},
|
160
161
|
"lifecyclePolicyErrorDetails": {
|
@@ -199,11 +200,11 @@
|
|
199
200
|
"id": {},
|
200
201
|
"name": {},
|
201
202
|
"securityGroupIds": {
|
202
|
-
"shape": "
|
203
|
+
"shape": "S1c"
|
203
204
|
},
|
204
205
|
"status": {},
|
205
206
|
"subnetIds": {
|
206
|
-
"shape": "
|
207
|
+
"shape": "S1f"
|
207
208
|
},
|
208
209
|
"vpcId": {}
|
209
210
|
}
|
@@ -245,7 +246,7 @@
|
|
245
246
|
"type": "structure",
|
246
247
|
"members": {
|
247
248
|
"accessPolicyDetail": {
|
248
|
-
"shape": "
|
249
|
+
"shape": "S1p"
|
249
250
|
}
|
250
251
|
}
|
251
252
|
},
|
@@ -263,8 +264,9 @@
|
|
263
264
|
},
|
264
265
|
"description": {},
|
265
266
|
"name": {},
|
267
|
+
"standbyReplicas": {},
|
266
268
|
"tags": {
|
267
|
-
"shape": "
|
269
|
+
"shape": "S1s"
|
268
270
|
},
|
269
271
|
"type": {}
|
270
272
|
}
|
@@ -286,6 +288,7 @@
|
|
286
288
|
"type": "long"
|
287
289
|
},
|
288
290
|
"name": {},
|
291
|
+
"standbyReplicas": {},
|
289
292
|
"status": {},
|
290
293
|
"type": {}
|
291
294
|
}
|
@@ -316,7 +319,7 @@
|
|
316
319
|
"type": "structure",
|
317
320
|
"members": {
|
318
321
|
"lifecyclePolicyDetail": {
|
319
|
-
"shape": "
|
322
|
+
"shape": "Sz"
|
320
323
|
}
|
321
324
|
}
|
322
325
|
},
|
@@ -336,7 +339,7 @@
|
|
336
339
|
"description": {},
|
337
340
|
"name": {},
|
338
341
|
"samlOptions": {
|
339
|
-
"shape": "
|
342
|
+
"shape": "S23"
|
340
343
|
},
|
341
344
|
"type": {}
|
342
345
|
}
|
@@ -345,7 +348,7 @@
|
|
345
348
|
"type": "structure",
|
346
349
|
"members": {
|
347
350
|
"securityConfigDetail": {
|
348
|
-
"shape": "
|
351
|
+
"shape": "S2a"
|
349
352
|
}
|
350
353
|
}
|
351
354
|
},
|
@@ -373,7 +376,7 @@
|
|
373
376
|
"type": "structure",
|
374
377
|
"members": {
|
375
378
|
"securityPolicyDetail": {
|
376
|
-
"shape": "
|
379
|
+
"shape": "S2f"
|
377
380
|
}
|
378
381
|
}
|
379
382
|
},
|
@@ -393,10 +396,10 @@
|
|
393
396
|
},
|
394
397
|
"name": {},
|
395
398
|
"securityGroupIds": {
|
396
|
-
"shape": "
|
399
|
+
"shape": "S1c"
|
397
400
|
},
|
398
401
|
"subnetIds": {
|
399
|
-
"shape": "
|
402
|
+
"shape": "S1f"
|
400
403
|
},
|
401
404
|
"vpcId": {}
|
402
405
|
}
|
@@ -570,7 +573,7 @@
|
|
570
573
|
"type": "structure",
|
571
574
|
"members": {
|
572
575
|
"accessPolicyDetail": {
|
573
|
-
"shape": "
|
576
|
+
"shape": "S1p"
|
574
577
|
}
|
575
578
|
}
|
576
579
|
}
|
@@ -584,7 +587,7 @@
|
|
584
587
|
"type": "structure",
|
585
588
|
"members": {
|
586
589
|
"accountSettingsDetail": {
|
587
|
-
"shape": "
|
590
|
+
"shape": "S31"
|
588
591
|
}
|
589
592
|
}
|
590
593
|
}
|
@@ -652,7 +655,7 @@
|
|
652
655
|
"type": "structure",
|
653
656
|
"members": {
|
654
657
|
"securityConfigDetail": {
|
655
|
-
"shape": "
|
658
|
+
"shape": "S2a"
|
656
659
|
}
|
657
660
|
}
|
658
661
|
}
|
@@ -673,7 +676,7 @@
|
|
673
676
|
"type": "structure",
|
674
677
|
"members": {
|
675
678
|
"securityPolicyDetail": {
|
676
|
-
"shape": "
|
679
|
+
"shape": "S2f"
|
677
680
|
}
|
678
681
|
}
|
679
682
|
}
|
@@ -896,7 +899,7 @@
|
|
896
899
|
"type": "structure",
|
897
900
|
"members": {
|
898
901
|
"tags": {
|
899
|
-
"shape": "
|
902
|
+
"shape": "S1s"
|
900
903
|
}
|
901
904
|
}
|
902
905
|
}
|
@@ -945,7 +948,7 @@
|
|
945
948
|
"members": {
|
946
949
|
"resourceArn": {},
|
947
950
|
"tags": {
|
948
|
-
"shape": "
|
951
|
+
"shape": "S1s"
|
949
952
|
}
|
950
953
|
}
|
951
954
|
},
|
@@ -997,7 +1000,7 @@
|
|
997
1000
|
"type": "structure",
|
998
1001
|
"members": {
|
999
1002
|
"accessPolicyDetail": {
|
1000
|
-
"shape": "
|
1003
|
+
"shape": "S1p"
|
1001
1004
|
}
|
1002
1005
|
}
|
1003
1006
|
},
|
@@ -1008,7 +1011,7 @@
|
|
1008
1011
|
"type": "structure",
|
1009
1012
|
"members": {
|
1010
1013
|
"capacityLimits": {
|
1011
|
-
"shape": "
|
1014
|
+
"shape": "S32"
|
1012
1015
|
}
|
1013
1016
|
}
|
1014
1017
|
},
|
@@ -1016,7 +1019,7 @@
|
|
1016
1019
|
"type": "structure",
|
1017
1020
|
"members": {
|
1018
1021
|
"accountSettingsDetail": {
|
1019
|
-
"shape": "
|
1022
|
+
"shape": "S31"
|
1020
1023
|
}
|
1021
1024
|
}
|
1022
1025
|
}
|
@@ -1082,7 +1085,7 @@
|
|
1082
1085
|
"type": "structure",
|
1083
1086
|
"members": {
|
1084
1087
|
"lifecyclePolicyDetail": {
|
1085
|
-
"shape": "
|
1088
|
+
"shape": "Sz"
|
1086
1089
|
}
|
1087
1090
|
}
|
1088
1091
|
},
|
@@ -1103,7 +1106,7 @@
|
|
1103
1106
|
"description": {},
|
1104
1107
|
"id": {},
|
1105
1108
|
"samlOptions": {
|
1106
|
-
"shape": "
|
1109
|
+
"shape": "S23"
|
1107
1110
|
}
|
1108
1111
|
}
|
1109
1112
|
},
|
@@ -1111,7 +1114,7 @@
|
|
1111
1114
|
"type": "structure",
|
1112
1115
|
"members": {
|
1113
1116
|
"securityConfigDetail": {
|
1114
|
-
"shape": "
|
1117
|
+
"shape": "S2a"
|
1115
1118
|
}
|
1116
1119
|
}
|
1117
1120
|
},
|
@@ -1140,7 +1143,7 @@
|
|
1140
1143
|
"type": "structure",
|
1141
1144
|
"members": {
|
1142
1145
|
"securityPolicyDetail": {
|
1143
|
-
"shape": "
|
1146
|
+
"shape": "S2f"
|
1144
1147
|
}
|
1145
1148
|
}
|
1146
1149
|
},
|
@@ -1154,20 +1157,20 @@
|
|
1154
1157
|
],
|
1155
1158
|
"members": {
|
1156
1159
|
"addSecurityGroupIds": {
|
1157
|
-
"shape": "
|
1160
|
+
"shape": "S1c"
|
1158
1161
|
},
|
1159
1162
|
"addSubnetIds": {
|
1160
|
-
"shape": "
|
1163
|
+
"shape": "S1f"
|
1161
1164
|
},
|
1162
1165
|
"clientToken": {
|
1163
1166
|
"idempotencyToken": true
|
1164
1167
|
},
|
1165
1168
|
"id": {},
|
1166
1169
|
"removeSecurityGroupIds": {
|
1167
|
-
"shape": "
|
1170
|
+
"shape": "S1c"
|
1168
1171
|
},
|
1169
1172
|
"removeSubnetIds": {
|
1170
|
-
"shape": "
|
1173
|
+
"shape": "S1f"
|
1171
1174
|
}
|
1172
1175
|
}
|
1173
1176
|
},
|
@@ -1183,11 +1186,11 @@
|
|
1183
1186
|
},
|
1184
1187
|
"name": {},
|
1185
1188
|
"securityGroupIds": {
|
1186
|
-
"shape": "
|
1189
|
+
"shape": "S1c"
|
1187
1190
|
},
|
1188
1191
|
"status": {},
|
1189
1192
|
"subnetIds": {
|
1190
|
-
"shape": "
|
1193
|
+
"shape": "S1f"
|
1191
1194
|
}
|
1192
1195
|
}
|
1193
1196
|
}
|
@@ -1197,7 +1200,7 @@
|
|
1197
1200
|
}
|
1198
1201
|
},
|
1199
1202
|
"shapes": {
|
1200
|
-
"
|
1203
|
+
"Sz": {
|
1201
1204
|
"type": "structure",
|
1202
1205
|
"members": {
|
1203
1206
|
"createdDate": {
|
@@ -1209,26 +1212,26 @@
|
|
1209
1212
|
},
|
1210
1213
|
"name": {},
|
1211
1214
|
"policy": {
|
1212
|
-
"shape": "
|
1215
|
+
"shape": "S11"
|
1213
1216
|
},
|
1214
1217
|
"policyVersion": {},
|
1215
1218
|
"type": {}
|
1216
1219
|
}
|
1217
1220
|
},
|
1218
|
-
"
|
1221
|
+
"S11": {
|
1219
1222
|
"type": "structure",
|
1220
1223
|
"members": {},
|
1221
1224
|
"document": true
|
1222
1225
|
},
|
1223
|
-
"
|
1226
|
+
"S1c": {
|
1224
1227
|
"type": "list",
|
1225
1228
|
"member": {}
|
1226
1229
|
},
|
1227
|
-
"
|
1230
|
+
"S1f": {
|
1228
1231
|
"type": "list",
|
1229
1232
|
"member": {}
|
1230
1233
|
},
|
1231
|
-
"
|
1234
|
+
"S1p": {
|
1232
1235
|
"type": "structure",
|
1233
1236
|
"members": {
|
1234
1237
|
"createdDate": {
|
@@ -1240,13 +1243,13 @@
|
|
1240
1243
|
},
|
1241
1244
|
"name": {},
|
1242
1245
|
"policy": {
|
1243
|
-
"shape": "
|
1246
|
+
"shape": "S11"
|
1244
1247
|
},
|
1245
1248
|
"policyVersion": {},
|
1246
1249
|
"type": {}
|
1247
1250
|
}
|
1248
1251
|
},
|
1249
|
-
"
|
1252
|
+
"S1s": {
|
1250
1253
|
"type": "list",
|
1251
1254
|
"member": {
|
1252
1255
|
"type": "structure",
|
@@ -1260,7 +1263,7 @@
|
|
1260
1263
|
}
|
1261
1264
|
}
|
1262
1265
|
},
|
1263
|
-
"
|
1266
|
+
"S23": {
|
1264
1267
|
"type": "structure",
|
1265
1268
|
"required": [
|
1266
1269
|
"metadata"
|
@@ -1274,7 +1277,7 @@
|
|
1274
1277
|
"userAttribute": {}
|
1275
1278
|
}
|
1276
1279
|
},
|
1277
|
-
"
|
1280
|
+
"S2a": {
|
1278
1281
|
"type": "structure",
|
1279
1282
|
"members": {
|
1280
1283
|
"configVersion": {},
|
@@ -1287,12 +1290,12 @@
|
|
1287
1290
|
"type": "long"
|
1288
1291
|
},
|
1289
1292
|
"samlOptions": {
|
1290
|
-
"shape": "
|
1293
|
+
"shape": "S23"
|
1291
1294
|
},
|
1292
1295
|
"type": {}
|
1293
1296
|
}
|
1294
1297
|
},
|
1295
|
-
"
|
1298
|
+
"S2f": {
|
1296
1299
|
"type": "structure",
|
1297
1300
|
"members": {
|
1298
1301
|
"createdDate": {
|
@@ -1304,21 +1307,21 @@
|
|
1304
1307
|
},
|
1305
1308
|
"name": {},
|
1306
1309
|
"policy": {
|
1307
|
-
"shape": "
|
1310
|
+
"shape": "S11"
|
1308
1311
|
},
|
1309
1312
|
"policyVersion": {},
|
1310
1313
|
"type": {}
|
1311
1314
|
}
|
1312
1315
|
},
|
1313
|
-
"
|
1316
|
+
"S31": {
|
1314
1317
|
"type": "structure",
|
1315
1318
|
"members": {
|
1316
1319
|
"capacityLimits": {
|
1317
|
-
"shape": "
|
1320
|
+
"shape": "S32"
|
1318
1321
|
}
|
1319
1322
|
}
|
1320
1323
|
},
|
1321
|
-
"
|
1324
|
+
"S32": {
|
1322
1325
|
"type": "structure",
|
1323
1326
|
"members": {
|
1324
1327
|
"maxIndexingCapacityInOCU": {
|
@@ -62,6 +62,10 @@
|
|
62
62
|
"EnableExplanations": {
|
63
63
|
"location": "header",
|
64
64
|
"locationName": "X-Amzn-SageMaker-Enable-Explanations"
|
65
|
+
},
|
66
|
+
"InferenceComponentName": {
|
67
|
+
"location": "header",
|
68
|
+
"locationName": "X-Amzn-SageMaker-Inference-Component"
|
65
69
|
}
|
66
70
|
},
|
67
71
|
"payload": "Body"
|
@@ -198,6 +202,10 @@
|
|
198
202
|
"InferenceId": {
|
199
203
|
"location": "header",
|
200
204
|
"locationName": "X-Amzn-SageMaker-Inference-Id"
|
205
|
+
},
|
206
|
+
"InferenceComponentName": {
|
207
|
+
"location": "header",
|
208
|
+
"locationName": "X-Amzn-SageMaker-Inference-Component"
|
201
209
|
}
|
202
210
|
},
|
203
211
|
"payload": "Body"
|